Color Hex Logo

#aaa84d Color Hex

#AAA84D
(170,168,77)
0 Favorites   0 Comments

Color spaces of #aaa84d

RGB 17016877
HSL0.160.380.48
HSV59°55°67°
CMYK 0.000.010.55   0.33
XYZ31.919837.087112.4974
Yxy37.08710.39160.4550
Hunter Lab60.8992-13.014330.4623
CIE-Lab67.3423-11.689546.4973

#aaa84d color RGB value is (170,168,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01001101
Octal 252 250 115
Decimal 170 168 77
Hex AA A8 4D

RGB Percentages of Color #aaa84d

%40.96
%40.48
%18.55

CMYK Percentages of Color #aaa84d

%0
%1
%55
%33

Triadic Colors of #aaa84d

#aaa84d #4daaa8 #a84daa

Analogous Colors of #aaa84d

#aaa84d #7eaa4d #aa7a4d

Monochromatic Colors of #aaa84d

#aaa84d

Complementary Color

#aaa84d #4d4faa

#aaa84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa84d Color CSS Codes

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

#aaa84d Text Font Color

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

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


#aaa84d Background Color

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

This div background color is #aaa84d


#aaa84d Border Color

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

This div border color is #aaa84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa84d


Comments

No comments written yet.

Please login to write comment.