COLOR #AA8A99

HEX: #AA8A99 RGB: (170,138,153)

Color info

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

RGB color model

#AA8A99 color RGB value is (170,138,153).

RGB: (170,138,153) (67%, 54%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 153 of 255 = 60%

170
138
153

R + G + B ~ 60%. #AA8A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 153 = 461 (100%)
R 170 of 461 ~ 36.88%
G 138 of 461 ~ 29.93%
B 153 of 461 ~ 33.19'%

%36.88
%29.93
%33.19

CMYK color model

#AA8A99 color CMYK value is (0,19,10,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 10.00%
  • key color value is 33.33%

CMYK: (0,19,10,33)
C0M19Y10K33 (0%, 19%, 10%, 33%)
(0.00 / 0.19 / 0.10 / 0.33)

CMYK percentages

%0
%18.82
%10
%33.33

Codes

Color #AA8A99 in popluar color models

AA 8A 99
RGB 170 138 153
HSL 332° 15.84% 60.39%
HSB/HSV 332° 18.82% 66.67%
CMYK 0.00% 18.82% 10.00%
33.33%

Color #AA8A99 in popluar number systems.

HEX AA 8A 99
Decimal 170 138 153
Binary 10101010 10001010 10011001
Octal 252 212 231

Shades and tints

Shades of #AA8A99

#AA8A99
(170,138,153)
#9B7E8C
(155,126,140)
#8C727F
(140,114,127)
#7D6672
(125,102,114)
#6E5A65
(110,90,101)
#5F4E58
(95,78,88)
#50424B
(80,66,75)
#41363E
(65,54,62)
#322A31
(50,42,49)
#231E24
(35,30,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA8A99

#AA8A99
(170,138,153)
#B194A2
(177,148,162)
#B89EAB
(184,158,171)
#BFA8B4
(191,168,180)
#C6B2BD
(198,178,189)
#CDBCC6
(205,188,198)
#D4C6CF
(212,198,207)
#DBD0D8
(219,208,216)
#E2DAE1
(226,218,225)
#E9E4EA
(233,228,234)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A99; }

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

This text font color is #AA8A99.

Background Color

.myBgColor { background-color: #AA8A99; }

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

This div background color is #AA8A99.

Border color

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

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

This div border color is #AA8A99.

Opacity

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

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

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

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

This text has shadow with #AA8A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8A99.

Preview

Color preview on black background

This text has color #AA8A99 on black background.


Color preview on white background

This text has color #AA8A99 on white background.


Black color preview on #AA8A99 background

This text has black color on #AA8A99 background.


White color preview on #AA8A99 background

This text has white color on #AA8A99 background.


Related colors

Complementary color

Complementary color for #hex is #557566.


I love getcolorcode.com

Triadic colors

1 #99AA8A and #8A99AA with #AA8A99 are triadic colors.

2 #998AAA and #8AAA99 with #AA8A99 are triadic colors.