Color Hex Logo

#a9867a Color Hex

#A9867A
(169,134,122)
0 Favorites   0 Comments

Color spaces of #a9867a

RGB 169134122
HSL0.040.210.57
HSV15°28°66°
CMYK 0.000.210.28   0.34
XYZ28.400126.890422.1059
Yxy26.89040.36690.3474
Hunter Lab51.85607.011711.0242
CIE-Lab58.872711.542511.5436

#a9867a color RGB value is (169,134,122).

#a9867a hex color red value is 169, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a9867a hue: 0.04 , saturation: 0.21 and the lightness value of a9867a is 0.57.

The process color (four color CMYK) of #a9867a color hex is 0.00, 0.21, 0.28, 0.34. Web safe color of #a9867a is #999966. Color #a9867a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 01111010
Octal 251 206 172
Decimal 169 134 122
Hex A9 86 7A

RGB Percentages of Color #a9867a

%39.76
%31.53
%28.71

CMYK Percentages of Color #a9867a

%0
%21
%28
%34

Triadic Colors of #a9867a

#a9867a #7aa986 #867aa9

Analogous Colors of #a9867a

#a9867a #a99e7a #a97a86

Monochromatic Colors of #a9867a

#a9867a

Complementary Color

#a9867a #7a9da9

#a9867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9867a Color CSS Codes

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

#a9867a Text Font Color

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

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


#a9867a Background Color

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

This div background color is #a9867a


#a9867a Border Color

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

This div border color is #a9867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9867a


Comments

No comments written yet.

Please login to write comment.