Color Hex Logo

#aaa520 Color Hex

#AAA520
(170,165,32)
0 Favorites   0 Comments

Color spaces of #aaa520

RGB 17016532
HSL0.160.680.40
HSV58°81°67°
CMYK 0.000.030.81   0.33
XYZ30.293435.56066.6337
Yxy35.56060.41790.4906
Hunter Lab59.6327-13.679335.1473
CIE-Lab66.1828-12.697662.9968

#aaa520 color RGB value is (170,165,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 00100000
Octal 252 245 40
Decimal 170 165 32
Hex AA A5 20

RGB Percentages of Color #aaa520

%46.32
%44.96
%8.72

CMYK Percentages of Color #aaa520

%0
%3
%81
%33

Triadic Colors of #aaa520

#aaa520 #20aaa5 #a520aa

Analogous Colors of #aaa520

#aaa520 #6aaa20 #aa6020

Monochromatic Colors of #aaa520

#aaa520

Complementary Color

#aaa520 #2025aa

#aaa520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa520 Color CSS Codes

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

#aaa520 Text Font Color

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

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


#aaa520 Background Color

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

This div background color is #aaa520


#aaa520 Border Color

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

This div border color is #aaa520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa520


Comments

No comments written yet.

Please login to write comment.