COLOR #AA97A0

HEX: #AA97A0
RGB: (170,151,160)

Color info

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

RGB color model

#AA97A0 color RGB value is (170,151,160).

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

RGB channels and saturation

R 170 of 255 = 67%
G 151 of 255 = 59%
B 160 of 255 = 63%

170
151
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 151 + 160 = 481 (100%)
R 170 of 481 ~ 35.34%
G 151 of 481 ~ 31.39%
B 160 of 481 ~ 33.26%

%35.34
%31.39
%33.26

CMYK color model

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

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

CMYK percentages

%0
%11.18
%5.88
%33.33

Codes

Color #AA97A0 in popluar color models

AA97A0
RGB170151160
HSL332°10.05%62.94%
HSB/HSV332°11.18%66.67%
CMYK0.00%11.18%5.88%
33.33%

Color #AA97A0 in popluar number systems.

HEXAA97A0
Decimal170151160
Binary101010101001011110100000
Octal252227240

Shades and tints

Shades of #AA97A0

#AA97A0
(170,151,160)
#9B8A92
(155,138,146)
#8C7D84
(140,125,132)
#7D7076
(125,112,118)
#6E6368
(110,99,104)
#5F565A
(95,86,90)
#50494C
(80,73,76)
#413C3E
(65,60,62)
#322F30
(50,47,48)
#232222
(35,34,34)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AA97A0

#AA97A0
(170,151,160)
#B1A0A8
(177,160,168)
#B8A9B0
(184,169,176)
#BFB2B8
(191,178,184)
#C6BBC0
(198,187,192)
#CDC4C8
(205,196,200)
#D4CDD0
(212,205,208)
#DBD6D8
(219,214,216)
#E2DFE0
(226,223,224)
#E9E8E8
(233,232,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA97A0; }

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

This text font color is #AA97A0.


Background Color

.myBgColor { background-color: #AA97A0; }

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

This div background color is #AA97A0.


Border color

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

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

This div border color is #AA97A0.


Opacity

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

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

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

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

This text has shadow with #AA97A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA97A0 on black background.


Color preview on white background

This text has color #AA97A0 on white background.



Black color preview on #AA97A0 background

This text has black color on #AA97A0 background.


White color preview on #AA97A0 background

This text has white color on #AA97A0 background.