Color Hex Logo

#aaa24d Color Hex

#AAA24D
(170,162,77)
0 Favorites   0 Comments

Color spaces of #aaa24d

RGB 17016277
HSL0.150.380.48
HSV55°55°67°
CMYK 0.000.050.55   0.33
XYZ30.837434.922512.1366
Yxy34.92250.39590.4483
Hunter Lab59.0953-10.270929.1901
CIE-Lab65.6883-8.533744.5900

#aaa24d color RGB value is (170,162,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 01001101
Octal 252 242 115
Decimal 170 162 77
Hex AA A2 4D

RGB Percentages of Color #aaa24d

%41.56
%39.61
%18.83

CMYK Percentages of Color #aaa24d

%0
%5
%55
%33

Triadic Colors of #aaa24d

#aaa24d #4daaa2 #a24daa

Analogous Colors of #aaa24d

#aaa24d #84aa4d #aa744d

Monochromatic Colors of #aaa24d

#aaa24d

Complementary Color

#aaa24d #4d55aa

#aaa24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa24d Color CSS Codes

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

#aaa24d Text Font Color

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

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


#aaa24d Background Color

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

This div background color is #aaa24d


#aaa24d Border Color

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

This div border color is #aaa24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa24d


Comments

No comments written yet.

Please login to write comment.