Color Hex Logo

#aaa15e Color Hex

#AAA15E
(170,161,94)
0 Favorites   0 Comments

Color spaces of #aaa15e

RGB 17016194
HSL0.150.310.52
HSV53°45°67°
CMYK 0.000.050.45   0.33
XYZ31.342834.843915.6633
Yxy34.84390.38290.4257
Hunter Lab59.0287-8.521225.5875
CIE-Lab65.6270-6.402635.9418

#aaa15e color RGB value is (170,161,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01011110
Octal 252 241 136
Decimal 170 161 94
Hex AA A1 5E

RGB Percentages of Color #aaa15e

%40.00
%37.88
%22.12

CMYK Percentages of Color #aaa15e

%0
%5
%45
%33

Triadic Colors of #aaa15e

#aaa15e #5eaaa1 #a15eaa

Analogous Colors of #aaa15e

#aaa15e #8daa5e #aa7b5e

Monochromatic Colors of #aaa15e

#aaa15e

Complementary Color

#aaa15e #5e67aa

#aaa15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa15e Color CSS Codes

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

#aaa15e Text Font Color

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

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


#aaa15e Background Color

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

This div background color is #aaa15e


#aaa15e Border Color

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

This div border color is #aaa15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa15e


Comments

No comments written yet.

Please login to write comment.