COLOR #AA947C

HEX: #AA947C RGB: (170,148,124)

Color info

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

RGB color model

#AA947C color RGB value is (170,148,124).

RGB: (170,148,124) (67%, 58%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 124 of 255 = 49%

170
148
124

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 124 = 442 (100%)
R 170 of 442 ~ 38.46%
G 148 of 442 ~ 33.48%
B 124 of 442 ~ 28.05'%

%38.46
%33.48
%28.05

CMYK color model

#AA947C color CMYK value is (0,13,27,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 27.06%
  • key color value is 33.33%

CMYK: (0,13,27,33)
C0M13Y27K33 (0%, 13%, 27%, 33%)
(0.00 / 0.13 / 0.27 / 0.33)

CMYK percentages

%0
%12.94
%27.06
%33.33

Codes

Color #AA947C in popluar color models

AA 94 7C
RGB 170 148 124
HSL 31° 21.30% 57.65%
HSB/HSV 31° 27.06% 66.67%
CMYK 0.00% 12.94% 27.06%
33.33%

Color #AA947C in popluar number systems.

HEX AA 94 7C
Decimal 170 148 124
Binary 10101010 10010100 1111100
Octal 252 224 174

Shades and tints

Shades of #AA947C

#AA947C
(170,148,124)
#9B8771
(155,135,113)
#8C7A66
(140,122,102)
#7D6D5B
(125,109,91)
#6E6050
(110,96,80)
#5F5345
(95,83,69)
#50463A
(80,70,58)
#41392F
(65,57,47)
#322C24
(50,44,36)
#231F19
(35,31,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AA947C

#AA947C
(170,148,124)
#B19D87
(177,157,135)
#B8A692
(184,166,146)
#BFAF9D
(191,175,157)
#C6B8A8
(198,184,168)
#CDC1B3
(205,193,179)
#D4CABE
(212,202,190)
#DBD3C9
(219,211,201)
#E2DCD4
(226,220,212)
#E9E5DF
(233,229,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA947C; }

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

This text font color is #AA947C.

Background Color

.myBgColor { background-color: #AA947C; }

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

This div background color is #AA947C.

Border color

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

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

This div border color is #AA947C.

Opacity

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

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

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

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

This text has shadow with #AA947C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA947C.

Preview

Color preview on black background

This text has color #AA947C on black background.


Color preview on white background

This text has color #AA947C on white background.


Black color preview on #AA947C background

This text has black color on #AA947C background.


White color preview on #AA947C background

This text has white color on #AA947C background.


Related colors

Complementary color

Complementary color for #hex is #556B83.


I love getcolorcode.com

Triadic colors

1 #7CAA94 and #947CAA with #AA947C are triadic colors.

2 #7C94AA and #94AA7C with #AA947C are triadic colors.