COLOR #AA99A0

HEX: #AA99A0 RGB: (170,153,160)

Color info

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

RGB color model

#AA99A0 color RGB value is (170,153,160).

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

RGB channels and saturation

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

170
153
160

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 160 = 483 (100%)
R 170 of 483 ~ 35.2%
G 153 of 483 ~ 31.68%
B 160 of 483 ~ 33.13'%

%35.2
%31.68
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.88%
  • key color value is 33.33%

CMYK: (0,10,6,33)
C0M10Y6K33 (0%, 10%, 6%, 33%)
(0.00 / 0.10 / 0.06 / 0.33)

CMYK percentages

%0
%10
%5.88
%33.33

Codes

Color #AA99A0 in popluar color models

AA 99 A0
RGB 170 153 160
HSL 335° 9.09% 63.33%
HSB/HSV 335° 10.00% 66.67%
CMYK 0.00% 10.00% 5.88%
33.33%

Color #AA99A0 in popluar number systems.

HEX AA 99 A0
Decimal 170 153 160
Binary 10101010 10011001 10100000
Octal 252 231 240

Shades and tints

Shades of #AA99A0

#AA99A0
(170,153,160)
#9B8C92
(155,140,146)
#8C7F84
(140,127,132)
#7D7276
(125,114,118)
#6E6568
(110,101,104)
#5F585A
(95,88,90)
#504B4C
(80,75,76)
#413E3E
(65,62,62)
#323130
(50,49,48)
#232422
(35,36,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AA99A0

#AA99A0
(170,153,160)
#B1A2A8
(177,162,168)
#B8ABB0
(184,171,176)
#BFB4B8
(191,180,184)
#C6BDC0
(198,189,192)
#CDC6C8
(205,198,200)
#D4CFD0
(212,207,208)
#DBD8D8
(219,216,216)
#E2E1E0
(226,225,224)
#E9EAE8
(233,234,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99A0; }

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

This text font color is #AA99A0.

Background Color

.myBgColor { background-color: #AA99A0; }

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

This div background color is #AA99A0.

Border color

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

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

This div border color is #AA99A0.

Opacity

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

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

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

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

This text has shadow with #AA99A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA99A0.

Preview

Color preview on black background

This text has color #AA99A0 on black background.


Color preview on white background

This text has color #AA99A0 on white background.


Black color preview on #AA99A0 background

This text has black color on #AA99A0 background.


White color preview on #AA99A0 background

This text has white color on #AA99A0 background.


Related colors

Complementary color

Complementary color for #hex is #55665F.


I love getcolorcode.com

Triadic colors

1 #A0AA99 and #99A0AA with #AA99A0 are triadic colors.

2 #A099AA and #99AAA0 with #AA99A0 are triadic colors.