COLOR #AA9D9F

HEX: #AA9D9F RGB: (170,157,159)

Color info

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

RGB color model

#AA9D9F color RGB value is (170,157,159).

RGB: (170,157,159) (67%, 62%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 159 of 255 = 62%

170
157
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 159 = 486 (100%)
R 170 of 486 ~ 34.98%
G 157 of 486 ~ 32.3%
B 159 of 486 ~ 32.72'%

%34.98
%32.3
%32.72

CMYK color model

#AA9D9F color CMYK value is (0,8,6,33).

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

CMYK: (0,8,6,33)
C0M8Y6K33 (0%, 8%, 6%, 33%)
(0.00 / 0.08 / 0.06 / 0.33)

CMYK percentages

%0
%7.65
%6.47
%33.33

Codes

Color #AA9D9F in popluar color models

AA 9D 9F
RGB 170 157 159
HSL 351° 7.10% 64.12%
HSB/HSV 351° 7.65% 66.67%
CMYK 0.00% 7.65% 6.47%
33.33%

Color #AA9D9F in popluar number systems.

HEX AA 9D 9F
Decimal 170 157 159
Binary 10101010 10011101 10011111
Octal 252 235 237

Shades and tints

Shades of #AA9D9F

#AA9D9F
(170,157,159)
#9B8F91
(155,143,145)
#8C8183
(140,129,131)
#7D7375
(125,115,117)
#6E6567
(110,101,103)
#5F5759
(95,87,89)
#50494B
(80,73,75)
#413B3D
(65,59,61)
#322D2F
(50,45,47)
#231F21
(35,31,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA9D9F

#AA9D9F
(170,157,159)
#B1A5A7
(177,165,167)
#B8ADAF
(184,173,175)
#BFB5B7
(191,181,183)
#C6BDBF
(198,189,191)
#CDC5C7
(205,197,199)
#D4CDCF
(212,205,207)
#DBD5D7
(219,213,215)
#E2DDDF
(226,221,223)
#E9E5E7
(233,229,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9D9F; }

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

This text font color is #AA9D9F.

Background Color

.myBgColor { background-color: #AA9D9F; }

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

This div background color is #AA9D9F.

Border color

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

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

This div border color is #AA9D9F.

Opacity

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

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

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

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

This text has shadow with #AA9D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9D9F.

Preview

Color preview on black background

This text has color #AA9D9F on black background.


Color preview on white background

This text has color #AA9D9F on white background.


Black color preview on #AA9D9F background

This text has black color on #AA9D9F background.


White color preview on #AA9D9F background

This text has white color on #AA9D9F background.


Related colors

Complementary color

Complementary color for #hex is #556260.


I love getcolorcode.com

Triadic colors

1 #9FAA9D and #9D9FAA with #AA9D9F are triadic colors.

2 #9F9DAA and #9DAA9F with #AA9D9F are triadic colors.