COLOR #AA7AA0

HEX: #AA7AA0 RGB: (170,122,160)

Color info

#AA7AA0 contains red, green and blue colors in about the same proportion. Web safe color of #AA7AA0 is #996699 (or #969).

RGB color model

#AA7AA0 color RGB value is (170,122,160).

RGB: (170,122,160) (67%, 48%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 160 of 255 = 63%

170
122
160

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

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 160 = 452 (100%)
R 170 of 452 ~ 37.61%
G 122 of 452 ~ 26.99%
B 160 of 452 ~ 35.4'%

%37.61
%26.99
%35.4

CMYK color model

#AA7AA0 color CMYK value is (0,28,6,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 5.88%
  • key color value is 33.33%

CMYK: (0,28,6,33)
C0M28Y6K33 (0%, 28%, 6%, 33%)
(0.00 / 0.28 / 0.06 / 0.33)

CMYK percentages

%0
%28.24
%5.88
%33.33

Codes

Color #AA7AA0 in popluar color models

AA 7A A0
RGB 170 122 160
HSL 313° 22.02% 57.25%
HSB/HSV 313° 28.24% 66.67%
CMYK 0.00% 28.24% 5.88%
33.33%

Color #AA7AA0 in popluar number systems.

HEX AA 7A A0
Decimal 170 122 160
Binary 10101010 1111010 10100000
Octal 252 172 240

Shades and tints

Shades of #AA7AA0

#AA7AA0
(170,122,160)
#9B6F92
(155,111,146)
#8C6484
(140,100,132)
#7D5976
(125,89,118)
#6E4E68
(110,78,104)
#5F435A
(95,67,90)
#50384C
(80,56,76)
#412D3E
(65,45,62)
#322230
(50,34,48)
#231722
(35,23,34)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #AA7AA0

#AA7AA0
(170,122,160)
#B186A8
(177,134,168)
#B892B0
(184,146,176)
#BF9EB8
(191,158,184)
#C6AAC0
(198,170,192)
#CDB6C8
(205,182,200)
#D4C2D0
(212,194,208)
#DBCED8
(219,206,216)
#E2DAE0
(226,218,224)
#E9E6E8
(233,230,232)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7AA0 color. Also use rgb(170,122,160) instead hex code.

Text Font Color

.myTextColor { color: #AA7AA0; }

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

This text font color is #AA7AA0.

Background Color

.myBgColor { background-color: #AA7AA0; }

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

This div background color is #AA7AA0.

Border color

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

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

This div border color is #AA7AA0.

Opacity

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

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

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

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

This text has shadow with #AA7AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7AA0.

Preview

Color preview on black background

This text has color #AA7AA0 on black background.


Color preview on white background

This text has color #AA7AA0 on white background.


Black color preview on #AA7AA0 background

This text has black color on #AA7AA0 background.


White color preview on #AA7AA0 background

This text has white color on #AA7AA0 background.


Related colors

Complementary color

Complementary color for #hex is #55855F.


I love getcolorcode.com

Triadic colors

1 #A0AA7A and #7AA0AA with #AA7AA0 are triadic colors.

2 #A07AAA and #7AAAA0 with #AA7AA0 are triadic colors.