Color Hex Logo

#a9a76e Color Hex

#A9A76E
(169,167,110)
0 Favorites   0 Comments

Color spaces of #a9a76e

RGB 169167110
HSL0.160.260.55
HSV58°35°66°
CMYK 0.000.010.35   0.34
XYZ32.995437.198220.1928
Yxy37.19820.36500.4115
Hunter Lab60.9903-10.165623.0634
CIE-Lab67.4255-8.187229.7835

#a9a76e color RGB value is (169,167,110).

#a9a76e hex color red value is 169, green value is 167 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a9a76e hue: 0.16 , saturation: 0.26 and the lightness value of a9a76e is 0.55.

The process color (four color CMYK) of #a9a76e color hex is 0.00, 0.01, 0.35, 0.34. Web safe color of #a9a76e is #999966. Color #a9a76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100111 01101110
Octal 251 247 156
Decimal 169 167 110
Hex A9 A7 6E

RGB Percentages of Color #a9a76e

%37.89
%37.44
%24.66

CMYK Percentages of Color #a9a76e

%0
%1
%35
%34

Triadic Colors of #a9a76e

#a9a76e #6ea9a7 #a76ea9

Analogous Colors of #a9a76e

#a9a76e #8ea96e #a98a6e

Monochromatic Colors of #a9a76e

#a9a76e

Complementary Color

#a9a76e #6e70a9

#a9a76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a76e Color CSS Codes

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

#a9a76e Text Font Color

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

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


#a9a76e Background Color

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

This div background color is #a9a76e


#a9a76e Border Color

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

This div border color is #a9a76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a76e


Comments

No comments written yet.

Please login to write comment.