Color Hex Logo

#aa899c Color Hex

#AA899C
(170,137,156)
0 Favorites   0 Comments

Color spaces of #aa899c

RGB 170137156
HSL0.900.160.60
HSV325°19°67°
CMYK 0.000.190.08   0.33
XYZ31.524028.837735.3572
Yxy28.83770.32930.3013
Hunter Lab53.700710.8087-1.4467
CIE-Lab60.638115.7654-5.3336

#aa899c color RGB value is (170,137,156).

#aa899c hex color red value is 170, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aa899c hue: 0.90 , saturation: 0.16 and the lightness value of aa899c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 10011100
Octal 252 211 234
Decimal 170 137 156
Hex AA 89 9C

RGB Percentages of Color #aa899c

%36.72
%29.59
%33.69

CMYK Percentages of Color #aa899c

%0
%19
%8
%33

Triadic Colors of #aa899c

#aa899c #9caa89 #899caa

Analogous Colors of #aa899c

#aa899c #aa898c #a889aa

Monochromatic Colors of #aa899c

#aa899c

Complementary Color

#aa899c #89aa97

#aa899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa899c Color CSS Codes

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

#aa899c Text Font Color

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

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


#aa899c Background Color

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

This div background color is #aa899c


#aa899c Border Color

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

This div border color is #aa899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa899c


Comments

No comments written yet.

Please login to write comment.