COLOR #AA949F

HEX: #AA949F
RGB: (170,148,159)

Color info

#AA949F contains red, green and blue colors in about the same proportion. Web safe color of #AA949F is #999999 (or #999).

RGB color model

#AA949F color RGB value is (170,148,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 159 of 255 = 62%

170
148
159

R + G + B ~ 62%. #AA949F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 159 = 477 (100%)
R 170 of 477 ~ 35.64%
G 148 of 477 ~ 31.03%
B 159 of 477 ~ 33.33%

%35.64
%31.03
%33.33

CMYK color model

#AA949F color CMYK value is (0,13,6,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,13,6,33)
C0M13Y6K33 
(0%,13%,6%,33%)
(0.00/0.13/0.06/0.33)	

CMYK percentages

%0
%12.94
%6.47
%33.33

Codes

Color #AA949F in popluar color models

AA949F
RGB170148159
HSL330°11.46%62.35%
HSB/HSV330°12.94%66.67%
CMYK0.00%12.94%6.47%
33.33%

Color #AA949F in popluar number systems.

HEXAA949F
Decimal170148159
Binary101010101001010010011111
Octal252224237

Shades and tints

Shades of #AA949F

#AA949F
(170,148,159)
#9B8791
(155,135,145)
#8C7A83
(140,122,131)
#7D6D75
(125,109,117)
#6E6067
(110,96,103)
#5F5359
(95,83,89)
#50464B
(80,70,75)
#41393D
(65,57,61)
#322C2F
(50,44,47)
#231F21
(35,31,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA949F

#AA949F
(170,148,159)
#B19DA7
(177,157,167)
#B8A6AF
(184,166,175)
#BFAFB7
(191,175,183)
#C6B8BF
(198,184,191)
#CDC1C7
(205,193,199)
#D4CACF
(212,202,207)
#DBD3D7
(219,211,215)
#E2DCDF
(226,220,223)
#E9E5E7
(233,229,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA949F; }

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

This text font color is #AA949F.


Background Color

.myBgColor { background-color: #AA949F; }

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

This div background color is #AA949F.


Border color

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

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

This div border color is #AA949F.


Opacity

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

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

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

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

This text has shadow with #AA949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA949F on black background.


Color preview on white background

This text has color #AA949F on white background.



Black color preview on #AA949F background

This text has black color on #AA949F background.


White color preview on #AA949F background

This text has white color on #AA949F background.