COLOR #AA9FA8

HEX: #AA9FA8
RGB: (170,159,168)

Color info

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

RGB color model

#AA9FA8 color RGB value is (170,159,168).

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

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 168 of 255 = 66%

170
159
168

R + G + B ~ 65%. #AA9FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 168 = 497 (100%)
R 170 of 497 ~ 34.21%
G 159 of 497 ~ 31.99%
B 168 of 497 ~ 33.8%

%34.21
%31.99
%33.8

CMYK color model

#AA9FA8 color CMYK value is (0,6,1,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 1.18%
  • key color value is 33.33%
CMYK:
(0,6,1,33)
C0M6Y1K33 
(0%,6%,1%,33%)
(0.00/0.06/0.01/0.33)	

CMYK percentages

%0
%6.47
%1.18
%33.33

Codes

Color #AA9FA8 in popluar color models

AA9FA8
RGB170159168
HSL311°6.08%64.51%
HSB/HSV311°6.47%66.67%
CMYK0.00%6.47%1.18%
33.33%

Color #AA9FA8 in popluar number systems.

HEXAA9FA8
Decimal170159168
Binary101010101001111110101000
Octal252237250

Shades and tints

Shades of #AA9FA8

#AA9FA8
(170,159,168)
#9B9199
(155,145,153)
#8C838A
(140,131,138)
#7D757B
(125,117,123)
#6E676C
(110,103,108)
#5F595D
(95,89,93)
#504B4E
(80,75,78)
#413D3F
(65,61,63)
#322F30
(50,47,48)
#232121
(35,33,33)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA9FA8

#AA9FA8
(170,159,168)
#B1A7AF
(177,167,175)
#B8AFB6
(184,175,182)
#BFB7BD
(191,183,189)
#C6BFC4
(198,191,196)
#CDC7CB
(205,199,203)
#D4CFD2
(212,207,210)
#DBD7D9
(219,215,217)
#E2DFE0
(226,223,224)
#E9E7E7
(233,231,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9FA8; }

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

This text font color is #AA9FA8.


Background Color

.myBgColor { background-color: #AA9FA8; }

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

This div background color is #AA9FA8.


Border color

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

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

This div border color is #AA9FA8.


Opacity

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

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

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

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

This text has shadow with #AA9FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9FA8 on black background.


Color preview on white background

This text has color #AA9FA8 on white background.



Black color preview on #AA9FA8 background

This text has black color on #AA9FA8 background.


White color preview on #AA9FA8 background

This text has white color on #AA9FA8 background.