COLOR #AA7E9F

HEX: #AA7E9F RGB: (170,126,159)

Color info

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

RGB color model

#AA7E9F color RGB value is (170,126,159).

RGB: (170,126,159) (67%, 49%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 159 of 255 = 62%

170
126
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 126 + 159 = 455 (100%)
R 170 of 455 ~ 37.36%
G 126 of 455 ~ 27.69%
B 159 of 455 ~ 34.95'%

%37.36
%27.69
%34.95

CMYK color model

#AA7E9F color CMYK value is (0,26,6,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 6.47%
  • key color value is 33.33%

CMYK: (0,26,6,33)
C0M26Y6K33 (0%, 26%, 6%, 33%)
(0.00 / 0.26 / 0.06 / 0.33)

CMYK percentages

%0
%25.88
%6.47
%33.33

Codes

Color #AA7E9F in popluar color models

AA 7E 9F
RGB 170 126 159
HSL 315° 20.56% 58.04%
HSB/HSV 315° 25.88% 66.67%
CMYK 0.00% 25.88% 6.47%
33.33%

Color #AA7E9F in popluar number systems.

HEX AA 7E 9F
Decimal 170 126 159
Binary 10101010 1111110 10011111
Octal 252 176 237

Shades and tints

Shades of #AA7E9F

#AA7E9F
(170,126,159)
#9B7391
(155,115,145)
#8C6883
(140,104,131)
#7D5D75
(125,93,117)
#6E5267
(110,82,103)
#5F4759
(95,71,89)
#503C4B
(80,60,75)
#41313D
(65,49,61)
#32262F
(50,38,47)
#231B21
(35,27,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AA7E9F

#AA7E9F
(170,126,159)
#B189A7
(177,137,167)
#B894AF
(184,148,175)
#BF9FB7
(191,159,183)
#C6AABF
(198,170,191)
#CDB5C7
(205,181,199)
#D4C0CF
(212,192,207)
#DBCBD7
(219,203,215)
#E2D6DF
(226,214,223)
#E9E1E7
(233,225,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7E9F color. Also use rgb(170,126,159) instead hex code.

Text Font Color

.myTextColor { color: #AA7E9F; }

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

This text font color is #AA7E9F.

Background Color

.myBgColor { background-color: #AA7E9F; }

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

This div background color is #AA7E9F.

Border color

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

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

This div border color is #AA7E9F.

Opacity

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

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

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

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

This text has shadow with #AA7E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7E9F.

Preview

Color preview on black background

This text has color #AA7E9F on black background.


Color preview on white background

This text has color #AA7E9F on white background.


Black color preview on #AA7E9F background

This text has black color on #AA7E9F background.


White color preview on #AA7E9F background

This text has white color on #AA7E9F background.


Related colors

Complementary color

Complementary color for #hex is #558160.


I love getcolorcode.com

Triadic colors

1 #9FAA7E and #7E9FAA with #AA7E9F are triadic colors.

2 #9F7EAA and #7EAA9F with #AA7E9F are triadic colors.