Color Hex Logo

#aaa39f Color Hex

#AAA39F
(170,163,159)
0 Favorites   0 Comments

Color spaces of #aaa39f

RGB 170163159
HSL0.060.060.65
HSV22°67°
CMYK 0.000.040.06   0.33
XYZ35.932837.243638.0958
Yxy37.24360.32290.3347
Hunter Lab61.0275-1.69805.7081
CIE-Lab67.45941.79952.9659

#aaa39f color RGB value is (170,163,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10011111
Octal 252 243 237
Decimal 170 163 159
Hex AA A3 9F

RGB Percentages of Color #aaa39f

%34.55
%33.13
%32.32

CMYK Percentages of Color #aaa39f

%0
%4
%6
%33

Triadic Colors of #aaa39f

#aaa39f #9faaa3 #a39faa

Analogous Colors of #aaa39f

#aaa39f #aaa99f #aa9fa1

Monochromatic Colors of #aaa39f

#aaa39f

Complementary Color

#aaa39f #9fa6aa

#aaa39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa39f Color CSS Codes

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

#aaa39f Text Font Color

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

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


#aaa39f Background Color

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

This div background color is #aaa39f


#aaa39f Border Color

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

This div border color is #aaa39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa39f


Comments

No comments written yet.

Please login to write comment.