Color Hex Logo

#aaa20b Color Hex

#AAA20B
(170,162,11)
0 Favorites   0 Comments

Color spaces of #aaa20b

RGB 17016211
HSL0.160.880.35
HSV57°94°67°
CMYK 0.000.050.94   0.33
XYZ29.558334.41095.4007
Yxy34.41090.42610.4960
Hunter Lab58.6608-12.712935.6039
CIE-Lab65.2874-11.623466.6666

#aaa20b color RGB value is (170,162,11).

#aaa20b hex color red value is 170, green value is 162 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aaa20b hue: 0.16 , saturation: 0.88 and the lightness value of aaa20b is 0.35.

The process color (four color CMYK) of #aaa20b color hex is 0.00, 0.05, 0.94, 0.33. Web safe color of #aaa20b is #999900. Color #aaa20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 00001011
Octal 252 242 13
Decimal 170 162 11
Hex AA A2 B

RGB Percentages of Color #aaa20b

%49.56
%47.23
%3.21

CMYK Percentages of Color #aaa20b

%0
%5
%94
%33

Triadic Colors of #aaa20b

#aaa20b #0baaa2 #a20baa

Analogous Colors of #aaa20b

#aaa20b #62aa0b #aa530b

Monochromatic Colors of #aaa20b

#aaa20b

Complementary Color

#aaa20b #0b13aa

#aaa20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa20b Color CSS Codes

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

#aaa20b Text Font Color

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

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


#aaa20b Background Color

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

This div background color is #aaa20b


#aaa20b Border Color

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

This div border color is #aaa20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa20b


Comments

No comments written yet.

Please login to write comment.