COLOR #AAAD9F

HEX: #AAAD9F RGB: (170,173,159)

Color info

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

RGB color model

#AAAD9F color RGB value is (170,173,159).

RGB: (170,173,159) (67%, 68%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 159 of 255 = 62%

170
173
159

R + G + B ~ 66%. #AAAD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 173 + 159 = 502 (100%)
R 170 of 502 ~ 33.86%
G 173 of 502 ~ 34.46%
B 159 of 502 ~ 31.67'%

%33.86
%34.46
%31.67

CMYK color model

#AAAD9F color CMYK value is (2,0,8,32).

  • cyan value is 1.73%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 32.16%

CMYK: (2,0,8,32)
C2M0Y8K32 (2%, 0%, 8%, 32%)
(0.02 / 0.00 / 0.08 / 0.32)

CMYK percentages

%1.73
%0
%8.09
%32.16

Codes

Color #AAAD9F in popluar color models

AA AD 9F
RGB 170 173 159
HSL 73° 7.87% 65.10%
HSB/HSV 73° 8.09% 67.84%
CMYK 1.73% 0.00% 8.09%
32.16%

Color #AAAD9F in popluar number systems.

HEX AA AD 9F
Decimal 170 173 159
Binary 10101010 10101101 10011111
Octal 252 255 237

Shades and tints

Shades of #AAAD9F

#AAAD9F
(170,173,159)
#9B9E91
(155,158,145)
#8C8F83
(140,143,131)
#7D8075
(125,128,117)
#6E7167
(110,113,103)
#5F6259
(95,98,89)
#50534B
(80,83,75)
#41443D
(65,68,61)
#32352F
(50,53,47)
#232621
(35,38,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAAD9F

#AAAD9F
(170,173,159)
#B1B4A7
(177,180,167)
#B8BBAF
(184,187,175)
#BFC2B7
(191,194,183)
#C6C9BF
(198,201,191)
#CDD0C7
(205,208,199)
#D4D7CF
(212,215,207)
#DBDED7
(219,222,215)
#E2E5DF
(226,229,223)
#E9ECE7
(233,236,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAD9F; }

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

This text font color is #AAAD9F.

Background Color

.myBgColor { background-color: #AAAD9F; }

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

This div background color is #AAAD9F.

Border color

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

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

This div border color is #AAAD9F.

Opacity

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

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

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

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

This text has shadow with #AAAD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAD9F.

Preview

Color preview on black background

This text has color #AAAD9F on black background.


Color preview on white background

This text has color #AAAD9F on white background.


Black color preview on #AAAD9F background

This text has black color on #AAAD9F background.


White color preview on #AAAD9F background

This text has white color on #AAAD9F background.


Related colors

Complementary color

Complementary color for #hex is #555260.


I love getcolorcode.com

Triadic colors

1 #9FAAAD and #AD9FAA with #AAAD9F are triadic colors.

2 #9FADAA and #ADAA9F with #AAAD9F are triadic colors.