COLOR #AA96A4

HEX: #AA96A4
RGB: (170,150,164)

Color info

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

RGB color model

#AA96A4 color RGB value is (170,150,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 164 of 255 = 64%

170
150
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 164 = 484 (100%)
R 170 of 484 ~ 35.12%
G 150 of 484 ~ 30.99%
B 164 of 484 ~ 33.88%

%35.12
%30.99
%33.88

CMYK color model

#AA96A4 color CMYK value is (0,12,4,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,12,4,33)
C0M12Y4K33 
(0%,12%,4%,33%)
(0.00/0.12/0.04/0.33)	

CMYK percentages

%0
%11.76
%3.53
%33.33

Codes

Color #AA96A4 in popluar color models

AA96A4
RGB170150164
HSL318°10.53%62.75%
HSB/HSV318°11.76%66.67%
CMYK0.00%11.76%3.53%
33.33%

Color #AA96A4 in popluar number systems.

HEXAA96A4
Decimal170150164
Binary101010101001011010100100
Octal252226244

Shades and tints

Shades of #AA96A4

#AA96A4
(170,150,164)
#9B8996
(155,137,150)
#8C7C88
(140,124,136)
#7D6F7A
(125,111,122)
#6E626C
(110,98,108)
#5F555E
(95,85,94)
#504850
(80,72,80)
#413B42
(65,59,66)
#322E34
(50,46,52)
#232126
(35,33,38)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AA96A4

#AA96A4
(170,150,164)
#B19FAC
(177,159,172)
#B8A8B4
(184,168,180)
#BFB1BC
(191,177,188)
#C6BAC4
(198,186,196)
#CDC3CC
(205,195,204)
#D4CCD4
(212,204,212)
#DBD5DC
(219,213,220)
#E2DEE4
(226,222,228)
#E9E7EC
(233,231,236)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA96A4; }

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

This text font color is #AA96A4.


Background Color

.myBgColor { background-color: #AA96A4; }

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

This div background color is #AA96A4.


Border color

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

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

This div border color is #AA96A4.


Opacity

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

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

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

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

This text has shadow with #AA96A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA96A4 on black background.


Color preview on white background

This text has color #AA96A4 on white background.



Black color preview on #AA96A4 background

This text has black color on #AA96A4 background.


White color preview on #AA96A4 background

This text has white color on #AA96A4 background.