COLOR #AA8B9E

HEX: #AA8B9E
RGB: (170,139,158)

Color info

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

RGB color model

#AA8B9E color RGB value is (170,139,158).

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

RGB channels and saturation

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

170
139
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 139 + 158 = 467 (100%)
R 170 of 467 ~ 36.4%
G 139 of 467 ~ 29.76%
B 158 of 467 ~ 33.83%

%36.4
%29.76
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.24%
  • 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
%18.24
%7.06
%33.33

Codes

Color #AA8B9E in popluar color models

AA8B9E
RGB170139158
HSL323°15.42%60.59%
HSB/HSV323°18.24%66.67%
CMYK0.00%18.24%7.06%
33.33%

Color #AA8B9E in popluar number systems.

HEXAA8B9E
Decimal170139158
Binary101010101000101110011110
Octal252213236

Shades and tints

Shades of #AA8B9E

#AA8B9E
(170,139,158)
#9B7F90
(155,127,144)
#8C7382
(140,115,130)
#7D6774
(125,103,116)
#6E5B66
(110,91,102)
#5F4F58
(95,79,88)
#50434A
(80,67,74)
#41373C
(65,55,60)
#322B2E
(50,43,46)
#231F20
(35,31,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA8B9E

#AA8B9E
(170,139,158)
#B195A6
(177,149,166)
#B89FAE
(184,159,174)
#BFA9B6
(191,169,182)
#C6B3BE
(198,179,190)
#CDBDC6
(205,189,198)
#D4C7CE
(212,199,206)
#DBD1D6
(219,209,214)
#E2DBDE
(226,219,222)
#E9E5E6
(233,229,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B9E; }

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

This text font color is #AA8B9E.


Background Color

.myBgColor { background-color: #AA8B9E; }

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

This div background color is #AA8B9E.


Border color

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

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

This div border color is #AA8B9E.


Opacity

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

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

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

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

This text has shadow with #AA8B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8B9E on black background.


Color preview on white background

This text has color #AA8B9E on white background.



Black color preview on #AA8B9E background

This text has black color on #AA8B9E background.


White color preview on #AA8B9E background

This text has white color on #AA8B9E background.