COLOR #AA6899

HEX: #AA6899
RGB: (170,104,153)

Color info

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

RGB color model

#AA6899 color RGB value is (170,104,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 153 of 255 = 60%

170
104
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 153 = 427 (100%)
R 170 of 427 ~ 39.81%
G 104 of 427 ~ 24.36%
B 153 of 427 ~ 35.83%

%39.81
%24.36
%35.83

CMYK color model

#AA6899 color CMYK value is (0,39,10,33).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(0,39,10,33)
C0M39Y10K33 
(0%,39%,10%,33%)
(0.00/0.39/0.10/0.33)	

CMYK percentages

%0
%38.82
%10
%33.33

Codes

Color #AA6899 in popluar color models

AA6899
RGB170104153
HSL315°27.97%53.73%
HSB/HSV315°38.82%66.67%
CMYK0.00%38.82%10.00%
33.33%

Color #AA6899 in popluar number systems.

HEXAA6899
Decimal170104153
Binary10101010110100010011001
Octal252150231

Shades and tints

Shades of #AA6899

#AA6899
(170,104,153)
#9B5F8C
(155,95,140)
#8C567F
(140,86,127)
#7D4D72
(125,77,114)
#6E4465
(110,68,101)
#5F3B58
(95,59,88)
#50324B
(80,50,75)
#41293E
(65,41,62)
#322031
(50,32,49)
#231724
(35,23,36)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #AA6899

#AA6899
(170,104,153)
#B175A2
(177,117,162)
#B882AB
(184,130,171)
#BF8FB4
(191,143,180)
#C69CBD
(198,156,189)
#CDA9C6
(205,169,198)
#D4B6CF
(212,182,207)
#DBC3D8
(219,195,216)
#E2D0E1
(226,208,225)
#E9DDEA
(233,221,234)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6899; }

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

This text font color is #AA6899.


Background Color

.myBgColor { background-color: #AA6899; }

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

This div background color is #AA6899.


Border color

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

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

This div border color is #AA6899.


Opacity

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

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

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

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

This text has shadow with #AA6899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6899 on black background.


Color preview on white background

This text has color #AA6899 on white background.



Black color preview on #AA6899 background

This text has black color on #AA6899 background.


White color preview on #AA6899 background

This text has white color on #AA6899 background.