COLOR #AA847F

HEX: #AA847F RGB: (170,132,127)

Color info

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

RGB color model

#AA847F color RGB value is (170,132,127).

RGB: (170,132,127) (67%, 52%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 127 of 255 = 50%

170
132
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 132 + 127 = 429 (100%)
R 170 of 429 ~ 39.63%
G 132 of 429 ~ 30.77%
B 127 of 429 ~ 29.6'%

%39.63
%30.77
%29.6

CMYK color model

#AA847F color CMYK value is (0,22,25,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 25.29%
  • key color value is 33.33%

CMYK: (0,22,25,33)
C0M22Y25K33 (0%, 22%, 25%, 33%)
(0.00 / 0.22 / 0.25 / 0.33)

CMYK percentages

%0
%22.35
%25.29
%33.33

Codes

Color #AA847F in popluar color models

AA 84 7F
RGB 170 132 127
HSL 20.19% 58.24%
HSB/HSV 25.29% 66.67%
CMYK 0.00% 22.35% 25.29%
33.33%

Color #AA847F in popluar number systems.

HEX AA 84 7F
Decimal 170 132 127
Binary 10101010 10000100 1111111
Octal 252 204 177

Shades and tints

Shades of #AA847F

#AA847F
(170,132,127)
#9B7874
(155,120,116)
#8C6C69
(140,108,105)
#7D605E
(125,96,94)
#6E5453
(110,84,83)
#5F4848
(95,72,72)
#503C3D
(80,60,61)
#413032
(65,48,50)
#322427
(50,36,39)
#23181C
(35,24,28)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA847F

#AA847F
(170,132,127)
#B18F8A
(177,143,138)
#B89A95
(184,154,149)
#BFA5A0
(191,165,160)
#C6B0AB
(198,176,171)
#CDBBB6
(205,187,182)
#D4C6C1
(212,198,193)
#DBD1CC
(219,209,204)
#E2DCD7
(226,220,215)
#E9E7E2
(233,231,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA847F color. Also use rgb(170,132,127) instead hex code.

Text Font Color

.myTextColor { color: #AA847F; }

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

This text font color is #AA847F.

Background Color

.myBgColor { background-color: #AA847F; }

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

This div background color is #AA847F.

Border color

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

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

This div border color is #AA847F.

Opacity

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

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

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

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

This text has shadow with #AA847F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA847F.

Preview

Color preview on black background

This text has color #AA847F on black background.


Color preview on white background

This text has color #AA847F on white background.


Black color preview on #AA847F background

This text has black color on #AA847F background.


White color preview on #AA847F background

This text has white color on #AA847F background.


Related colors

Complementary color

Complementary color for #hex is #557B80.


I love getcolorcode.com

Triadic colors

1 #7FAA84 and #847FAA with #AA847F are triadic colors.

2 #7F84AA and #84AA7F with #AA847F are triadic colors.