COLOR #AA96A7

HEX: #AA96A7
RGB: (170,150,167)

Color info

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

RGB color model

#AA96A7 color RGB value is (170,150,167).

  • red value is 170;
  • green value is 150;
  • blue value is 167.
RGB:
(170,150,167)
(67%,59%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 167 of 255 = 65%

170
150
167

R + G + B ~ 64%. #AA96A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 167 = 487 (100%)
R 170 of 487 ~ 34.91%
G 150 of 487 ~ 30.8%
B 167 of 487 ~ 34.29%

%34.91
%30.8
%34.29

CMYK color model

#AA96A7 color CMYK value is (0,12,2,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK:
(0,12,2,33)
C0M12Y2K33 
(0%,12%,2%,33%)
(0.00/0.12/0.02/0.33)	

CMYK percentages

%0
%11.76
%1.76
%33.33

Codes

Color #AA96A7 in popluar color models

AA96A7
RGB170150167
HSL309°10.53%62.75%
HSB/HSV309°11.76%66.67%
CMYK0.00%11.76%1.76%
33.33%

Color #AA96A7 in popluar number systems.

HEXAA96A7
Decimal170150167
Binary101010101001011010100111
Octal252226247

Shades and tints

Shades of #AA96A7

#AA96A7
(170,150,167)
#9B8998
(155,137,152)
#8C7C89
(140,124,137)
#7D6F7A
(125,111,122)
#6E626B
(110,98,107)
#5F555C
(95,85,92)
#50484D
(80,72,77)
#413B3E
(65,59,62)
#322E2F
(50,46,47)
#232120
(35,33,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA96A7

#AA96A7
(170,150,167)
#B19FAF
(177,159,175)
#B8A8B7
(184,168,183)
#BFB1BF
(191,177,191)
#C6BAC7
(198,186,199)
#CDC3CF
(205,195,207)
#D4CCD7
(212,204,215)
#DBD5DF
(219,213,223)
#E2DEE7
(226,222,231)
#E9E7EF
(233,231,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA96A7 color. Also use rgb(170,150,167) instead hex code.

Text Font Color

.myTextColor { color: #AA96A7; }

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

This text font color is #AA96A7.


Background Color

.myBgColor { background-color: #AA96A7; }

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

This div background color is #AA96A7.


Border color

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

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

This div border color is #AA96A7.


Opacity

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

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

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

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

This text has shadow with #AA96A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA96A7 on black background.


Color preview on white background

This text has color #AA96A7 on white background.



Black color preview on #AA96A7 background

This text has black color on #AA96A7 background.


White color preview on #AA96A7 background

This text has white color on #AA96A7 background.