COLOR #AA8D87

HEX: #AA8D87 RGB: (170,141,135)

Color info

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

RGB color model

#AA8D87 color RGB value is (170,141,135).

RGB: (170,141,135) (67%, 55%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 135 of 255 = 53%

170
141
135

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 135 = 446 (100%)
R 170 of 446 ~ 38.12%
G 141 of 446 ~ 31.61%
B 135 of 446 ~ 30.27'%

%38.12
%31.61
%30.27

CMYK color model

#AA8D87 color CMYK value is (0,17,21,33).

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

CMYK: (0,17,21,33)
C0M17Y21K33 (0%, 17%, 21%, 33%)
(0.00 / 0.17 / 0.21 / 0.33)

CMYK percentages

%0
%17.06
%20.59
%33.33

Codes

Color #AA8D87 in popluar color models

AA 8D 87
RGB 170 141 135
HSL 10° 17.07% 59.80%
HSB/HSV 10° 20.59% 66.67%
CMYK 0.00% 17.06% 20.59%
33.33%

Color #AA8D87 in popluar number systems.

HEX AA 8D 87
Decimal 170 141 135
Binary 10101010 10001101 10000111
Octal 252 215 207

Shades and tints

Shades of #AA8D87

#AA8D87
(170,141,135)
#9B817B
(155,129,123)
#8C756F
(140,117,111)
#7D6963
(125,105,99)
#6E5D57
(110,93,87)
#5F514B
(95,81,75)
#50453F
(80,69,63)
#413933
(65,57,51)
#322D27
(50,45,39)
#23211B
(35,33,27)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AA8D87

#AA8D87
(170,141,135)
#B19791
(177,151,145)
#B8A19B
(184,161,155)
#BFABA5
(191,171,165)
#C6B5AF
(198,181,175)
#CDBFB9
(205,191,185)
#D4C9C3
(212,201,195)
#DBD3CD
(219,211,205)
#E2DDD7
(226,221,215)
#E9E7E1
(233,231,225)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8D87; }

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

This text font color is #AA8D87.

Background Color

.myBgColor { background-color: #AA8D87; }

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

This div background color is #AA8D87.

Border color

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

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

This div border color is #AA8D87.

Opacity

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

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

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

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

This text has shadow with #AA8D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8D87.

Preview

Color preview on black background

This text has color #AA8D87 on black background.


Color preview on white background

This text has color #AA8D87 on white background.


Black color preview on #AA8D87 background

This text has black color on #AA8D87 background.


White color preview on #AA8D87 background

This text has white color on #AA8D87 background.


Related colors

Complementary color

Complementary color for #hex is #557278.


I love getcolorcode.com

Triadic colors

1 #87AA8D and #8D87AA with #AA8D87 are triadic colors.

2 #878DAA and #8DAA87 with #AA8D87 are triadic colors.