COLOR #AA909F

HEX: #AA909F
RGB: (170,144,159)

Color info

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

RGB color model

#AA909F color RGB value is (170,144,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 159 of 255 = 62%

170
144
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 159 = 473 (100%)
R 170 of 473 ~ 35.94%
G 144 of 473 ~ 30.44%
B 159 of 473 ~ 33.62%

%35.94
%30.44
%33.62

CMYK color model

#AA909F color CMYK value is (0,15,6,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,15,6,33)
C0M15Y6K33 
(0%,15%,6%,33%)
(0.00/0.15/0.06/0.33)	

CMYK percentages

%0
%15.29
%6.47
%33.33

Codes

Color #AA909F in popluar color models

AA909F
RGB170144159
HSL325°13.27%61.57%
HSB/HSV325°15.29%66.67%
CMYK0.00%15.29%6.47%
33.33%

Color #AA909F in popluar number systems.

HEXAA909F
Decimal170144159
Binary101010101001000010011111
Octal252220237

Shades and tints

Shades of #AA909F

#AA909F
(170,144,159)
#9B8391
(155,131,145)
#8C7683
(140,118,131)
#7D6975
(125,105,117)
#6E5C67
(110,92,103)
#5F4F59
(95,79,89)
#50424B
(80,66,75)
#41353D
(65,53,61)
#32282F
(50,40,47)
#231B21
(35,27,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #AA909F

#AA909F
(170,144,159)
#B19AA7
(177,154,167)
#B8A4AF
(184,164,175)
#BFAEB7
(191,174,183)
#C6B8BF
(198,184,191)
#CDC2C7
(205,194,199)
#D4CCCF
(212,204,207)
#DBD6D7
(219,214,215)
#E2E0DF
(226,224,223)
#E9EAE7
(233,234,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA909F; }

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

This text font color is #AA909F.


Background Color

.myBgColor { background-color: #AA909F; }

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

This div background color is #AA909F.


Border color

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

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

This div border color is #AA909F.


Opacity

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

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

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

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

This text has shadow with #AA909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA909F on black background.


Color preview on white background

This text has color #AA909F on white background.



Black color preview on #AA909F background

This text has black color on #AA909F background.


White color preview on #AA909F background

This text has white color on #AA909F background.