COLOR #AA8E7E

HEX: #AA8E7E RGB: (170,142,126)

Color info

#AA8E7E contains red, green and blue colors in about the same proportion. Web safe color of #AA8E7E is #999966 (or #996).

RGB color model

#AA8E7E color RGB value is (170,142,126).

RGB: (170,142,126) (67%, 56%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 126 of 255 = 49%

170
142
126

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

Portions of RGB colors in percentages

R + G + B = 170 + 142 + 126 = 438 (100%)
R 170 of 438 ~ 38.81%
G 142 of 438 ~ 32.42%
B 126 of 438 ~ 28.77'%

%38.81
%32.42
%28.77

CMYK color model

#AA8E7E color CMYK value is (0,16,26,33).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 25.88%
  • key color value is 33.33%

CMYK: (0,16,26,33)
C0M16Y26K33 (0%, 16%, 26%, 33%)
(0.00 / 0.16 / 0.26 / 0.33)

CMYK percentages

%0
%16.47
%25.88
%33.33

Codes

Color #AA8E7E in popluar color models

AA 8E 7E
RGB 170 142 126
HSL 22° 20.56% 58.04%
HSB/HSV 22° 25.88% 66.67%
CMYK 0.00% 16.47% 25.88%
33.33%

Color #AA8E7E in popluar number systems.

HEX AA 8E 7E
Decimal 170 142 126
Binary 10101010 10001110 1111110
Octal 252 216 176

Shades and tints

Shades of #AA8E7E

#AA8E7E
(170,142,126)
#9B8273
(155,130,115)
#8C7668
(140,118,104)
#7D6A5D
(125,106,93)
#6E5E52
(110,94,82)
#5F5247
(95,82,71)
#50463C
(80,70,60)
#413A31
(65,58,49)
#322E26
(50,46,38)
#23221B
(35,34,27)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AA8E7E

#AA8E7E
(170,142,126)
#B19889
(177,152,137)
#B8A294
(184,162,148)
#BFAC9F
(191,172,159)
#C6B6AA
(198,182,170)
#CDC0B5
(205,192,181)
#D4CAC0
(212,202,192)
#DBD4CB
(219,212,203)
#E2DED6
(226,222,214)
#E9E8E1
(233,232,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8E7E; }

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

This text font color is #AA8E7E.

Background Color

.myBgColor { background-color: #AA8E7E; }

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

This div background color is #AA8E7E.

Border color

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

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

This div border color is #AA8E7E.

Opacity

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

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

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

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

This text has shadow with #AA8E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8E7E.

Preview

Color preview on black background

This text has color #AA8E7E on black background.


Color preview on white background

This text has color #AA8E7E on white background.


Black color preview on #AA8E7E background

This text has black color on #AA8E7E background.


White color preview on #AA8E7E background

This text has white color on #AA8E7E background.


Related colors

Complementary color

Complementary color for #hex is #557181.


I love getcolorcode.com

Triadic colors

1 #7EAA8E and #8E7EAA with #AA8E7E are triadic colors.

2 #7E8EAA and #8EAA7E with #AA8E7E are triadic colors.