COLOR #AA8477

HEX: #AA8477
RGB: (170,132,119)

Color info

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

RGB color model

#AA8477 color RGB value is (170,132,119).

  • red value is 170;
  • green value is 132;
  • blue value is 119.
RGB:
(170,132,119)
(67%,52%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 119 of 255 = 47%

170
132
119

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 119 = 421 (100%)
R 170 of 421 ~ 40.38%
G 132 of 421 ~ 31.35%
B 119 of 421 ~ 28.27%

%40.38
%31.35
%28.27

CMYK color model

#AA8477 color CMYK value is (0,22,30,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(0,22,30,33)
C0M22Y30K33 
(0%,22%,30%,33%)
(0.00/0.22/0.30/0.33)	

CMYK percentages

%0
%22.35
%30
%33.33

Codes

Color #AA8477 in popluar color models

AA8477
RGB170132119
HSL15°23.08%56.67%
HSB/HSV15°30.00%66.67%
CMYK0.00%22.35%30.00%
33.33%

Color #AA8477 in popluar number systems.

HEXAA8477
Decimal170132119
Binary10101010100001001110111
Octal252204167

Shades and tints

Shades of #AA8477

#AA8477
(170,132,119)
#9B786D
(155,120,109)
#8C6C63
(140,108,99)
#7D6059
(125,96,89)
#6E544F
(110,84,79)
#5F4845
(95,72,69)
#503C3B
(80,60,59)
#413031
(65,48,49)
#322427
(50,36,39)
#23181D
(35,24,29)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #AA8477

#AA8477
(170,132,119)
#B18F83
(177,143,131)
#B89A8F
(184,154,143)
#BFA59B
(191,165,155)
#C6B0A7
(198,176,167)
#CDBBB3
(205,187,179)
#D4C6BF
(212,198,191)
#DBD1CB
(219,209,203)
#E2DCD7
(226,220,215)
#E9E7E3
(233,231,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8477 color. Also use rgb(170,132,119) instead hex code.

Text Font Color

.myTextColor { color: #AA8477; }

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

This text font color is #AA8477.


Background Color

.myBgColor { background-color: #AA8477; }

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

This div background color is #AA8477.


Border color

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

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

This div border color is #AA8477.


Opacity

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

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

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

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

This text has shadow with #AA8477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8477 on black background.


Color preview on white background

This text has color #AA8477 on white background.



Black color preview on #AA8477 background

This text has black color on #AA8477 background.


White color preview on #AA8477 background

This text has white color on #AA8477 background.