Color Hex Logo

#aaa05b Color Hex

#AAA05B
(170,160,91)
0 Favorites   0 Comments

Color spaces of #aaa05b

RGB 17016091
HSL0.150.320.51
HSV52°46°67°
CMYK 0.000.060.46   0.33
XYZ31.036734.443014.9099
Yxy34.44300.38610.4285
Hunter Lab58.6882-8.306226.0189
CIE-Lab65.3127-6.176237.1078

#aaa05b color RGB value is (170,160,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01011011
Octal 252 240 133
Decimal 170 160 91
Hex AA A0 5B

RGB Percentages of Color #aaa05b

%40.38
%38.00
%21.62

CMYK Percentages of Color #aaa05b

%0
%6
%46
%33

Triadic Colors of #aaa05b

#aaa05b #5baaa0 #a05baa

Analogous Colors of #aaa05b

#aaa05b #8daa5b #aa795b

Monochromatic Colors of #aaa05b

#aaa05b

Complementary Color

#aaa05b #5b65aa

#aaa05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa05b Color CSS Codes

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

#aaa05b Text Font Color

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

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


#aaa05b Background Color

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

This div background color is #aaa05b


#aaa05b Border Color

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

This div border color is #aaa05b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,160,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 #aaa05b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa05b


Comments

No comments written yet.

Please login to write comment.