Color Hex Logo

#aaa55b Color Hex

#AAA55B
(170,165,91)
0 Favorites   0 Comments

Color spaces of #aaa55b

RGB 17016591
HSL0.160.320.51
HSV56°46°67°
CMYK 0.000.030.46   0.33
XYZ31.921036.211615.2047
Yxy36.21160.38300.4345
Hunter Lab60.1761-10.621027.1424
CIE-Lab66.6813-8.835938.7925

#aaa55b color RGB value is (170,165,91).

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

The process color (four color CMYK) of #aaa55b color hex is 0.00, 0.03, 0.46, 0.33. Web safe color of #aaa55b is #999966. Color #aaa55b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01011011
Octal 252 245 133
Decimal 170 165 91
Hex AA A5 5B

RGB Percentages of Color #aaa55b

%39.91
%38.73
%21.36

CMYK Percentages of Color #aaa55b

%0
%3
%46
%33

Triadic Colors of #aaa55b

#aaa55b #5baaa5 #a55baa

Analogous Colors of #aaa55b

#aaa55b #88aa5b #aa7e5b

Monochromatic Colors of #aaa55b

#aaa55b

Complementary Color

#aaa55b #5b60aa

#aaa55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa55b Color CSS Codes

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

#aaa55b Text Font Color

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

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


#aaa55b Background Color

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

This div background color is #aaa55b


#aaa55b Border Color

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

This div border color is #aaa55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa55b


Comments

No comments written yet.

Please login to write comment.