Color Hex Logo

#aaa52a Color Hex

#AAA52A
(170,165,42)
0 Favorites   0 Comments

Color spaces of #aaa52a

RGB 17016542
HSL0.160.600.42
HSV58°75°67°
CMYK 0.000.030.75   0.33
XYZ30.450635.62357.4616
Yxy35.62350.41410.4844
Hunter Lab59.6854-13.381534.3676
CIE-Lab66.2312-12.316659.9339

#aaa52a color RGB value is (170,165,42).

#aaa52a hex color red value is 170, green value is 165 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aaa52a hue: 0.16 , saturation: 0.60 and the lightness value of aaa52a is 0.42.

The process color (four color CMYK) of #aaa52a color hex is 0.00, 0.03, 0.75, 0.33. Web safe color of #aaa52a is #999933. Color #aaa52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 00101010
Octal 252 245 52
Decimal 170 165 42
Hex AA A5 2A

RGB Percentages of Color #aaa52a

%45.09
%43.77
%11.14

CMYK Percentages of Color #aaa52a

%0
%3
%75
%33

Triadic Colors of #aaa52a

#aaa52a #2aaaa5 #a52aaa

Analogous Colors of #aaa52a

#aaa52a #6faa2a #aa652a

Monochromatic Colors of #aaa52a

#aaa52a

Complementary Color

#aaa52a #2a2faa

#aaa52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa52a Color CSS Codes

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

#aaa52a Text Font Color

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

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


#aaa52a Background Color

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

This div background color is #aaa52a


#aaa52a Border Color

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

This div border color is #aaa52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa52a


Comments

No comments written yet.

Please login to write comment.