COLOR #AA7C9F

HEX: #AA7C9F
RGB: (170,124,159)

Color info

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

RGB color model

#AA7C9F color RGB value is (170,124,159).

  • red value is 170;
  • green value is 124;
  • blue value is 159.
RGB:
(170,124,159)
(67%,49%,62%)

RGB channels and saturation

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

170
124
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 159 = 453 (100%)
R 170 of 453 ~ 37.53%
G 124 of 453 ~ 27.37%
B 159 of 453 ~ 35.1%

%37.53
%27.37
%35.1

CMYK color model

#AA7C9F color CMYK value is (0,27,6,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,27,6,33)
C0M27Y6K33 
(0%,27%,6%,33%)
(0.00/0.27/0.06/0.33)	

CMYK percentages

%0
%27.06
%6.47
%33.33

Codes

Color #AA7C9F in popluar color models

AA7C9F
RGB170124159
HSL314°21.30%57.65%
HSB/HSV314°27.06%66.67%
CMYK0.00%27.06%6.47%
33.33%

Color #AA7C9F in popluar number systems.

HEXAA7C9F
Decimal170124159
Binary10101010111110010011111
Octal252174237

Shades and tints

Shades of #AA7C9F

#AA7C9F
(170,124,159)
#9B7191
(155,113,145)
#8C6683
(140,102,131)
#7D5B75
(125,91,117)
#6E5067
(110,80,103)
#5F4559
(95,69,89)
#503A4B
(80,58,75)
#412F3D
(65,47,61)
#32242F
(50,36,47)
#231921
(35,25,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #AA7C9F

#AA7C9F
(170,124,159)
#B187A7
(177,135,167)
#B892AF
(184,146,175)
#BF9DB7
(191,157,183)
#C6A8BF
(198,168,191)
#CDB3C7
(205,179,199)
#D4BECF
(212,190,207)
#DBC9D7
(219,201,215)
#E2D4DF
(226,212,223)
#E9DFE7
(233,223,231)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C9F; }

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

This text font color is #AA7C9F.


Background Color

.myBgColor { background-color: #AA7C9F; }

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

This div background color is #AA7C9F.


Border color

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

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

This div border color is #AA7C9F.


Opacity

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

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

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

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

This text has shadow with #AA7C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C9F on black background.


Color preview on white background

This text has color #AA7C9F on white background.



Black color preview on #AA7C9F background

This text has black color on #AA7C9F background.


White color preview on #AA7C9F background

This text has white color on #AA7C9F background.