COLOR #AA837E

HEX: #AA837E
RGB: (170,131,126)

Color info

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

RGB color model

#AA837E color RGB value is (170,131,126).

  • red value is 170;
  • green value is 131;
  • blue value is 126.
RGB:
(170,131,126)
(67%,51%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 126 of 255 = 49%

170
131
126

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 126 = 427 (100%)
R 170 of 427 ~ 39.81%
G 131 of 427 ~ 30.68%
B 126 of 427 ~ 29.51%

%39.81
%30.68
%29.51

CMYK color model

#AA837E color CMYK value is (0,23,26,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 25.88%
  • key color value is 33.33%
CMYK:
(0,23,26,33)
C0M23Y26K33 
(0%,23%,26%,33%)
(0.00/0.23/0.26/0.33)	

CMYK percentages

%0
%22.94
%25.88
%33.33

Codes

Color #AA837E in popluar color models

AA837E
RGB170131126
HSL20.56%58.04%
HSB/HSV25.88%66.67%
CMYK0.00%22.94%25.88%
33.33%

Color #AA837E in popluar number systems.

HEXAA837E
Decimal170131126
Binary10101010100000111111110
Octal252203176

Shades and tints

Shades of #AA837E

#AA837E
(170,131,126)
#9B7873
(155,120,115)
#8C6D68
(140,109,104)
#7D625D
(125,98,93)
#6E5752
(110,87,82)
#5F4C47
(95,76,71)
#50413C
(80,65,60)
#413631
(65,54,49)
#322B26
(50,43,38)
#23201B
(35,32,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA837E

#AA837E
(170,131,126)
#B18E89
(177,142,137)
#B89994
(184,153,148)
#BFA49F
(191,164,159)
#C6AFAA
(198,175,170)
#CDBAB5
(205,186,181)
#D4C5C0
(212,197,192)
#DBD0CB
(219,208,203)
#E2DBD6
(226,219,214)
#E9E6E1
(233,230,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA837E; }

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

This text font color is #AA837E.


Background Color

.myBgColor { background-color: #AA837E; }

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

This div background color is #AA837E.


Border color

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

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

This div border color is #AA837E.


Opacity

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

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

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

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

This text has shadow with #AA837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA837E on black background.


Color preview on white background

This text has color #AA837E on white background.



Black color preview on #AA837E background

This text has black color on #AA837E background.


White color preview on #AA837E background

This text has white color on #AA837E background.