COLOR #AA889C

HEX: #AA889C RGB: (170,136,156)

Color info

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

RGB color model

#AA889C color RGB value is (170,136,156).

RGB: (170,136,156) (67%, 53%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 156 of 255 = 61%

170
136
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 156 = 462 (100%)
R 170 of 462 ~ 36.8%
G 136 of 462 ~ 29.44%
B 156 of 462 ~ 33.77'%

%36.8
%29.44
%33.77

CMYK color model

#AA889C color CMYK value is (0,20,8,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.24%
  • key color value is 33.33%
CMYK: (0,20,8,33) C0M20Y8K33 (0%,20%,8%,33%) (0.00/0.20/0.08/0.33) 

CMYK percentages

%0
%20
%8.24
%33.33

Codes

Color #AA889C in popluar color models

AA 88 9C
RGB 170 136 156
HSL 325° 16.67% 60.00%
HSB/HSV 325° 20.00% 66.67%
CMYK 0.00% 20.00% 8.24%
33.33%

Color #AA889C in popluar number systems.

HEX AA 88 9C
Decimal 170 136 156
Binary 10101010 10001000 10011100
Octal 252 210 234

Shades and tints

Shades of #AA889C

#AA889C
(170,136,156)
#9B7C8E
(155,124,142)
#8C7080
(140,112,128)
#7D6472
(125,100,114)
#6E5864
(110,88,100)
#5F4C56
(95,76,86)
#504048
(80,64,72)
#41343A
(65,52,58)
#32282C
(50,40,44)
#231C1E
(35,28,30)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AA889C

#AA889C
(170,136,156)
#B192A5
(177,146,165)
#B89CAE
(184,156,174)
#BFA6B7
(191,166,183)
#C6B0C0
(198,176,192)
#CDBAC9
(205,186,201)
#D4C4D2
(212,196,210)
#DBCEDB
(219,206,219)
#E2D8E4
(226,216,228)
#E9E2ED
(233,226,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA889C; }

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

This text font color is #AA889C.

Background Color

.myBgColor { background-color: #AA889C; }

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

This div background color is #AA889C.

Border color

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

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

This div border color is #AA889C.

Opacity

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

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

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

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

This text has shadow with #AA889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA889C.

Preview

Color preview on black background

This text has color #AA889C on black background.


Color preview on white background

This text has color #AA889C on white background.


Black color preview on #AA889C background

This text has black color on #AA889C background.


White color preview on #AA889C background

This text has white color on #AA889C background.


Related colors

Complementary color

Complementary color for #hex is #557763.


I love getcolorcode.com

Triadic colors

1 #9CAA88 and #889CAA with #AA889C are triadic colors.

2 #9C88AA and #88AA9C with #AA889C are triadic colors.