COLOR #AA717F

HEX: #AA717F
RGB: (170,113,127)

Color info

#AA717F contains red, green and blue colors in about the same proportion. Web safe color of #AA717F is #996666 (or #966).

RGB color model

#AA717F color RGB value is (170,113,127).

  • red value is 170;
  • green value is 113;
  • blue value is 127.
RGB:
(170,113,127)
(67%,44%,50%)

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 127 of 255 = 50%

170
113
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 113 + 127 = 410 (100%)
R 170 of 410 ~ 41.46%
G 113 of 410 ~ 27.56%
B 127 of 410 ~ 30.98%

%41.46
%27.56
%30.98

CMYK color model

#AA717F color CMYK value is (0,34,25,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(0,34,25,33)
C0M34Y25K33 
(0%,34%,25%,33%)
(0.00/0.34/0.25/0.33)	

CMYK percentages

%0
%33.53
%25.29
%33.33

Codes

Color #AA717F in popluar color models

AA717F
RGB170113127
HSL345°25.11%55.49%
HSB/HSV345°33.53%66.67%
CMYK0.00%33.53%25.29%
33.33%

Color #AA717F in popluar number systems.

HEXAA717F
Decimal170113127
Binary1010101011100011111111
Octal252161177

Shades and tints

Shades of #AA717F

#AA717F
(170,113,127)
#9B6774
(155,103,116)
#8C5D69
(140,93,105)
#7D535E
(125,83,94)
#6E4953
(110,73,83)
#5F3F48
(95,63,72)
#50353D
(80,53,61)
#412B32
(65,43,50)
#322127
(50,33,39)
#23171C
(35,23,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #AA717F

#AA717F
(170,113,127)
#B17D8A
(177,125,138)
#B88995
(184,137,149)
#BF95A0
(191,149,160)
#C6A1AB
(198,161,171)
#CDADB6
(205,173,182)
#D4B9C1
(212,185,193)
#DBC5CC
(219,197,204)
#E2D1D7
(226,209,215)
#E9DDE2
(233,221,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA717F color. Also use rgb(170,113,127) instead hex code.

Text Font Color

.myTextColor { color: #AA717F; }

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

This text font color is #AA717F.


Background Color

.myBgColor { background-color: #AA717F; }

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

This div background color is #AA717F.


Border color

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

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

This div border color is #AA717F.


Opacity

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

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

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

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

This text has shadow with #AA717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA717F on black background.


Color preview on white background

This text has color #AA717F on white background.



Black color preview on #AA717F background

This text has black color on #AA717F background.


White color preview on #AA717F background

This text has white color on #AA717F background.