COLOR #AA937C

HEX: #AA937C
RGB: (170,147,124)

Color info

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

RGB color model

#AA937C color RGB value is (170,147,124).

  • red value is 170;
  • green value is 147;
  • blue value is 124.
RGB:
(170,147,124)
(67%,58%,49%)

RGB channels and saturation

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

170
147
124

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 124 = 441 (100%)
R 170 of 441 ~ 38.55%
G 147 of 441 ~ 33.33%
B 124 of 441 ~ 28.12%

%38.55
%33.33
%28.12

CMYK color model

#AA937C color CMYK value is (0,14,27,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(0,14,27,33)
C0M14Y27K33 
(0%,14%,27%,33%)
(0.00/0.14/0.27/0.33)	

CMYK percentages

%0
%13.53
%27.06
%33.33

Codes

Color #AA937C in popluar color models

AA937C
RGB170147124
HSL30°21.30%57.65%
HSB/HSV30°27.06%66.67%
CMYK0.00%13.53%27.06%
33.33%

Color #AA937C in popluar number systems.

HEXAA937C
Decimal170147124
Binary10101010100100111111100
Octal252223174

Shades and tints

Shades of #AA937C

#AA937C
(170,147,124)
#9B8671
(155,134,113)
#8C7966
(140,121,102)
#7D6C5B
(125,108,91)
#6E5F50
(110,95,80)
#5F5245
(95,82,69)
#50453A
(80,69,58)
#41382F
(65,56,47)
#322B24
(50,43,36)
#231E19
(35,30,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AA937C

#AA937C
(170,147,124)
#B19C87
(177,156,135)
#B8A592
(184,165,146)
#BFAE9D
(191,174,157)
#C6B7A8
(198,183,168)
#CDC0B3
(205,192,179)
#D4C9BE
(212,201,190)
#DBD2C9
(219,210,201)
#E2DBD4
(226,219,212)
#E9E4DF
(233,228,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA937C; }

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

This text font color is #AA937C.


Background Color

.myBgColor { background-color: #AA937C; }

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

This div background color is #AA937C.


Border color

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

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

This div border color is #AA937C.


Opacity

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

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

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

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

This text has shadow with #AA937C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA937C on black background.


Color preview on white background

This text has color #AA937C on white background.



Black color preview on #AA937C background

This text has black color on #AA937C background.


White color preview on #AA937C background

This text has white color on #AA937C background.