Color Hex Logo

#aaa05c Color Hex

#AAA05C
(170,160,92)
0 Favorites   0 Comments

Color spaces of #aaa05c

RGB 17016092
HSL0.150.310.51
HSV52°46°67°
CMYK 0.000.060.46   0.33
XYZ31.080134.460415.1386
Yxy34.46040.38520.4271
Hunter Lab58.7030-8.224025.8021
CIE-Lab65.3264-6.074836.6070

#aaa05c color RGB value is (170,160,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01011100
Octal 252 240 134
Decimal 170 160 92
Hex AA A0 5C

RGB Percentages of Color #aaa05c

%40.28
%37.91
%21.80

CMYK Percentages of Color #aaa05c

%0
%6
%46
%33

Triadic Colors of #aaa05c

#aaa05c #5caaa0 #a05caa

Analogous Colors of #aaa05c

#aaa05c #8daa5c #aa795c

Monochromatic Colors of #aaa05c

#aaa05c

Complementary Color

#aaa05c #5c66aa

#aaa05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa05c Color CSS Codes

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

#aaa05c Text Font Color

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

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


#aaa05c Background Color

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

This div background color is #aaa05c


#aaa05c Border Color

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

This div border color is #aaa05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa05c


Comments

No comments written yet.

Please login to write comment.