COLOR #AA99AB

HEX: #AA99AB RGB: (170,153,171)

Color info

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

RGB color model

#AA99AB color RGB value is (170,153,171).

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

RGB channels and saturation

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

170
153
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 171 = 494 (100%)
R 170 of 494 ~ 34.41%
G 153 of 494 ~ 30.97%
B 171 of 494 ~ 34.62'%

%34.41
%30.97
%34.62

CMYK color model

#AA99AB color CMYK value is (1,11,0,33).

  • cyan value is 0.58%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,11,0,33)
C1M11Y0K33 (1%, 11%, 0%, 33%)
(0.01 / 0.11 / 0.00 / 0.33)

CMYK percentages

%0.58
%10.53
%0
%32.94

Codes

Color #AA99AB in popluar color models

AA 99 AB
RGB 170 153 171
HSL 297° 9.68% 63.53%
HSB/HSV 297° 10.53% 67.06%
CMYK 0.58% 10.53% 0.00%
32.94%

Color #AA99AB in popluar number systems.

HEX AA 99 AB
Decimal 170 153 171
Binary 10101010 10011001 10101011
Octal 252 231 253

Shades and tints

Shades of #AA99AB

#AA99AB
(170,153,171)
#9B8C9C
(155,140,156)
#8C7F8D
(140,127,141)
#7D727E
(125,114,126)
#6E656F
(110,101,111)
#5F5860
(95,88,96)
#504B51
(80,75,81)
#413E42
(65,62,66)
#323133
(50,49,51)
#232424
(35,36,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AA99AB

#AA99AB
(170,153,171)
#B1A2B2
(177,162,178)
#B8ABB9
(184,171,185)
#BFB4C0
(191,180,192)
#C6BDC7
(198,189,199)
#CDC6CE
(205,198,206)
#D4CFD5
(212,207,213)
#DBD8DC
(219,216,220)
#E2E1E3
(226,225,227)
#E9EAEA
(233,234,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99AB; }

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

This text font color is #AA99AB.

Background Color

.myBgColor { background-color: #AA99AB; }

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

This div background color is #AA99AB.

Border color

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

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

This div border color is #AA99AB.

Opacity

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

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

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

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

This text has shadow with #AA99AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA99AB.

Preview

Color preview on black background

This text has color #AA99AB on black background.


Color preview on white background

This text has color #AA99AB on white background.


Black color preview on #AA99AB background

This text has black color on #AA99AB background.


White color preview on #AA99AB background

This text has white color on #AA99AB background.


Related colors

Complementary color

Complementary color for #hex is #556654.


I love getcolorcode.com

Triadic colors

1 #ABAA99 and #99ABAA with #AA99AB are triadic colors.

2 #AB99AA and #99AAAB with #AA99AB are triadic colors.