COLOR #AA8E9C

HEX: #AA8E9C
RGB: (170,142,156)

Color info

#AA8E9C contains red, green and blue colors in about the same proportion. Web safe color of #AA8E9C is #999999 (or #999).

RGB color model

#AA8E9C color RGB value is (170,142,156).

  • red value is 170;
  • green value is 142;
  • blue value is 156.
RGB:
(170,142,156)
(67%,56%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 156 of 255 = 61%

170
142
156

R + G + B ~ 61%. #AA8E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 156 = 468 (100%)
R 170 of 468 ~ 36.32%
G 142 of 468 ~ 30.34%
B 156 of 468 ~ 33.33%

%36.32
%30.34
%33.33

CMYK color model

#AA8E9C color CMYK value is (0,16,8,33).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 8.24%
  • key color value is 33.33%
CMYK:
(0,16,8,33)
C0M16Y8K33 
(0%,16%,8%,33%)
(0.00/0.16/0.08/0.33)	

CMYK percentages

%0
%16.47
%8.24
%33.33

Codes

Color #AA8E9C in popluar color models

AA8E9C
RGB170142156
HSL330°14.14%61.18%
HSB/HSV330°16.47%66.67%
CMYK0.00%16.47%8.24%
33.33%

Color #AA8E9C in popluar number systems.

HEXAA8E9C
Decimal170142156
Binary101010101000111010011100
Octal252216234

Shades and tints

Shades of #AA8E9C

#AA8E9C
(170,142,156)
#9B828E
(155,130,142)
#8C7680
(140,118,128)
#7D6A72
(125,106,114)
#6E5E64
(110,94,100)
#5F5256
(95,82,86)
#504648
(80,70,72)
#413A3A
(65,58,58)
#322E2C
(50,46,44)
#23221E
(35,34,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AA8E9C

#AA8E9C
(170,142,156)
#B198A5
(177,152,165)
#B8A2AE
(184,162,174)
#BFACB7
(191,172,183)
#C6B6C0
(198,182,192)
#CDC0C9
(205,192,201)
#D4CAD2
(212,202,210)
#DBD4DB
(219,212,219)
#E2DEE4
(226,222,228)
#E9E8ED
(233,232,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8E9C color. Also use rgb(170,142,156) instead hex code.

Text Font Color

.myTextColor { color: #AA8E9C; }

<p style="color:#AA8E9C">This sample text font color is #AA8E9C.</p>

This text font color is #AA8E9C.


Background Color

.myBgColor { background-color: #AA8E9C; }

<div style="background-color:#AA8E9C">Inner text</div>

This div background color is #AA8E9C.


Border color

.myBorderColor { border: 1px solid #AA8E9C; }

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

This div border color is #AA8E9C.


Opacity

.myOpacity80 { color: #AA8E9C; opacity: 0.8; }

<p style="color:#AA8E9C;opacity:0.8;">80%</p>

Text with #AA8E9C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AA8E9C;}

<p style="text-shadow: 3px 3px 1px #AA8E9C">Text here.</p>

This text has shadow with #AA8E9C color.

.textShadow {text-shadow: 3px 3px 1px #AA8E9C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AA8E9C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AA8E9C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA8E9C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AA8E9C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AA8E9C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AA8E9C;
  -webkit-box-shadow:	1px 1px 3px 2px #AA8E9C;
  box-shadow:		1px 1px 3px 2px #AA8E9C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA8E9C;
-webkit-box-shadow: 1px 1px 3px 2px #AA8E9C;
box-shadow:1px 1px 3px 2px #AA8E9C;">
Div content here</div>
This div box has shadow with color #AA8E9C.

Preview

Color preview on black background

This text has color #AA8E9C on black background.


Color preview on white background

This text has color #AA8E9C on white background.



Black color preview on #AA8E9C background

This text has black color on #AA8E9C background.


White color preview on #AA8E9C background

This text has white color on #AA8E9C background.