Color Hex Logo

#a9a066 Color Hex

#A9A066
(169,160,102)
0 Favorites   0 Comments

Color spaces of #a9a066

RGB 169160102
HSL0.140.280.53
HSV52°40°66°
CMYK 0.000.050.40   0.34
XYZ31.331334.535917.5851
Yxy34.53590.37540.4138
Hunter Lab58.7673-7.676823.3956
CIE-Lab65.3857-5.405131.4042

#a9a066 color RGB value is (169,160,102).

#a9a066 hex color red value is 169, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a9a066 hue: 0.14 , saturation: 0.28 and the lightness value of a9a066 is 0.53.

The process color (four color CMYK) of #a9a066 color hex is 0.00, 0.05, 0.40, 0.34. Web safe color of #a9a066 is #999966. Color #a9a066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100000 01100110
Octal 251 240 146
Decimal 169 160 102
Hex A9 A0 66

RGB Percentages of Color #a9a066

%39.21
%37.12
%23.67

CMYK Percentages of Color #a9a066

%0
%5
%40
%34

Triadic Colors of #a9a066

#a9a066 #66a9a0 #a066a9

Analogous Colors of #a9a066

#a9a066 #91a966 #a97f66

Monochromatic Colors of #a9a066

#a9a066

Complementary Color

#a9a066 #666fa9

#a9a066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a066 Color CSS Codes

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

#a9a066 Text Font Color

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

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


#a9a066 Background Color

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

This div background color is #a9a066


#a9a066 Border Color

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

This div border color is #a9a066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a066


Comments

No comments written yet.

Please login to write comment.