COLOR #AA878E

HEX: #AA878E RGB: (170,135,142)

Color info

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

RGB color model

#AA878E color RGB value is (170,135,142).

RGB: (170,135,142) (67%, 53%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 142 of 255 = 56%

170
135
142

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

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 142 = 447 (100%)
R 170 of 447 ~ 38.03%
G 135 of 447 ~ 30.2%
B 142 of 447 ~ 31.77'%

%38.03
%30.2
%31.77

CMYK color model

#AA878E color CMYK value is (0,21,16,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK: (0,21,16,33) C0M21Y16K33 (0%,21%,16%,33%) (0.00/0.21/0.16/0.33) 

CMYK percentages

%0
%20.59
%16.47
%33.33

Codes

Color #AA878E in popluar color models

AA 87 8E
RGB 170 135 142
HSL 348° 17.07% 59.80%
HSB/HSV 348° 20.59% 66.67%
CMYK 0.00% 20.59% 16.47%
33.33%

Color #AA878E in popluar number systems.

HEX AA 87 8E
Decimal 170 135 142
Binary 10101010 10000111 10001110
Octal 252 207 216

Shades and tints

Shades of #AA878E

#AA878E
(170,135,142)
#9B7B82
(155,123,130)
#8C6F76
(140,111,118)
#7D636A
(125,99,106)
#6E575E
(110,87,94)
#5F4B52
(95,75,82)
#503F46
(80,63,70)
#41333A
(65,51,58)
#32272E
(50,39,46)
#231B22
(35,27,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AA878E

#AA878E
(170,135,142)
#B19198
(177,145,152)
#B89BA2
(184,155,162)
#BFA5AC
(191,165,172)
#C6AFB6
(198,175,182)
#CDB9C0
(205,185,192)
#D4C3CA
(212,195,202)
#DBCDD4
(219,205,212)
#E2D7DE
(226,215,222)
#E9E1E8
(233,225,232)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA878E; }

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

This text font color is #AA878E.

Background Color

.myBgColor { background-color: #AA878E; }

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

This div background color is #AA878E.

Border color

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

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

This div border color is #AA878E.

Opacity

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

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

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

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

This text has shadow with #AA878E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA878E.

Preview

Color preview on black background

This text has color #AA878E on black background.


Color preview on white background

This text has color #AA878E on white background.


Black color preview on #AA878E background

This text has black color on #AA878E background.


White color preview on #AA878E background

This text has white color on #AA878E background.


Related colors

Complementary color

Complementary color for #hex is #557871.


I love getcolorcode.com

Triadic colors

1 #8EAA87 and #878EAA with #AA878E are triadic colors.

2 #8E87AA and #87AA8E with #AA878E are triadic colors.