Color Hex Logo

#a9ac7c Color Hex

#A9AC7C
(169,172,124)
0 Favorites   0 Comments

Color spaces of #a9ac7c

RGB 169172124
HSL0.180.220.58
HSV64°28°67°
CMYK 0.020.000.28   0.33
XYZ34.752839.395324.8412
Yxy39.39530.35110.3980
Hunter Lab62.7657-11.006120.4704
CIE-Lab69.0366-9.000724.4066

#a9ac7c color RGB value is (169,172,124).

#a9ac7c hex color red value is 169, green value is 172 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a9ac7c hue: 0.18 , saturation: 0.22 and the lightness value of a9ac7c is 0.58.

The process color (four color CMYK) of #a9ac7c color hex is 0.02, 0.00, 0.28, 0.33. Web safe color of #a9ac7c is #999966. Color #a9ac7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 01111100
Octal 251 254 174
Decimal 169 172 124
Hex A9 AC 7C

RGB Percentages of Color #a9ac7c

%36.34
%36.99
%26.67

CMYK Percentages of Color #a9ac7c

%2
%0
%28
%33

Triadic Colors of #a9ac7c

#a9ac7c #7ca9ac #ac7ca9

Analogous Colors of #a9ac7c

#a9ac7c #91ac7c #ac977c

Monochromatic Colors of #a9ac7c

#a9ac7c

Complementary Color

#a9ac7c #7f7cac

#a9ac7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ac7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ac7c Color CSS Codes

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

#a9ac7c Text Font Color

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

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


#a9ac7c Background Color

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

This div background color is #a9ac7c


#a9ac7c Border Color

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

This div border color is #a9ac7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ac7c


Comments

No comments written yet.

Please login to write comment.