COLOR #AA6D96

HEX: #AA6D96 RGB: (170,109,150)

Color info

#AA6D96 contains mainly red and blue colors. Web safe color of #AA6D96 is #996699 (or #969).

RGB color model

#AA6D96 color RGB value is (170,109,150).

RGB: (170,109,150) (67%, 43%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 150 of 255 = 59%

170
109
150

R + G + B ~ 56%. #AA6D96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 109 + 150 = 429 (100%)
R 170 of 429 ~ 39.63%
G 109 of 429 ~ 25.41%
B 150 of 429 ~ 34.97'%

%39.63
%25.41
%34.97

CMYK color model

#AA6D96 color CMYK value is (0,36,12,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 11.76%
  • key color value is 33.33%

CMYK: (0,36,12,33)
C0M36Y12K33 (0%, 36%, 12%, 33%)
(0.00 / 0.36 / 0.12 / 0.33)

CMYK percentages

%0
%35.88
%11.76
%33.33

Codes

Color #AA6D96 in popluar color models

AA 6D 96
RGB 170 109 150
HSL 320° 26.41% 54.71%
HSB/HSV 320° 35.88% 66.67%
CMYK 0.00% 35.88% 11.76%
33.33%

Color #AA6D96 in popluar number systems.

HEX AA 6D 96
Decimal 170 109 150
Binary 10101010 1101101 10010110
Octal 252 155 226

Shades and tints

Shades of #AA6D96

#AA6D96
(170,109,150)
#9B6489
(155,100,137)
#8C5B7C
(140,91,124)
#7D526F
(125,82,111)
#6E4962
(110,73,98)
#5F4055
(95,64,85)
#503748
(80,55,72)
#412E3B
(65,46,59)
#32252E
(50,37,46)
#231C21
(35,28,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA6D96

#AA6D96
(170,109,150)
#B17A9F
(177,122,159)
#B887A8
(184,135,168)
#BF94B1
(191,148,177)
#C6A1BA
(198,161,186)
#CDAEC3
(205,174,195)
#D4BBCC
(212,187,204)
#DBC8D5
(219,200,213)
#E2D5DE
(226,213,222)
#E9E2E7
(233,226,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D96; }

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

This text font color is #AA6D96.

Background Color

.myBgColor { background-color: #AA6D96; }

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

This div background color is #AA6D96.

Border color

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

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

This div border color is #AA6D96.

Opacity

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

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

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

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

This text has shadow with #AA6D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6D96.

Preview

Color preview on black background

This text has color #AA6D96 on black background.


Color preview on white background

This text has color #AA6D96 on white background.


Black color preview on #AA6D96 background

This text has black color on #AA6D96 background.


White color preview on #AA6D96 background

This text has white color on #AA6D96 background.


Related colors

Complementary color

Complementary color for #hex is #559269.


I love getcolorcode.com

Triadic colors

1 #96AA6D and #6D96AA with #AA6D96 are triadic colors.

2 #966DAA and #6DAA96 with #AA6D96 are triadic colors.