COLOR #AA96AF

HEX: #AA96AF RGB: (170,150,175)

Color info

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

RGB color model

#AA96AF color RGB value is (170,150,175).

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

RGB channels and saturation

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

170
150
175

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 175 = 495 (100%)
R 170 of 495 ~ 34.34%
G 150 of 495 ~ 30.3%
B 175 of 495 ~ 35.35'%

%34.34
%30.3
%35.35

CMYK color model

#AA96AF color CMYK value is (3,14,0,31).

  • cyan value is 2.86%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (3,14,0,31)
C3M14Y0K31 (3%, 14%, 0%, 31%)
(0.03 / 0.14 / 0.00 / 0.31)

CMYK percentages

%2.86
%14.29
%0
%31.37

Codes

Color #AA96AF in popluar color models

AA 96 AF
RGB 170 150 175
HSL 288° 13.51% 63.73%
HSB/HSV 288° 14.29% 68.63%
CMYK 2.86% 14.29% 0.00%
31.37%

Color #AA96AF in popluar number systems.

HEX AA 96 AF
Decimal 170 150 175
Binary 10101010 10010110 10101111
Octal 252 226 257

Shades and tints

Shades of #AA96AF

#AA96AF
(170,150,175)
#9B89A0
(155,137,160)
#8C7C91
(140,124,145)
#7D6F82
(125,111,130)
#6E6273
(110,98,115)
#5F5564
(95,85,100)
#504855
(80,72,85)
#413B46
(65,59,70)
#322E37
(50,46,55)
#232128
(35,33,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AA96AF

#AA96AF
(170,150,175)
#B19FB6
(177,159,182)
#B8A8BD
(184,168,189)
#BFB1C4
(191,177,196)
#C6BACB
(198,186,203)
#CDC3D2
(205,195,210)
#D4CCD9
(212,204,217)
#DBD5E0
(219,213,224)
#E2DEE7
(226,222,231)
#E9E7EE
(233,231,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA96AF; }

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

This text font color is #AA96AF.

Background Color

.myBgColor { background-color: #AA96AF; }

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

This div background color is #AA96AF.

Border color

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

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

This div border color is #AA96AF.

Opacity

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

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

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

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

This text has shadow with #AA96AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA96AF.

Preview

Color preview on black background

This text has color #AA96AF on black background.


Color preview on white background

This text has color #AA96AF on white background.


Black color preview on #AA96AF background

This text has black color on #AA96AF background.


White color preview on #AA96AF background

This text has white color on #AA96AF background.


Related colors

Complementary color

Complementary color for #hex is #556950.


I love getcolorcode.com

Triadic colors

1 #AFAA96 and #96AFAA with #AA96AF are triadic colors.

2 #AF96AA and #96AAAF with #AA96AF are triadic colors.