Color Hex Logo

#a0a86b Color Hex

#A0A86B
(160,168,107)
0 Favorites   0 Comments

Color spaces of #a0a86b

RGB 160168107
HSL0.190.260.54
HSV68°36°66°
CMYK 0.050.000.36   0.34
XYZ31.153736.540419.3209
Yxy36.54040.35800.4199
Hunter Lab60.4487-13.790823.3635
CIE-Lab66.9308-12.718630.5963

#a0a86b color RGB value is (160,168,107).

#a0a86b hex color red value is 160, green value is 168 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a0a86b hue: 0.19 , saturation: 0.26 and the lightness value of a0a86b is 0.54.

The process color (four color CMYK) of #a0a86b color hex is 0.05, 0.00, 0.36, 0.34. Web safe color of #a0a86b is #999966. Color #a0a86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101000 01101011
Octal 240 250 153
Decimal 160 168 107
Hex A0 A8 6B

RGB Percentages of Color #a0a86b

%36.78
%38.62
%24.60

CMYK Percentages of Color #a0a86b

%5
%0
%36
%34

Triadic Colors of #a0a86b

#a0a86b #6ba0a8 #a86ba0

Analogous Colors of #a0a86b

#a0a86b #82a86b #a8926b

Monochromatic Colors of #a0a86b

#a0a86b

Complementary Color

#a0a86b #736ba8

#a0a86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a86b Color CSS Codes

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

#a0a86b Text Font Color

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

This sample text font color is #a0a86b
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.


#a0a86b Background Color

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

This div background color is #a0a86b


#a0a86b Border Color

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

This div border color is #a0a86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a86b


Comments

No comments written yet.

Please login to write comment.