COLOR #AA867E

HEX: #AA867E RGB: (170,134,126)

Color info

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

RGB color model

#AA867E color RGB value is (170,134,126).

RGB: (170,134,126) (67%, 53%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 126 of 255 = 49%

170
134
126

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

Portions of RGB colors in percentages

R + G + B = 170 + 134 + 126 = 430 (100%)
R 170 of 430 ~ 39.53%
G 134 of 430 ~ 31.16%
B 126 of 430 ~ 29.3'%

%39.53
%31.16
%29.3

CMYK color model

#AA867E color CMYK value is (0,21,26,33).

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

CMYK: (0,21,26,33)
C0M21Y26K33 (0%, 21%, 26%, 33%)
(0.00 / 0.21 / 0.26 / 0.33)

CMYK percentages

%0
%21.18
%25.88
%33.33

Codes

Color #AA867E in popluar color models

AA 86 7E
RGB 170 134 126
HSL 11° 20.56% 58.04%
HSB/HSV 11° 25.88% 66.67%
CMYK 0.00% 21.18% 25.88%
33.33%

Color #AA867E in popluar number systems.

HEX AA 86 7E
Decimal 170 134 126
Binary 10101010 10000110 1111110
Octal 252 206 176

Shades and tints

Shades of #AA867E

#AA867E
(170,134,126)
#9B7A73
(155,122,115)
#8C6E68
(140,110,104)
#7D625D
(125,98,93)
#6E5652
(110,86,82)
#5F4A47
(95,74,71)
#503E3C
(80,62,60)
#413231
(65,50,49)
#322626
(50,38,38)
#231A1B
(35,26,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #AA867E

#AA867E
(170,134,126)
#B19189
(177,145,137)
#B89C94
(184,156,148)
#BFA79F
(191,167,159)
#C6B2AA
(198,178,170)
#CDBDB5
(205,189,181)
#D4C8C0
(212,200,192)
#DBD3CB
(219,211,203)
#E2DED6
(226,222,214)
#E9E9E1
(233,233,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA867E; }

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

This text font color is #AA867E.

Background Color

.myBgColor { background-color: #AA867E; }

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

This div background color is #AA867E.

Border color

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

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

This div border color is #AA867E.

Opacity

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

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

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

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

This text has shadow with #AA867E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA867E.

Preview

Color preview on black background

This text has color #AA867E on black background.


Color preview on white background

This text has color #AA867E on white background.


Black color preview on #AA867E background

This text has black color on #AA867E background.


White color preview on #AA867E background

This text has white color on #AA867E background.


Related colors

Complementary color

Complementary color for #hex is #557981.


I love getcolorcode.com

Triadic colors

1 #7EAA86 and #867EAA with #AA867E are triadic colors.

2 #7E86AA and #86AA7E with #AA867E are triadic colors.