Color Hex Logo

#aaa59f Color Hex

#AAA59F
(170,165,159)
0 Favorites   0 Comments

Color spaces of #aaa59f

RGB 170165159
HSL0.090.060.65
HSV33°67°
CMYK 0.000.030.06   0.33
XYZ36.290737.959538.2151
Yxy37.95950.32270.3375
Hunter Lab61.6113-2.67846.3526
CIE-Lab67.99080.70553.7351

#aaa59f color RGB value is (170,165,159).

#aaa59f hex color red value is 170, green value is 165 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aaa59f hue: 0.09 , saturation: 0.06 and the lightness value of aaa59f is 0.65.

The process color (four color CMYK) of #aaa59f color hex is 0.00, 0.03, 0.06, 0.33. Web safe color of #aaa59f is #999999. Color #aaa59f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 10011111
Octal 252 245 237
Decimal 170 165 159
Hex AA A5 9F

RGB Percentages of Color #aaa59f

%34.41
%33.40
%32.19

CMYK Percentages of Color #aaa59f

%0
%3
%6
%33

Triadic Colors of #aaa59f

#aaa59f #9faaa5 #a59faa

Analogous Colors of #aaa59f

#aaa59f #aaaa9f #aaa09f

Monochromatic Colors of #aaa59f

#aaa59f

Complementary Color

#aaa59f #9fa4aa

#aaa59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa59f Color CSS Codes

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

#aaa59f Text Font Color

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

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


#aaa59f Background Color

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

This div background color is #aaa59f


#aaa59f Border Color

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

This div border color is #aaa59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa59f


Comments

No comments written yet.

Please login to write comment.