COLOR #AA96AB

HEX: #AA96AB RGB: (170,150,171)

Color info

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

RGB color model

#AA96AB color RGB value is (170,150,171).

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

RGB channels and saturation

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

170
150
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 171 = 491 (100%)
R 170 of 491 ~ 34.62%
G 150 of 491 ~ 30.55%
B 171 of 491 ~ 34.83'%

%34.62
%30.55
%34.83

CMYK color model

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

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

CMYK: (1,12,0,33)
C1M12Y0K33 (1%, 12%, 0%, 33%)
(0.01 / 0.12 / 0.00 / 0.33)

CMYK percentages

%0.58
%12.28
%0
%32.94

Codes

Color #AA96AB in popluar color models

AA 96 AB
RGB 170 150 171
HSL 297° 11.11% 62.94%
HSB/HSV 297° 12.28% 67.06%
CMYK 0.58% 12.28% 0.00%
32.94%

Color #AA96AB in popluar number systems.

HEX AA 96 AB
Decimal 170 150 171
Binary 10101010 10010110 10101011
Octal 252 226 253

Shades and tints

Shades of #AA96AB

#AA96AB
(170,150,171)
#9B899C
(155,137,156)
#8C7C8D
(140,124,141)
#7D6F7E
(125,111,126)
#6E626F
(110,98,111)
#5F5560
(95,85,96)
#504851
(80,72,81)
#413B42
(65,59,66)
#322E33
(50,46,51)
#232124
(35,33,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AA96AB

#AA96AB
(170,150,171)
#B19FB2
(177,159,178)
#B8A8B9
(184,168,185)
#BFB1C0
(191,177,192)
#C6BAC7
(198,186,199)
#CDC3CE
(205,195,206)
#D4CCD5
(212,204,213)
#DBD5DC
(219,213,220)
#E2DEE3
(226,222,227)
#E9E7EA
(233,231,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA96AB; }

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

This text font color is #AA96AB.

Background Color

.myBgColor { background-color: #AA96AB; }

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

This div background color is #AA96AB.

Border color

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

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

This div border color is #AA96AB.

Opacity

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

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

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

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

This text has shadow with #AA96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA96AB.

Preview

Color preview on black background

This text has color #AA96AB on black background.


Color preview on white background

This text has color #AA96AB on white background.


Black color preview on #AA96AB background

This text has black color on #AA96AB background.


White color preview on #AA96AB background

This text has white color on #AA96AB background.


Related colors

Complementary color

Complementary color for #hex is #556954.


I love getcolorcode.com

Triadic colors

1 #ABAA96 and #96ABAA with #AA96AB are triadic colors.

2 #AB96AA and #96AAAB with #AA96AB are triadic colors.