COLOR #AA879F

HEX: #AA879F RGB: (170,135,159)

Color info

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

RGB color model

#AA879F color RGB value is (170,135,159).

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

RGB channels and saturation

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

170
135
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 159 = 464 (100%)
R 170 of 464 ~ 36.64%
G 135 of 464 ~ 29.09%
B 159 of 464 ~ 34.27'%

%36.64
%29.09
%34.27

CMYK color model

#AA879F color CMYK value is (0,21,6,33).

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

CMYK: (0,21,6,33)
C0M21Y6K33 (0%, 21%, 6%, 33%)
(0.00 / 0.21 / 0.06 / 0.33)

CMYK percentages

%0
%20.59
%6.47
%33.33

Codes

Color #AA879F in popluar color models

AA 87 9F
RGB 170 135 159
HSL 319° 17.07% 59.80%
HSB/HSV 319° 20.59% 66.67%
CMYK 0.00% 20.59% 6.47%
33.33%

Color #AA879F in popluar number systems.

HEX AA 87 9F
Decimal 170 135 159
Binary 10101010 10000111 10011111
Octal 252 207 237

Shades and tints

Shades of #AA879F

#AA879F
(170,135,159)
#9B7B91
(155,123,145)
#8C6F83
(140,111,131)
#7D6375
(125,99,117)
#6E5767
(110,87,103)
#5F4B59
(95,75,89)
#503F4B
(80,63,75)
#41333D
(65,51,61)
#32272F
(50,39,47)
#231B21
(35,27,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA879F

#AA879F
(170,135,159)
#B191A7
(177,145,167)
#B89BAF
(184,155,175)
#BFA5B7
(191,165,183)
#C6AFBF
(198,175,191)
#CDB9C7
(205,185,199)
#D4C3CF
(212,195,207)
#DBCDD7
(219,205,215)
#E2D7DF
(226,215,223)
#E9E1E7
(233,225,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA879F; }

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

This text font color is #AA879F.

Background Color

.myBgColor { background-color: #AA879F; }

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

This div background color is #AA879F.

Border color

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

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

This div border color is #AA879F.

Opacity

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

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

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

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

This text has shadow with #AA879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA879F.

Preview

Color preview on black background

This text has color #AA879F on black background.


Color preview on white background

This text has color #AA879F on white background.


Black color preview on #AA879F background

This text has black color on #AA879F background.


White color preview on #AA879F background

This text has white color on #AA879F background.


Related colors

Complementary color

Complementary color for #hex is #557860.


I love getcolorcode.com

Triadic colors

1 #9FAA87 and #879FAA with #AA879F are triadic colors.

2 #9F87AA and #87AA9F with #AA879F are triadic colors.