COLOR #AA877C

HEX: #AA877C RGB: (170,135,124)

Color info

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

RGB color model

#AA877C color RGB value is (170,135,124).

RGB: (170,135,124) (67%, 53%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 124 of 255 = 49%

170
135
124

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

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 124 = 429 (100%)
R 170 of 429 ~ 39.63%
G 135 of 429 ~ 31.47%
B 124 of 429 ~ 28.9'%

%39.63
%31.47
%28.9

CMYK color model

#AA877C color CMYK value is (0,21,27,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK: (0,21,27,33) C0M21Y27K33 (0%,21%,27%,33%) (0.00/0.21/0.27/0.33) 

CMYK percentages

%0
%20.59
%27.06
%33.33

Codes

Color #AA877C in popluar color models

AA 87 7C
RGB 170 135 124
HSL 14° 21.30% 57.65%
HSB/HSV 14° 27.06% 66.67%
CMYK 0.00% 20.59% 27.06%
33.33%

Color #AA877C in popluar number systems.

HEX AA 87 7C
Decimal 170 135 124
Binary 10101010 10000111 1111100
Octal 252 207 174

Shades and tints

Shades of #AA877C

#AA877C
(170,135,124)
#9B7B71
(155,123,113)
#8C6F66
(140,111,102)
#7D635B
(125,99,91)
#6E5750
(110,87,80)
#5F4B45
(95,75,69)
#503F3A
(80,63,58)
#41332F
(65,51,47)
#322724
(50,39,36)
#231B19
(35,27,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AA877C

#AA877C
(170,135,124)
#B19187
(177,145,135)
#B89B92
(184,155,146)
#BFA59D
(191,165,157)
#C6AFA8
(198,175,168)
#CDB9B3
(205,185,179)
#D4C3BE
(212,195,190)
#DBCDC9
(219,205,201)
#E2D7D4
(226,215,212)
#E9E1DF
(233,225,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA877C; }

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

This text font color is #AA877C.

Background Color

.myBgColor { background-color: #AA877C; }

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

This div background color is #AA877C.

Border color

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

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

This div border color is #AA877C.

Opacity

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

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

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

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

This text has shadow with #AA877C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA877C.

Preview

Color preview on black background

This text has color #AA877C on black background.


Color preview on white background

This text has color #AA877C on white background.


Black color preview on #AA877C background

This text has black color on #AA877C background.


White color preview on #AA877C background

This text has white color on #AA877C background.


Related colors

Complementary color

Complementary color for #hex is #557883.


I love getcolorcode.com

Triadic colors

1 #7CAA87 and #877CAA with #AA877C are triadic colors.

2 #7C87AA and #87AA7C with #AA877C are triadic colors.