Color Hex Logo

#aaa15f Color Hex

#AAA15F
(170,161,95)
0 Favorites   0 Comments

Color spaces of #aaa15f

RGB 17016195
HSL0.150.310.52
HSV53°44°67°
CMYK 0.000.050.44   0.33
XYZ31.388034.862015.9012
Yxy34.86200.38210.4244
Hunter Lab59.0441-8.435925.3634
CIE-Lab65.6411-6.297535.4383

#aaa15f color RGB value is (170,161,95).

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

The process color (four color CMYK) of #aaa15f color hex is 0.00, 0.05, 0.44, 0.33. Web safe color of #aaa15f is #999966. Color #aaa15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01011111
Octal 252 241 137
Decimal 170 161 95
Hex AA A1 5F

RGB Percentages of Color #aaa15f

%39.91
%37.79
%22.30

CMYK Percentages of Color #aaa15f

%0
%5
%44
%33

Triadic Colors of #aaa15f

#aaa15f #5faaa1 #a15faa

Analogous Colors of #aaa15f

#aaa15f #8eaa5f #aa7c5f

Monochromatic Colors of #aaa15f

#aaa15f

Complementary Color

#aaa15f #5f68aa

#aaa15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa15f Color CSS Codes

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

#aaa15f Text Font Color

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

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


#aaa15f Background Color

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

This div background color is #aaa15f


#aaa15f Border Color

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

This div border color is #aaa15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa15f


Comments

No comments written yet.

Please login to write comment.