Color Hex Logo

#aaa04f Color Hex

#AAA04F
(170,160,79)
0 Favorites   0 Comments

Color spaces of #aaa04f

RGB 17016079
HSL0.150.370.49
HSV53°54°67°
CMYK 0.000.060.54   0.33
XYZ30.559734.252212.3978
Yxy34.25220.39580.4436
Hunter Lab58.5254-9.213628.4080
CIE-Lab65.1623-7.300842.9975

#aaa04f color RGB value is (170,160,79).

#aaa04f hex color red value is 170, green value is 160 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aaa04f hue: 0.15 , saturation: 0.37 and the lightness value of aaa04f is 0.49.

The process color (four color CMYK) of #aaa04f color hex is 0.00, 0.06, 0.54, 0.33. Web safe color of #aaa04f is #999966. Color #aaa04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01001111
Octal 252 240 117
Decimal 170 160 79
Hex AA A0 4F

RGB Percentages of Color #aaa04f

%41.56
%39.12
%19.32

CMYK Percentages of Color #aaa04f

%0
%6
%54
%33

Triadic Colors of #aaa04f

#aaa04f #4faaa0 #a04faa

Analogous Colors of #aaa04f

#aaa04f #87aa4f #aa734f

Monochromatic Colors of #aaa04f

#aaa04f

Complementary Color

#aaa04f #4f59aa

#aaa04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa04f Color CSS Codes

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

#aaa04f Text Font Color

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

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


#aaa04f Background Color

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

This div background color is #aaa04f


#aaa04f Border Color

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

This div border color is #aaa04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa04f


Comments

No comments written yet.

Please login to write comment.