COLOR #AA889F

HEX: #AA889F RGB: (170,136,159)

Color info

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

RGB color model

#AA889F color RGB value is (170,136,159).

RGB: (170,136,159) (67%, 53%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 159 of 255 = 62%

170
136
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 159 = 465 (100%)
R 170 of 465 ~ 36.56%
G 136 of 465 ~ 29.25%
B 159 of 465 ~ 34.19'%

%36.56
%29.25
%34.19

CMYK color model

#AA889F color CMYK value is (0,20,6,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 6.47%
  • key color value is 33.33%

CMYK: (0,20,6,33)
C0M20Y6K33 (0%, 20%, 6%, 33%)
(0.00 / 0.20 / 0.06 / 0.33)

CMYK percentages

%0
%20
%6.47
%33.33

Codes

Color #AA889F in popluar color models

AA 88 9F
RGB 170 136 159
HSL 319° 16.67% 60.00%
HSB/HSV 319° 20.00% 66.67%
CMYK 0.00% 20.00% 6.47%
33.33%

Color #AA889F in popluar number systems.

HEX AA 88 9F
Decimal 170 136 159
Binary 10101010 10001000 10011111
Octal 252 210 237

Shades and tints

Shades of #AA889F

#AA889F
(170,136,159)
#9B7C91
(155,124,145)
#8C7083
(140,112,131)
#7D6475
(125,100,117)
#6E5867
(110,88,103)
#5F4C59
(95,76,89)
#50404B
(80,64,75)
#41343D
(65,52,61)
#32282F
(50,40,47)
#231C21
(35,28,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AA889F

#AA889F
(170,136,159)
#B192A7
(177,146,167)
#B89CAF
(184,156,175)
#BFA6B7
(191,166,183)
#C6B0BF
(198,176,191)
#CDBAC7
(205,186,199)
#D4C4CF
(212,196,207)
#DBCED7
(219,206,215)
#E2D8DF
(226,216,223)
#E9E2E7
(233,226,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA889F color. Also use rgb(170,136,159) instead hex code.

Text Font Color

.myTextColor { color: #AA889F; }

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

This text font color is #AA889F.

Background Color

.myBgColor { background-color: #AA889F; }

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

This div background color is #AA889F.

Border color

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

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

This div border color is #AA889F.

Opacity

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

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

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

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

This text has shadow with #AA889F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA889F.

Preview

Color preview on black background

This text has color #AA889F on black background.


Color preview on white background

This text has color #AA889F on white background.


Black color preview on #AA889F background

This text has black color on #AA889F background.


White color preview on #AA889F background

This text has white color on #AA889F background.


Related colors

Complementary color

Complementary color for #hex is #557760.


I love getcolorcode.com

Triadic colors

1 #9FAA88 and #889FAA with #AA889F are triadic colors.

2 #9F88AA and #88AA9F with #AA889F are triadic colors.