Color Hex Logo

#aaa04d Color Hex

#AAA04D
(170,160,77)
0 Favorites   0 Comments

Color spaces of #aaa04d

RGB 17016077
HSL0.150.380.48
HSV54°55°67°
CMYK 0.000.060.55   0.33
XYZ30.487934.223512.0201
Yxy34.22350.39730.4460
Hunter Lab58.5009-9.350728.7684
CIE-Lab65.1396-7.471543.9530

#aaa04d color RGB value is (170,160,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01001101
Octal 252 240 115
Decimal 170 160 77
Hex AA A0 4D

RGB Percentages of Color #aaa04d

%41.77
%39.31
%18.92

CMYK Percentages of Color #aaa04d

%0
%6
%55
%33

Triadic Colors of #aaa04d

#aaa04d #4daaa0 #a04daa

Analogous Colors of #aaa04d

#aaa04d #86aa4d #aa724d

Monochromatic Colors of #aaa04d

#aaa04d

Complementary Color

#aaa04d #4d57aa

#aaa04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa04d Color CSS Codes

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

#aaa04d Text Font Color

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

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


#aaa04d Background Color

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

This div background color is #aaa04d


#aaa04d Border Color

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

This div border color is #aaa04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa04d


Comments

No comments written yet.

Please login to write comment.