COLOR #AA9B97

HEX: #AA9B97
RGB: (170,155,151)

Color info

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

RGB color model

#AA9B97 color RGB value is (170,155,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 151 of 255 = 59%

170
155
151

R + G + B ~ 62%. #AA9B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 151 = 476 (100%)
R 170 of 476 ~ 35.71%
G 155 of 476 ~ 32.56%
B 151 of 476 ~ 31.72%

%35.71
%32.56
%31.72

CMYK color model

#AA9B97 color CMYK value is (0,9,11,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,9,11,33)
C0M9Y11K33 
(0%,9%,11%,33%)
(0.00/0.09/0.11/0.33)	

CMYK percentages

%0
%8.82
%11.18
%33.33

Codes

Color #AA9B97 in popluar color models

AA9B97
RGB170155151
HSL13°10.05%62.94%
HSB/HSV13°11.18%66.67%
CMYK0.00%8.82%11.18%
33.33%

Color #AA9B97 in popluar number systems.

HEXAA9B97
Decimal170155151
Binary101010101001101110010111
Octal252233227

Shades and tints

Shades of #AA9B97

#AA9B97
(170,155,151)
#9B8D8A
(155,141,138)
#8C7F7D
(140,127,125)
#7D7170
(125,113,112)
#6E6363
(110,99,99)
#5F5556
(95,85,86)
#504749
(80,71,73)
#41393C
(65,57,60)
#322B2F
(50,43,47)
#231D22
(35,29,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA9B97

#AA9B97
(170,155,151)
#B1A4A0
(177,164,160)
#B8ADA9
(184,173,169)
#BFB6B2
(191,182,178)
#C6BFBB
(198,191,187)
#CDC8C4
(205,200,196)
#D4D1CD
(212,209,205)
#DBDAD6
(219,218,214)
#E2E3DF
(226,227,223)
#E9ECE8
(233,236,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B97; }

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

This text font color is #AA9B97.


Background Color

.myBgColor { background-color: #AA9B97; }

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

This div background color is #AA9B97.


Border color

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

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

This div border color is #AA9B97.


Opacity

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

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

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

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

This text has shadow with #AA9B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B97 on black background.


Color preview on white background

This text has color #AA9B97 on white background.



Black color preview on #AA9B97 background

This text has black color on #AA9B97 background.


White color preview on #AA9B97 background

This text has white color on #AA9B97 background.