COLOR #AA8C99

HEX: #AA8C99
RGB: (170,140,153)

Color info

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

RGB color model

#AA8C99 color RGB value is (170,140,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 153 of 255 = 60%

170
140
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 153 = 463 (100%)
R 170 of 463 ~ 36.72%
G 140 of 463 ~ 30.24%
B 153 of 463 ~ 33.05%

%36.72
%30.24
%33.05

CMYK color model

#AA8C99 color CMYK value is (0,18,10,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(0,18,10,33)
C0M18Y10K33 
(0%,18%,10%,33%)
(0.00/0.18/0.10/0.33)	

CMYK percentages

%0
%17.65
%10
%33.33

Codes

Color #AA8C99 in popluar color models

AA8C99
RGB170140153
HSL334°15.00%60.78%
HSB/HSV334°17.65%66.67%
CMYK0.00%17.65%10.00%
33.33%

Color #AA8C99 in popluar number systems.

HEXAA8C99
Decimal170140153
Binary101010101000110010011001
Octal252214231

Shades and tints

Shades of #AA8C99

#AA8C99
(170,140,153)
#9B808C
(155,128,140)
#8C747F
(140,116,127)
#7D6872
(125,104,114)
#6E5C65
(110,92,101)
#5F5058
(95,80,88)
#50444B
(80,68,75)
#41383E
(65,56,62)
#322C31
(50,44,49)
#232024
(35,32,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AA8C99

#AA8C99
(170,140,153)
#B196A2
(177,150,162)
#B8A0AB
(184,160,171)
#BFAAB4
(191,170,180)
#C6B4BD
(198,180,189)
#CDBEC6
(205,190,198)
#D4C8CF
(212,200,207)
#DBD2D8
(219,210,216)
#E2DCE1
(226,220,225)
#E9E6EA
(233,230,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C99; }

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

This text font color is #AA8C99.


Background Color

.myBgColor { background-color: #AA8C99; }

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

This div background color is #AA8C99.


Border color

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

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

This div border color is #AA8C99.


Opacity

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

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

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

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

This text has shadow with #AA8C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C99 on black background.


Color preview on white background

This text has color #AA8C99 on white background.



Black color preview on #AA8C99 background

This text has black color on #AA8C99 background.


White color preview on #AA8C99 background

This text has white color on #AA8C99 background.