COLOR #AA9FA1

HEX: #AA9FA1 RGB: (170,159,161)

Color info

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

RGB color model

#AA9FA1 color RGB value is (170,159,161).

RGB: (170,159,161) (67%, 62%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 161 of 255 = 63%

170
159
161

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

Portions of RGB colors in percentages

R + G + B = 170 + 159 + 161 = 490 (100%)
R 170 of 490 ~ 34.69%
G 159 of 490 ~ 32.45%
B 161 of 490 ~ 32.86'%

%34.69
%32.45
%32.86

CMYK color model

#AA9FA1 color CMYK value is (0,6,5,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 5.29%
  • key color value is 33.33%
CMYK: (0,6,5,33) C0M6Y5K33 (0%,6%,5%,33%) (0.00/0.06/0.05/0.33) 

CMYK percentages

%0
%6.47
%5.29
%33.33

Codes

Color #AA9FA1 in popluar color models

AA 9F A1
RGB 170 159 161
HSL 349° 6.08% 64.51%
HSB/HSV 349° 6.47% 66.67%
CMYK 0.00% 6.47% 5.29%
33.33%

Color #AA9FA1 in popluar number systems.

HEX AA 9F A1
Decimal 170 159 161
Binary 10101010 10011111 10100001
Octal 252 237 241

Shades and tints

Shades of #AA9FA1

#AA9FA1
(170,159,161)
#9B9193
(155,145,147)
#8C8385
(140,131,133)
#7D7577
(125,117,119)
#6E6769
(110,103,105)
#5F595B
(95,89,91)
#504B4D
(80,75,77)
#413D3F
(65,61,63)
#322F31
(50,47,49)
#232123
(35,33,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AA9FA1

#AA9FA1
(170,159,161)
#B1A7A9
(177,167,169)
#B8AFB1
(184,175,177)
#BFB7B9
(191,183,185)
#C6BFC1
(198,191,193)
#CDC7C9
(205,199,201)
#D4CFD1
(212,207,209)
#DBD7D9
(219,215,217)
#E2DFE1
(226,223,225)
#E9E7E9
(233,231,233)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9FA1; }

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

This text font color is #AA9FA1.

Background Color

.myBgColor { background-color: #AA9FA1; }

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

This div background color is #AA9FA1.

Border color

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

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

This div border color is #AA9FA1.

Opacity

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

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

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

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

This text has shadow with #AA9FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9FA1.

Preview

Color preview on black background

This text has color #AA9FA1 on black background.


Color preview on white background

This text has color #AA9FA1 on white background.


Black color preview on #AA9FA1 background

This text has black color on #AA9FA1 background.


White color preview on #AA9FA1 background

This text has white color on #AA9FA1 background.


Related colors

Complementary color

Complementary color for #hex is #55605E.


I love getcolorcode.com

Triadic colors

1 #A1AA9F and #9FA1AA with #AA9FA1 are triadic colors.

2 #A19FAA and #9FAAA1 with #AA9FA1 are triadic colors.