Hex #a08562 Color

#a08562
equivalent to

RGB

(160, 133, 98)

Details of #a08562

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
160
25.0893
0.09
0.00
57.2023
25.1305
34°
50.1303
133
25.1305
0.25
0.17
5.2130
0.3842
39°
1.6083
98
15.0836
0.51
0.39   0.37
22.7257
0.3848
63°
17.2573

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10100000
240
160
A0
Green
10000101
205
133
85
Blue
1100010
142
98
62

RGB in % of #a08562

%40.92
%34.02
%25.06

CMYK in % of #a08562

%0
%17
%39
%37

Triads of color #a08562

#a08562 #8562a0 #62a062

Similar Colors to #a08562

#a08562 #a06662 #9ca062

Preview Color #a08562 on black ground

#a08562 is very interesting for text.

Preview Color #a08562 on white ground

#a08562 is very interesting for text.

CSS Codes #a08562 color

.mybgcolor {background-color:#a08562; }
.myforecolor {color:#a08562; }
.mybordercolor {border:3px solid #a08562; }

Text Font Color #a08562

<p style="color:#a08562">Text here</p>

This sample text font color is #a08562
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #a08562

<div style="background-color:#a08562">
Div content here</div>

This div background color is #a08562


Border Color #a08562

<div style="border:3px solid #a08562">
Div here</div>

The color of this border is #a08562


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a08562; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #a08562;
-webkit-box-shadow: 1px 1px 3px 2px #a08562;
box-shadow:         1px 1px 3px 2px #a08562; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #a08562">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #a08562;
  -webkit-box-shadow: 1px 1px 3px 2px #a08562;
  box-shadow:         1px 1px 3px 2px #a08562;">
Div content here</div>

The shadow of div box using color #a08562