COLOR #AA879A

HEX: #AA879A
RGB: (170,135,154)

Color info

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

RGB color model

#AA879A color RGB value is (170,135,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 154 of 255 = 60%

170
135
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 135 + 154 = 459 (100%)
R 170 of 459 ~ 37.04%
G 135 of 459 ~ 29.41%
B 154 of 459 ~ 33.55%

%37.04
%29.41
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 9.41%
  • 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
%9.41
%33.33

Codes

Color #AA879A in popluar color models

AA879A
RGB170135154
HSL327°17.07%59.80%
HSB/HSV327°20.59%66.67%
CMYK0.00%20.59%9.41%
33.33%

Color #AA879A in popluar number systems.

HEXAA879A
Decimal170135154
Binary101010101000011110011010
Octal252207232

Shades and tints

Shades of #AA879A

#AA879A
(170,135,154)
#9B7B8C
(155,123,140)
#8C6F7E
(140,111,126)
#7D6370
(125,99,112)
#6E5762
(110,87,98)
#5F4B54
(95,75,84)
#503F46
(80,63,70)
#413338
(65,51,56)
#32272A
(50,39,42)
#231B1C
(35,27,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AA879A

#AA879A
(170,135,154)
#B191A3
(177,145,163)
#B89BAC
(184,155,172)
#BFA5B5
(191,165,181)
#C6AFBE
(198,175,190)
#CDB9C7
(205,185,199)
#D4C3D0
(212,195,208)
#DBCDD9
(219,205,217)
#E2D7E2
(226,215,226)
#E9E1EB
(233,225,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA879A; }

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

This text font color is #AA879A.


Background Color

.myBgColor { background-color: #AA879A; }

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

This div background color is #AA879A.


Border color

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

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

This div border color is #AA879A.


Opacity

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

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

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

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

This text has shadow with #AA879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA879A on black background.


Color preview on white background

This text has color #AA879A on white background.



Black color preview on #AA879A background

This text has black color on #AA879A background.


White color preview on #AA879A background

This text has white color on #AA879A background.