COLOR #AA876F

HEX: #AA876F
RGB: (170,135,111)

Color info

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

RGB color model

#AA876F color RGB value is (170,135,111).

  • red value is 170;
  • green value is 135;
  • blue value is 111.
RGB:
(170,135,111)
(67%,53%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 111 of 255 = 44%

170
135
111

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

Portions of RGB colors in percentages

R + G + B =
170 + 135 + 111 = 416 (100%)
R 170 of 416 ~ 40.87%
G 135 of 416 ~ 32.45%
B 111 of 416 ~ 26.68%

%40.87
%32.45
%26.68

CMYK color model

#AA876F color CMYK value is (0,21,35,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(0,21,35,33)
C0M21Y35K33 
(0%,21%,35%,33%)
(0.00/0.21/0.35/0.33)	

CMYK percentages

%0
%20.59
%34.71
%33.33

Codes

Color #AA876F in popluar color models

AA876F
RGB170135111
HSL24°25.76%55.10%
HSB/HSV24°34.71%66.67%
CMYK0.00%20.59%34.71%
33.33%

Color #AA876F in popluar number systems.

HEXAA876F
Decimal170135111
Binary10101010100001111101111
Octal252207157

Shades and tints

Shades of #AA876F

#AA876F
(170,135,111)
#9B7B65
(155,123,101)
#8C6F5B
(140,111,91)
#7D6351
(125,99,81)
#6E5747
(110,87,71)
#5F4B3D
(95,75,61)
#503F33
(80,63,51)
#413329
(65,51,41)
#32271F
(50,39,31)
#231B15
(35,27,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #AA876F

#AA876F
(170,135,111)
#B1917C
(177,145,124)
#B89B89
(184,155,137)
#BFA596
(191,165,150)
#C6AFA3
(198,175,163)
#CDB9B0
(205,185,176)
#D4C3BD
(212,195,189)
#DBCDCA
(219,205,202)
#E2D7D7
(226,215,215)
#E9E1E4
(233,225,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA876F; }

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

This text font color is #AA876F.


Background Color

.myBgColor { background-color: #AA876F; }

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

This div background color is #AA876F.


Border color

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

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

This div border color is #AA876F.


Opacity

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

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

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

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

This text has shadow with #AA876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA876F on black background.


Color preview on white background

This text has color #AA876F on white background.



Black color preview on #AA876F background

This text has black color on #AA876F background.


White color preview on #AA876F background

This text has white color on #AA876F background.