COLOR #AA6A99

HEX: #AA6A99
RGB: (170,106,153)

Color info

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

RGB color model

#AA6A99 color RGB value is (170,106,153).

  • red value is 170;
  • green value is 106;
  • blue value is 153.
RGB:
(170,106,153)
(67%,42%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 153 of 255 = 60%

170
106
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 153 = 429 (100%)
R 170 of 429 ~ 39.63%
G 106 of 429 ~ 24.71%
B 153 of 429 ~ 35.66%

%39.63
%24.71
%35.66

CMYK color model

#AA6A99 color CMYK value is (0,38,10,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(0,38,10,33)
C0M38Y10K33 
(0%,38%,10%,33%)
(0.00/0.38/0.10/0.33)	

CMYK percentages

%0
%37.65
%10
%33.33

Codes

Color #AA6A99 in popluar color models

AA6A99
RGB170106153
HSL316°27.35%54.12%
HSB/HSV316°37.65%66.67%
CMYK0.00%37.65%10.00%
33.33%

Color #AA6A99 in popluar number systems.

HEXAA6A99
Decimal170106153
Binary10101010110101010011001
Octal252152231

Shades and tints

Shades of #AA6A99

#AA6A99
(170,106,153)
#9B618C
(155,97,140)
#8C587F
(140,88,127)
#7D4F72
(125,79,114)
#6E4665
(110,70,101)
#5F3D58
(95,61,88)
#50344B
(80,52,75)
#412B3E
(65,43,62)
#322231
(50,34,49)
#231924
(35,25,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #AA6A99

#AA6A99
(170,106,153)
#B177A2
(177,119,162)
#B884AB
(184,132,171)
#BF91B4
(191,145,180)
#C69EBD
(198,158,189)
#CDABC6
(205,171,198)
#D4B8CF
(212,184,207)
#DBC5D8
(219,197,216)
#E2D2E1
(226,210,225)
#E9DFEA
(233,223,234)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A99; }

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

This text font color is #AA6A99.


Background Color

.myBgColor { background-color: #AA6A99; }

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

This div background color is #AA6A99.


Border color

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

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

This div border color is #AA6A99.


Opacity

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

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

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

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

This text has shadow with #AA6A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6A99 on black background.


Color preview on white background

This text has color #AA6A99 on white background.



Black color preview on #AA6A99 background

This text has black color on #AA6A99 background.


White color preview on #AA6A99 background

This text has white color on #AA6A99 background.