COLOR #AA879B

HEX: #AA879B
RGB: (170,135,155)

Color info

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

RGB color model

#AA879B color RGB value is (170,135,155).

  • red value is 170;
  • green value is 135;
  • blue value is 155.
RGB:
(170,135,155)
(67%,53%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 155 of 255 = 61%

170
135
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 135 + 155 = 460 (100%)
R 170 of 460 ~ 36.96%
G 135 of 460 ~ 29.35%
B 155 of 460 ~ 33.7%

%36.96
%29.35
%33.7

CMYK color model

#AA879B color CMYK value is (0,21,9,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,21,9,33)
C0M21Y9K33 
(0%,21%,9%,33%)
(0.00/0.21/0.09/0.33)	

CMYK percentages

%0
%20.59
%8.82
%33.33

Codes

Color #AA879B in popluar color models

AA879B
RGB170135155
HSL326°17.07%59.80%
HSB/HSV326°20.59%66.67%
CMYK0.00%20.59%8.82%
33.33%

Color #AA879B in popluar number systems.

HEXAA879B
Decimal170135155
Binary101010101000011110011011
Octal252207233

Shades and tints

Shades of #AA879B

#AA879B
(170,135,155)
#9B7B8D
(155,123,141)
#8C6F7F
(140,111,127)
#7D6371
(125,99,113)
#6E5763
(110,87,99)
#5F4B55
(95,75,85)
#503F47
(80,63,71)
#413339
(65,51,57)
#32272B
(50,39,43)
#231B1D
(35,27,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA879B

#AA879B
(170,135,155)
#B191A4
(177,145,164)
#B89BAD
(184,155,173)
#BFA5B6
(191,165,182)
#C6AFBF
(198,175,191)
#CDB9C8
(205,185,200)
#D4C3D1
(212,195,209)
#DBCDDA
(219,205,218)
#E2D7E3
(226,215,227)
#E9E1EC
(233,225,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA879B; }

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

This text font color is #AA879B.


Background Color

.myBgColor { background-color: #AA879B; }

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

This div background color is #AA879B.


Border color

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

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

This div border color is #AA879B.


Opacity

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

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

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

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

This text has shadow with #AA879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA879B on black background.


Color preview on white background

This text has color #AA879B on white background.



Black color preview on #AA879B background

This text has black color on #AA879B background.


White color preview on #AA879B background

This text has white color on #AA879B background.