COLOR #AA66A5

HEX: #AA66A5
RGB: (170,102,165)

Color info

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

RGB color model

#AA66A5 color RGB value is (170,102,165).

  • red value is 170;
  • green value is 102;
  • blue value is 165.
RGB:
(170,102,165)
(67%,40%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 165 of 255 = 65%

170
102
165

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

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 165 = 437 (100%)
R 170 of 437 ~ 38.9%
G 102 of 437 ~ 23.34%
B 165 of 437 ~ 37.76%

%38.9
%23.34
%37.76

CMYK color model

#AA66A5 color CMYK value is (0,40,3,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(0,40,3,33)
C0M40Y3K33 
(0%,40%,3%,33%)
(0.00/0.40/0.03/0.33)	

CMYK percentages

%0
%40
%2.94
%33.33

Codes

Color #AA66A5 in popluar color models

AA66A5
RGB170102165
HSL304°28.57%53.33%
HSB/HSV304°40.00%66.67%
CMYK0.00%40.00%2.94%
33.33%

Color #AA66A5 in popluar number systems.

HEXAA66A5
Decimal170102165
Binary10101010110011010100101
Octal252146245

Shades and tints

Shades of #AA66A5

#AA66A5
(170,102,165)
#9B5D96
(155,93,150)
#8C5487
(140,84,135)
#7D4B78
(125,75,120)
#6E4269
(110,66,105)
#5F395A
(95,57,90)
#50304B
(80,48,75)
#41273C
(65,39,60)
#321E2D
(50,30,45)
#23151E
(35,21,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #AA66A5

#AA66A5
(170,102,165)
#B173AD
(177,115,173)
#B880B5
(184,128,181)
#BF8DBD
(191,141,189)
#C69AC5
(198,154,197)
#CDA7CD
(205,167,205)
#D4B4D5
(212,180,213)
#DBC1DD
(219,193,221)
#E2CEE5
(226,206,229)
#E9DBED
(233,219,237)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA66A5 color. Also use rgb(170,102,165) instead hex code.

Text Font Color

.myTextColor { color: #AA66A5; }

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

This text font color is #AA66A5.


Background Color

.myBgColor { background-color: #AA66A5; }

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

This div background color is #AA66A5.


Border color

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

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

This div border color is #AA66A5.


Opacity

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

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

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

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

This text has shadow with #AA66A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA66A5 on black background.


Color preview on white background

This text has color #AA66A5 on white background.



Black color preview on #AA66A5 background

This text has black color on #AA66A5 background.


White color preview on #AA66A5 background

This text has white color on #AA66A5 background.