COLOR #AA8D9D

HEX: #AA8D9D
RGB: (170,141,157)

Color info

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

RGB color model

#AA8D9D color RGB value is (170,141,157).

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

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 157 of 255 = 62%

170
141
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 157 = 468 (100%)
R 170 of 468 ~ 36.32%
G 141 of 468 ~ 30.13%
B 157 of 468 ~ 33.55%

%36.32
%30.13
%33.55

CMYK color model

#AA8D9D color CMYK value is (0,17,8,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(0,17,8,33)
C0M17Y8K33 
(0%,17%,8%,33%)
(0.00/0.17/0.08/0.33)	

CMYK percentages

%0
%17.06
%7.65
%33.33

Codes

Color #AA8D9D in popluar color models

AA8D9D
RGB170141157
HSL327°14.57%60.98%
HSB/HSV327°17.06%66.67%
CMYK0.00%17.06%7.65%
33.33%

Color #AA8D9D in popluar number systems.

HEXAA8D9D
Decimal170141157
Binary101010101000110110011101
Octal252215235

Shades and tints

Shades of #AA8D9D

#AA8D9D
(170,141,157)
#9B818F
(155,129,143)
#8C7581
(140,117,129)
#7D6973
(125,105,115)
#6E5D65
(110,93,101)
#5F5157
(95,81,87)
#504549
(80,69,73)
#41393B
(65,57,59)
#322D2D
(50,45,45)
#23211F
(35,33,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AA8D9D

#AA8D9D
(170,141,157)
#B197A5
(177,151,165)
#B8A1AD
(184,161,173)
#BFABB5
(191,171,181)
#C6B5BD
(198,181,189)
#CDBFC5
(205,191,197)
#D4C9CD
(212,201,205)
#DBD3D5
(219,211,213)
#E2DDDD
(226,221,221)
#E9E7E5
(233,231,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8D9D color. Also use rgb(170,141,157) instead hex code.

Text Font Color

.myTextColor { color: #AA8D9D; }

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

This text font color is #AA8D9D.


Background Color

.myBgColor { background-color: #AA8D9D; }

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

This div background color is #AA8D9D.


Border color

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

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

This div border color is #AA8D9D.


Opacity

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

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

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

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

This text has shadow with #AA8D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8D9D on black background.


Color preview on white background

This text has color #AA8D9D on white background.



Black color preview on #AA8D9D background

This text has black color on #AA8D9D background.


White color preview on #AA8D9D background

This text has white color on #AA8D9D background.