COLOR #AA96B5

HEX: #AA96B5 RGB: (170,150,181)

Color info

#AA96B5 contains red, green and blue colors in about the same proportion. Web safe color of #AA96B5 is #9999CC (or #99C).

RGB color model

#AA96B5 color RGB value is (170,150,181).

RGB: (170,150,181) (67%, 59%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 181 of 255 = 71%

170
150
181

R + G + B ~ 66%. #AA96B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 181 = 501 (100%)
R 170 of 501 ~ 33.93%
G 150 of 501 ~ 29.94%
B 181 of 501 ~ 36.13'%

%33.93
%29.94
%36.13

CMYK color model

#AA96B5 color CMYK value is (6,17,0,29).

  • cyan value is 6.08%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (6,17,0,29)
C6M17Y0K29 (6%, 17%, 0%, 29%)
(0.06 / 0.17 / 0.00 / 0.29)

CMYK percentages

%6.08
%17.13
%0
%29.02

Codes

Color #AA96B5 in popluar color models

AA 96 B5
RGB 170 150 181
HSL 279° 17.32% 64.90%
HSB/HSV 279° 17.13% 70.98%
CMYK 6.08% 17.13% 0.00%
29.02%

Color #AA96B5 in popluar number systems.

HEX AA 96 B5
Decimal 170 150 181
Binary 10101010 10010110 10110101
Octal 252 226 265

Shades and tints

Shades of #AA96B5

#AA96B5
(170,150,181)
#9B89A5
(155,137,165)
#8C7C95
(140,124,149)
#7D6F85
(125,111,133)
#6E6275
(110,98,117)
#5F5565
(95,85,101)
#504855
(80,72,85)
#413B45
(65,59,69)
#322E35
(50,46,53)
#232125
(35,33,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AA96B5

#AA96B5
(170,150,181)
#B19FBB
(177,159,187)
#B8A8C1
(184,168,193)
#BFB1C7
(191,177,199)
#C6BACD
(198,186,205)
#CDC3D3
(205,195,211)
#D4CCD9
(212,204,217)
#DBD5DF
(219,213,223)
#E2DEE5
(226,222,229)
#E9E7EB
(233,231,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA96B5; }

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

This text font color is #AA96B5.

Background Color

.myBgColor { background-color: #AA96B5; }

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

This div background color is #AA96B5.

Border color

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

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

This div border color is #AA96B5.

Opacity

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

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

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

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

This text has shadow with #AA96B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA96B5.

Preview

Color preview on black background

This text has color #AA96B5 on black background.


Color preview on white background

This text has color #AA96B5 on white background.


Black color preview on #AA96B5 background

This text has black color on #AA96B5 background.


White color preview on #AA96B5 background

This text has white color on #AA96B5 background.


Related colors

Complementary color

Complementary color for #hex is #55694A.


I love getcolorcode.com

Triadic colors

1 #B5AA96 and #96B5AA with #AA96B5 are triadic colors.

2 #B596AA and #96AAB5 with #AA96B5 are triadic colors.