COLOR #AA99AA

HEX: #AA99AA RGB: (170,153,170)

Color info

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

RGB color model

#AA99AA color RGB value is (170,153,170).

RGB: (170,153,170) (67%, 60%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 170 of 255 = 67%

170
153
170

R + G + B ~ 65%. #AA99AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 170 = 493 (100%)
R 170 of 493 ~ 34.48%
G 153 of 493 ~ 31.03%
B 170 of 493 ~ 34.48'%

%34.48
%31.03
%34.48

CMYK color model

#AA99AA color CMYK value is (0,10,0,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (0,10,0,33) C0M10Y0K33 (0%,10%,0%,33%) (0.00/0.10/0.00/0.33) 

CMYK percentages

%0
%10
%0
%33.33

Codes

Color #AA99AA in popluar color models

AA 99 AA
RGB 170 153 170
HSL 300° 9.09% 63.33%
HSB/HSV 300° 10.00% 66.67%
CMYK 0.00% 10.00% 0.00%
33.33%

Color #AA99AA in popluar number systems.

HEX AA 99 AA
Decimal 170 153 170
Binary 10101010 10011001 10101010
Octal 252 231 252

Shades and tints

Shades of #AA99AA

#AA99AA
(170,153,170)
#9B8C9B
(155,140,155)
#8C7F8C
(140,127,140)
#7D727D
(125,114,125)
#6E656E
(110,101,110)
#5F585F
(95,88,95)
#504B50
(80,75,80)
#413E41
(65,62,65)
#323132
(50,49,50)
#232423
(35,36,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AA99AA

#AA99AA
(170,153,170)
#B1A2B1
(177,162,177)
#B8ABB8
(184,171,184)
#BFB4BF
(191,180,191)
#C6BDC6
(198,189,198)
#CDC6CD
(205,198,205)
#D4CFD4
(212,207,212)
#DBD8DB
(219,216,219)
#E2E1E2
(226,225,226)
#E9EAE9
(233,234,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99AA; }

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

This text font color is #AA99AA.

Background Color

.myBgColor { background-color: #AA99AA; }

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

This div background color is #AA99AA.

Border color

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

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

This div border color is #AA99AA.

Opacity

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

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

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

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

This text has shadow with #AA99AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA99AA.

Preview

Color preview on black background

This text has color #AA99AA on black background.


Color preview on white background

This text has color #AA99AA on white background.


Black color preview on #AA99AA background

This text has black color on #AA99AA background.


White color preview on #AA99AA background

This text has white color on #AA99AA background.


Related colors

Complementary color

Complementary color for #hex is #556655.


I love getcolorcode.com

Triadic colors

1 #AAAA99 and #99AAAA with #AA99AA are triadic colors.

2 #AA99AA and #99AAAA with #AA99AA are triadic colors.