Color Hex Logo

#aaa03b Color Hex

#AAA03B
(170,160,59)
0 Favorites   0 Comments

Color spaces of #aaa03b

RGB 17016059
HSL0.150.480.45
HSV55°65°67°
CMYK 0.000.060.65   0.33
XYZ29.937834.00349.1231
Yxy34.00340.40970.4654
Hunter Lab58.3124-10.404331.5427
CIE-Lab64.9653-8.791252.0786

#aaa03b color RGB value is (170,160,59).

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

The process color (four color CMYK) of #aaa03b color hex is 0.00, 0.06, 0.65, 0.33. Web safe color of #aaa03b is #999933. Color #aaa03b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00111011
Octal 252 240 73
Decimal 170 160 59
Hex AA A0 3B

RGB Percentages of Color #aaa03b

%43.70
%41.13
%15.17

CMYK Percentages of Color #aaa03b

%0
%6
%65
%33

Triadic Colors of #aaa03b

#aaa03b #3baaa0 #a03baa

Analogous Colors of #aaa03b

#aaa03b #7daa3b #aa693b

Monochromatic Colors of #aaa03b

#aaa03b

Complementary Color

#aaa03b #3b45aa

#aaa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa03b Color CSS Codes

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

#aaa03b Text Font Color

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

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


#aaa03b Background Color

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

This div background color is #aaa03b


#aaa03b Border Color

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

This div border color is #aaa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa03b


Comments

No comments written yet.

Please login to write comment.