COLOR #AA8C9E

HEX: #AA8C9E
RGB: (170,140,158)

Color info

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

RGB color model

#AA8C9E color RGB value is (170,140,158).

  • red value is 170;
  • green value is 140;
  • blue value is 158.
RGB:
(170,140,158)
(67%,55%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 158 of 255 = 62%

170
140
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 158 = 468 (100%)
R 170 of 468 ~ 36.32%
G 140 of 468 ~ 29.91%
B 158 of 468 ~ 33.76%

%36.32
%29.91
%33.76

CMYK color model

#AA8C9E color CMYK value is (0,18,7,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,18,7,33)
C0M18Y7K33 
(0%,18%,7%,33%)
(0.00/0.18/0.07/0.33)	

CMYK percentages

%0
%17.65
%7.06
%33.33

Codes

Color #AA8C9E in popluar color models

AA8C9E
RGB170140158
HSL324°15.00%60.78%
HSB/HSV324°17.65%66.67%
CMYK0.00%17.65%7.06%
33.33%

Color #AA8C9E in popluar number systems.

HEXAA8C9E
Decimal170140158
Binary101010101000110010011110
Octal252214236

Shades and tints

Shades of #AA8C9E

#AA8C9E
(170,140,158)
#9B8090
(155,128,144)
#8C7482
(140,116,130)
#7D6874
(125,104,116)
#6E5C66
(110,92,102)
#5F5058
(95,80,88)
#50444A
(80,68,74)
#41383C
(65,56,60)
#322C2E
(50,44,46)
#232020
(35,32,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA8C9E

#AA8C9E
(170,140,158)
#B196A6
(177,150,166)
#B8A0AE
(184,160,174)
#BFAAB6
(191,170,182)
#C6B4BE
(198,180,190)
#CDBEC6
(205,190,198)
#D4C8CE
(212,200,206)
#DBD2D6
(219,210,214)
#E2DCDE
(226,220,222)
#E9E6E6
(233,230,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8C9E color. Also use rgb(170,140,158) instead hex code.

Text Font Color

.myTextColor { color: #AA8C9E; }

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

This text font color is #AA8C9E.


Background Color

.myBgColor { background-color: #AA8C9E; }

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

This div background color is #AA8C9E.


Border color

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

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

This div border color is #AA8C9E.


Opacity

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

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

Text with #AA8C9E 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 #AA8C9E;}

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

This text has shadow with #AA8C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C9E on black background.


Color preview on white background

This text has color #AA8C9E on white background.



Black color preview on #AA8C9E background

This text has black color on #AA8C9E background.


White color preview on #AA8C9E background

This text has white color on #AA8C9E background.