COLOR #AA9170

HEX: #AA9170
RGB: (170,145,112)

Color info

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

RGB color model

#AA9170 color RGB value is (170,145,112).

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

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 112 of 255 = 44%

170
145
112

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 112 = 427 (100%)
R 170 of 427 ~ 39.81%
G 145 of 427 ~ 33.96%
B 112 of 427 ~ 26.23%

%39.81
%33.96
%26.23

CMYK color model

#AA9170 color CMYK value is (0,15,34,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(0,15,34,33)
C0M15Y34K33 
(0%,15%,34%,33%)
(0.00/0.15/0.34/0.33)	

CMYK percentages

%0
%14.71
%34.12
%33.33

Codes

Color #AA9170 in popluar color models

AA9170
RGB170145112
HSL34°25.44%55.29%
HSB/HSV34°34.12%66.67%
CMYK0.00%14.71%34.12%
33.33%

Color #AA9170 in popluar number systems.

HEXAA9170
Decimal170145112
Binary10101010100100011110000
Octal252221160

Shades and tints

Shades of #AA9170

#AA9170
(170,145,112)
#9B8466
(155,132,102)
#8C775C
(140,119,92)
#7D6A52
(125,106,82)
#6E5D48
(110,93,72)
#5F503E
(95,80,62)
#504334
(80,67,52)
#41362A
(65,54,42)
#322920
(50,41,32)
#231C16
(35,28,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #AA9170

#AA9170
(170,145,112)
#B19B7D
(177,155,125)
#B8A58A
(184,165,138)
#BFAF97
(191,175,151)
#C6B9A4
(198,185,164)
#CDC3B1
(205,195,177)
#D4CDBE
(212,205,190)
#DBD7CB
(219,215,203)
#E2E1D8
(226,225,216)
#E9EBE5
(233,235,229)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9170; }

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

This text font color is #AA9170.


Background Color

.myBgColor { background-color: #AA9170; }

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

This div background color is #AA9170.


Border color

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

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

This div border color is #AA9170.


Opacity

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

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

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

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

This text has shadow with #AA9170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9170 on black background.


Color preview on white background

This text has color #AA9170 on white background.



Black color preview on #AA9170 background

This text has black color on #AA9170 background.


White color preview on #AA9170 background

This text has white color on #AA9170 background.