COLOR #AA8171

HEX: #AA8171
RGB: (170,129,113)

Color info

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

RGB color model

#AA8171 color RGB value is (170,129,113).

  • red value is 170;
  • green value is 129;
  • blue value is 113.
RGB:
(170,129,113)
(67%,51%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 113 of 255 = 44%

170
129
113

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

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 113 = 412 (100%)
R 170 of 412 ~ 41.26%
G 129 of 412 ~ 31.31%
B 113 of 412 ~ 27.43%

%41.26
%31.31
%27.43

CMYK color model

#AA8171 color CMYK value is (0,24,34,33).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(0,24,34,33)
C0M24Y34K33 
(0%,24%,34%,33%)
(0.00/0.24/0.34/0.33)	

CMYK percentages

%0
%24.12
%33.53
%33.33

Codes

Color #AA8171 in popluar color models

AA8171
RGB170129113
HSL17°25.11%55.49%
HSB/HSV17°33.53%66.67%
CMYK0.00%24.12%33.53%
33.33%

Color #AA8171 in popluar number systems.

HEXAA8171
Decimal170129113
Binary10101010100000011110001
Octal252201161

Shades and tints

Shades of #AA8171

#AA8171
(170,129,113)
#9B7667
(155,118,103)
#8C6B5D
(140,107,93)
#7D6053
(125,96,83)
#6E5549
(110,85,73)
#5F4A3F
(95,74,63)
#503F35
(80,63,53)
#41342B
(65,52,43)
#322921
(50,41,33)
#231E17
(35,30,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #AA8171

#AA8171
(170,129,113)
#B18C7D
(177,140,125)
#B89789
(184,151,137)
#BFA295
(191,162,149)
#C6ADA1
(198,173,161)
#CDB8AD
(205,184,173)
#D4C3B9
(212,195,185)
#DBCEC5
(219,206,197)
#E2D9D1
(226,217,209)
#E9E4DD
(233,228,221)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8171 color. Also use rgb(170,129,113) instead hex code.

Text Font Color

.myTextColor { color: #AA8171; }

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

This text font color is #AA8171.


Background Color

.myBgColor { background-color: #AA8171; }

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

This div background color is #AA8171.


Border color

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

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

This div border color is #AA8171.


Opacity

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

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

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

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

This text has shadow with #AA8171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8171 on black background.


Color preview on white background

This text has color #AA8171 on white background.



Black color preview on #AA8171 background

This text has black color on #AA8171 background.


White color preview on #AA8171 background

This text has white color on #AA8171 background.