COLOR #AA9F97

HEX: #AA9F97
RGB: (170,159,151)

Color info

#AA9F97 contains red, green and blue colors in about the same proportion. Web safe color of #AA9F97 is #999999 (or #999).

RGB color model

#AA9F97 color RGB value is (170,159,151).

  • red value is 170;
  • green value is 159;
  • blue value is 151.
RGB:
(170,159,151)
(67%,62%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 151 of 255 = 59%

170
159
151

R + G + B ~ 63%. #AA9F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 151 = 480 (100%)
R 170 of 480 ~ 35.42%
G 159 of 480 ~ 33.13%
B 151 of 480 ~ 31.46%

%35.42
%33.13
%31.46

CMYK color model

#AA9F97 color CMYK value is (0,6,11,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,6,11,33)
C0M6Y11K33 
(0%,6%,11%,33%)
(0.00/0.06/0.11/0.33)	

CMYK percentages

%0
%6.47
%11.18
%33.33

Codes

Color #AA9F97 in popluar color models

AA9F97
RGB170159151
HSL25°10.05%62.94%
HSB/HSV25°11.18%66.67%
CMYK0.00%6.47%11.18%
33.33%

Color #AA9F97 in popluar number systems.

HEXAA9F97
Decimal170159151
Binary101010101001111110010111
Octal252237227

Shades and tints

Shades of #AA9F97

#AA9F97
(170,159,151)
#9B918A
(155,145,138)
#8C837D
(140,131,125)
#7D7570
(125,117,112)
#6E6763
(110,103,99)
#5F5956
(95,89,86)
#504B49
(80,75,73)
#413D3C
(65,61,60)
#322F2F
(50,47,47)
#232122
(35,33,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AA9F97

#AA9F97
(170,159,151)
#B1A7A0
(177,167,160)
#B8AFA9
(184,175,169)
#BFB7B2
(191,183,178)
#C6BFBB
(198,191,187)
#CDC7C4
(205,199,196)
#D4CFCD
(212,207,205)
#DBD7D6
(219,215,214)
#E2DFDF
(226,223,223)
#E9E7E8
(233,231,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9F97 color. Also use rgb(170,159,151) instead hex code.

Text Font Color

.myTextColor { color: #AA9F97; }

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

This text font color is #AA9F97.


Background Color

.myBgColor { background-color: #AA9F97; }

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

This div background color is #AA9F97.


Border color

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

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

This div border color is #AA9F97.


Opacity

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

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

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

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

This text has shadow with #AA9F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9F97 on black background.


Color preview on white background

This text has color #AA9F97 on white background.



Black color preview on #AA9F97 background

This text has black color on #AA9F97 background.


White color preview on #AA9F97 background

This text has white color on #AA9F97 background.