COLOR #AA9476

HEX: #AA9476
RGB: (170,148,118)

Color info

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

RGB color model

#AA9476 color RGB value is (170,148,118).

  • red value is 170;
  • green value is 148;
  • blue value is 118.
RGB:
(170,148,118)
(67%,58%,46%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 118 of 255 = 46%

170
148
118

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 118 = 436 (100%)
R 170 of 436 ~ 38.99%
G 148 of 436 ~ 33.94%
B 118 of 436 ~ 27.06%

%38.99
%33.94
%27.06

CMYK color model

#AA9476 color CMYK value is (0,13,31,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(0,13,31,33)
C0M13Y31K33 
(0%,13%,31%,33%)
(0.00/0.13/0.31/0.33)	

CMYK percentages

%0
%12.94
%30.59
%33.33

Codes

Color #AA9476 in popluar color models

AA9476
RGB170148118
HSL35°23.42%56.47%
HSB/HSV35°30.59%66.67%
CMYK0.00%12.94%30.59%
33.33%

Color #AA9476 in popluar number systems.

HEXAA9476
Decimal170148118
Binary10101010100101001110110
Octal252224166

Shades and tints

Shades of #AA9476

#AA9476
(170,148,118)
#9B876C
(155,135,108)
#8C7A62
(140,122,98)
#7D6D58
(125,109,88)
#6E604E
(110,96,78)
#5F5344
(95,83,68)
#50463A
(80,70,58)
#413930
(65,57,48)
#322C26
(50,44,38)
#231F1C
(35,31,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA9476

#AA9476
(170,148,118)
#B19D82
(177,157,130)
#B8A68E
(184,166,142)
#BFAF9A
(191,175,154)
#C6B8A6
(198,184,166)
#CDC1B2
(205,193,178)
#D4CABE
(212,202,190)
#DBD3CA
(219,211,202)
#E2DCD6
(226,220,214)
#E9E5E2
(233,229,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9476 color. Also use rgb(170,148,118) instead hex code.

Text Font Color

.myTextColor { color: #AA9476; }

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

This text font color is #AA9476.


Background Color

.myBgColor { background-color: #AA9476; }

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

This div background color is #AA9476.


Border color

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

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

This div border color is #AA9476.


Opacity

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

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

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

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

This text has shadow with #AA9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9476 on black background.


Color preview on white background

This text has color #AA9476 on white background.



Black color preview on #AA9476 background

This text has black color on #AA9476 background.


White color preview on #AA9476 background

This text has white color on #AA9476 background.