COLOR #AA9FA4

HEX: #AA9FA4
RGB: (170,159,164)

Color info

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

RGB color model

#AA9FA4 color RGB value is (170,159,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 164 of 255 = 64%

170
159
164

R + G + B ~ 64%. #AA9FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 164 = 493 (100%)
R 170 of 493 ~ 34.48%
G 159 of 493 ~ 32.25%
B 164 of 493 ~ 33.27%

%34.48
%32.25
%33.27

CMYK color model

#AA9FA4 color CMYK value is (0,6,4,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,6,4,33)
C0M6Y4K33 
(0%,6%,4%,33%)
(0.00/0.06/0.04/0.33)	

CMYK percentages

%0
%6.47
%3.53
%33.33

Codes

Color #AA9FA4 in popluar color models

AA9FA4
RGB170159164
HSL333°6.08%64.51%
HSB/HSV333°6.47%66.67%
CMYK0.00%6.47%3.53%
33.33%

Color #AA9FA4 in popluar number systems.

HEXAA9FA4
Decimal170159164
Binary101010101001111110100100
Octal252237244

Shades and tints

Shades of #AA9FA4

#AA9FA4
(170,159,164)
#9B9196
(155,145,150)
#8C8388
(140,131,136)
#7D757A
(125,117,122)
#6E676C
(110,103,108)
#5F595E
(95,89,94)
#504B50
(80,75,80)
#413D42
(65,61,66)
#322F34
(50,47,52)
#232126
(35,33,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AA9FA4

#AA9FA4
(170,159,164)
#B1A7AC
(177,167,172)
#B8AFB4
(184,175,180)
#BFB7BC
(191,183,188)
#C6BFC4
(198,191,196)
#CDC7CC
(205,199,204)
#D4CFD4
(212,207,212)
#DBD7DC
(219,215,220)
#E2DFE4
(226,223,228)
#E9E7EC
(233,231,236)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9FA4; }

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

This text font color is #AA9FA4.


Background Color

.myBgColor { background-color: #AA9FA4; }

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

This div background color is #AA9FA4.


Border color

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

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

This div border color is #AA9FA4.


Opacity

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

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

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

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

This text has shadow with #AA9FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9FA4 on black background.


Color preview on white background

This text has color #AA9FA4 on white background.



Black color preview on #AA9FA4 background

This text has black color on #AA9FA4 background.


White color preview on #AA9FA4 background

This text has white color on #AA9FA4 background.