Color Hex Logo

#aaa84a Color Hex

#AAA84A
(170,168,74)
0 Favorites   0 Comments

Color spaces of #aaa84a

RGB 17016874
HSL0.160.390.48
HSV59°56°67°
CMYK 0.000.010.56   0.33
XYZ31.816237.045711.9522
Yxy37.04570.39370.4584
Hunter Lab60.8652-13.206330.9627
CIE-Lab67.3113-11.932247.8783

#aaa84a color RGB value is (170,168,74).

#aaa84a hex color red value is 170, green value is 168 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aaa84a hue: 0.16 , saturation: 0.39 and the lightness value of aaa84a is 0.48.

The process color (four color CMYK) of #aaa84a color hex is 0.00, 0.01, 0.56, 0.33. Web safe color of #aaa84a is #999933. Color #aaa84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01001010
Octal 252 250 112
Decimal 170 168 74
Hex AA A8 4A

RGB Percentages of Color #aaa84a

%41.26
%40.78
%17.96

CMYK Percentages of Color #aaa84a

%0
%1
%56
%33

Triadic Colors of #aaa84a

#aaa84a #4aaaa8 #a84aaa

Analogous Colors of #aaa84a

#aaa84a #7caa4a #aa784a

Monochromatic Colors of #aaa84a

#aaa84a

Complementary Color

#aaa84a #4a4caa

#aaa84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa84a Color CSS Codes

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

#aaa84a Text Font Color

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

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


#aaa84a Background Color

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

This div background color is #aaa84a


#aaa84a Border Color

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

This div border color is #aaa84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa84a


Comments

No comments written yet.

Please login to write comment.