COLOR #AA96AA

HEX: #AA96AA RGB: (170,150,170)

Color info

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

RGB color model

#AA96AA color RGB value is (170,150,170).

RGB: (170,150,170) (67%, 59%, 67%)

RGB channels and saturation

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

170
150
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 170 = 490 (100%)
R 170 of 490 ~ 34.69%
G 150 of 490 ~ 30.61%
B 170 of 490 ~ 34.69'%

%34.69
%30.61
%34.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (0,12,0,33)
C0M12Y0K33 (0%, 12%, 0%, 33%)
(0.00 / 0.12 / 0.00 / 0.33)

CMYK percentages

%0
%11.76
%0
%33.33

Codes

Color #AA96AA in popluar color models

AA 96 AA
RGB 170 150 170
HSL 300° 10.53% 62.75%
HSB/HSV 300° 11.76% 66.67%
CMYK 0.00% 11.76% 0.00%
33.33%

Color #AA96AA in popluar number systems.

HEX AA 96 AA
Decimal 170 150 170
Binary 10101010 10010110 10101010
Octal 252 226 252

Shades and tints

Shades of #AA96AA

#AA96AA
(170,150,170)
#9B899B
(155,137,155)
#8C7C8C
(140,124,140)
#7D6F7D
(125,111,125)
#6E626E
(110,98,110)
#5F555F
(95,85,95)
#504850
(80,72,80)
#413B41
(65,59,65)
#322E32
(50,46,50)
#232123
(35,33,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AA96AA

#AA96AA
(170,150,170)
#B19FB1
(177,159,177)
#B8A8B8
(184,168,184)
#BFB1BF
(191,177,191)
#C6BAC6
(198,186,198)
#CDC3CD
(205,195,205)
#D4CCD4
(212,204,212)
#DBD5DB
(219,213,219)
#E2DEE2
(226,222,226)
#E9E7E9
(233,231,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA96AA; }

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

This text font color is #AA96AA.

Background Color

.myBgColor { background-color: #AA96AA; }

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

This div background color is #AA96AA.

Border color

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

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

This div border color is #AA96AA.

Opacity

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

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

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

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

This text has shadow with #AA96AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA96AA.

Preview

Color preview on black background

This text has color #AA96AA on black background.


Color preview on white background

This text has color #AA96AA on white background.


Black color preview on #AA96AA background

This text has black color on #AA96AA background.


White color preview on #AA96AA background

This text has white color on #AA96AA background.


Related colors

Complementary color

Complementary color for #hex is #556955.


I love getcolorcode.com

Triadic colors

1 #AAAA96 and #96AAAA with #AA96AA are triadic colors.

2 #AA96AA and #96AAAA with #AA96AA are triadic colors.