Color Hex Logo

#aaa39c Color Hex

#AAA39C
(170,163,156)
0 Favorites   0 Comments

Color spaces of #aaa39c

RGB 170163156
HSL0.080.080.64
HSV30°67°
CMYK 0.000.040.08   0.33
XYZ35.675537.140736.7411
Yxy37.14070.32560.3390
Hunter Lab60.9432-2.15856.9158
CIE-Lab67.38251.26614.5239

#aaa39c color RGB value is (170,163,156).

#aaa39c hex color red value is 170, green value is 163 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aaa39c hue: 0.08 , saturation: 0.08 and the lightness value of aaa39c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10011100
Octal 252 243 234
Decimal 170 163 156
Hex AA A3 9C

RGB Percentages of Color #aaa39c

%34.76
%33.33
%31.90

CMYK Percentages of Color #aaa39c

%0
%4
%8
%33

Triadic Colors of #aaa39c

#aaa39c #9caaa3 #a39caa

Analogous Colors of #aaa39c

#aaa39c #aaaa9c #aa9c9c

Monochromatic Colors of #aaa39c

#aaa39c

Complementary Color

#aaa39c #9ca3aa

#aaa39c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa39c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa39c Color CSS Codes

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

#aaa39c Text Font Color

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

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


#aaa39c Background Color

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

This div background color is #aaa39c


#aaa39c Border Color

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

This div border color is #aaa39c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa39c


Comments

No comments written yet.

Please login to write comment.