COLOR #AA9176

HEX: #AA9176
RGB: (170,145,118)

Color info

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

RGB color model

#AA9176 color RGB value is (170,145,118).

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

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 118 of 255 = 46%

170
145
118

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 118 = 433 (100%)
R 170 of 433 ~ 39.26%
G 145 of 433 ~ 33.49%
B 118 of 433 ~ 27.25%

%39.26
%33.49
%27.25

CMYK color model

#AA9176 color CMYK value is (0,15,31,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(0,15,31,33)
C0M15Y31K33 
(0%,15%,31%,33%)
(0.00/0.15/0.31/0.33)	

CMYK percentages

%0
%14.71
%30.59
%33.33

Codes

Color #AA9176 in popluar color models

AA9176
RGB170145118
HSL31°23.42%56.47%
HSB/HSV31°30.59%66.67%
CMYK0.00%14.71%30.59%
33.33%

Color #AA9176 in popluar number systems.

HEXAA9176
Decimal170145118
Binary10101010100100011110110
Octal252221166

Shades and tints

Shades of #AA9176

#AA9176
(170,145,118)
#9B846C
(155,132,108)
#8C7762
(140,119,98)
#7D6A58
(125,106,88)
#6E5D4E
(110,93,78)
#5F5044
(95,80,68)
#50433A
(80,67,58)
#413630
(65,54,48)
#322926
(50,41,38)
#231C1C
(35,28,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AA9176

#AA9176
(170,145,118)
#B19B82
(177,155,130)
#B8A58E
(184,165,142)
#BFAF9A
(191,175,154)
#C6B9A6
(198,185,166)
#CDC3B2
(205,195,178)
#D4CDBE
(212,205,190)
#DBD7CA
(219,215,202)
#E2E1D6
(226,225,214)
#E9EBE2
(233,235,226)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9176; }

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

This text font color is #AA9176.


Background Color

.myBgColor { background-color: #AA9176; }

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

This div background color is #AA9176.


Border color

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

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

This div border color is #AA9176.


Opacity

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

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

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

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

This text has shadow with #AA9176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9176 on black background.


Color preview on white background

This text has color #AA9176 on white background.



Black color preview on #AA9176 background

This text has black color on #AA9176 background.


White color preview on #AA9176 background

This text has white color on #AA9176 background.