COLOR #AA9FA6

HEX: #AA9FA6 RGB: (170,159,166)

Color info

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

RGB color model

#AA9FA6 color RGB value is (170,159,166).

RGB: (170,159,166) (67%, 62%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 166 of 255 = 65%

170
159
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 159 + 166 = 495 (100%)
R 170 of 495 ~ 34.34%
G 159 of 495 ~ 32.12%
B 166 of 495 ~ 33.54'%

%34.34
%32.12
%33.54

CMYK color model

#AA9FA6 color CMYK value is (0,6,2,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 2.35%
  • key color value is 33.33%

CMYK: (0,6,2,33)
C0M6Y2K33 (0%, 6%, 2%, 33%)
(0.00 / 0.06 / 0.02 / 0.33)

CMYK percentages

%0
%6.47
%2.35
%33.33

Codes

Color #AA9FA6 in popluar color models

AA 9F A6
RGB 170 159 166
HSL 322° 6.08% 64.51%
HSB/HSV 322° 6.47% 66.67%
CMYK 0.00% 6.47% 2.35%
33.33%

Color #AA9FA6 in popluar number systems.

HEX AA 9F A6
Decimal 170 159 166
Binary 10101010 10011111 10100110
Octal 252 237 246

Shades and tints

Shades of #AA9FA6

#AA9FA6
(170,159,166)
#9B9197
(155,145,151)
#8C8388
(140,131,136)
#7D7579
(125,117,121)
#6E676A
(110,103,106)
#5F595B
(95,89,91)
#504B4C
(80,75,76)
#413D3D
(65,61,61)
#322F2E
(50,47,46)
#23211F
(35,33,31)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA9FA6

#AA9FA6
(170,159,166)
#B1A7AE
(177,167,174)
#B8AFB6
(184,175,182)
#BFB7BE
(191,183,190)
#C6BFC6
(198,191,198)
#CDC7CE
(205,199,206)
#D4CFD6
(212,207,214)
#DBD7DE
(219,215,222)
#E2DFE6
(226,223,230)
#E9E7EE
(233,231,238)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9FA6; }

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

This text font color is #AA9FA6.

Background Color

.myBgColor { background-color: #AA9FA6; }

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

This div background color is #AA9FA6.

Border color

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

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

This div border color is #AA9FA6.

Opacity

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

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

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

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

This text has shadow with #AA9FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9FA6.

Preview

Color preview on black background

This text has color #AA9FA6 on black background.


Color preview on white background

This text has color #AA9FA6 on white background.


Black color preview on #AA9FA6 background

This text has black color on #AA9FA6 background.


White color preview on #AA9FA6 background

This text has white color on #AA9FA6 background.


Related colors

Complementary color

Complementary color for #hex is #556059.


I love getcolorcode.com

Triadic colors

1 #A6AA9F and #9FA6AA with #AA9FA6 are triadic colors.

2 #A69FAA and #9FAAA6 with #AA9FA6 are triadic colors.