Color Hex Logo

#a9a46e Color Hex

#A9A46E
(169,164,110)
0 Favorites   0 Comments

Color spaces of #a9a46e

RGB 169164110
HSL0.150.260.55
HSV55°35°66°
CMYK 0.000.030.35   0.34
XYZ32.452136.111720.0117
Yxy36.11170.36640.4077
Hunter Lab60.0930-8.767222.3208
CIE-Lab66.6052-6.590928.7112

#a9a46e color RGB value is (169,164,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100100 01101110
Octal 251 244 156
Decimal 169 164 110
Hex A9 A4 6E

RGB Percentages of Color #a9a46e

%38.15
%37.02
%24.83

CMYK Percentages of Color #a9a46e

%0
%3
%35
%34

Triadic Colors of #a9a46e

#a9a46e #6ea9a4 #a46ea9

Analogous Colors of #a9a46e

#a9a46e #91a96e #a9876e

Monochromatic Colors of #a9a46e

#a9a46e

Complementary Color

#a9a46e #6e73a9

#a9a46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a46e Color CSS Codes

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

#a9a46e Text Font Color

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

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


#a9a46e Background Color

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

This div background color is #a9a46e


#a9a46e Border Color

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

This div border color is #a9a46e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,164,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 #a9a46e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a46e


Comments

No comments written yet.

Please login to write comment.