COLOR #AA9A9F

HEX: #AA9A9F RGB: (170,154,159)

Color info

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

RGB color model

#AA9A9F color RGB value is (170,154,159).

RGB: (170,154,159) (67%, 60%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 159 of 255 = 62%

170
154
159

R + G + B ~ 63%. #AA9A9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 154 + 159 = 483 (100%)
R 170 of 483 ~ 35.2%
G 154 of 483 ~ 31.88%
B 159 of 483 ~ 32.92'%

%35.2
%31.88
%32.92

CMYK color model

#AA9A9F color CMYK value is (0,9,6,33).

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

CMYK: (0,9,6,33)
C0M9Y6K33 (0%, 9%, 6%, 33%)
(0.00 / 0.09 / 0.06 / 0.33)

CMYK percentages

%0
%9.41
%6.47
%33.33

Codes

Color #AA9A9F in popluar color models

AA 9A 9F
RGB 170 154 159
HSL 341° 8.60% 63.53%
HSB/HSV 341° 9.41% 66.67%
CMYK 0.00% 9.41% 6.47%
33.33%

Color #AA9A9F in popluar number systems.

HEX AA 9A 9F
Decimal 170 154 159
Binary 10101010 10011010 10011111
Octal 252 232 237

Shades and tints

Shades of #AA9A9F

#AA9A9F
(170,154,159)
#9B8C91
(155,140,145)
#8C7E83
(140,126,131)
#7D7075
(125,112,117)
#6E6267
(110,98,103)
#5F5459
(95,84,89)
#50464B
(80,70,75)
#41383D
(65,56,61)
#322A2F
(50,42,47)
#231C21
(35,28,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #AA9A9F

#AA9A9F
(170,154,159)
#B1A3A7
(177,163,167)
#B8ACAF
(184,172,175)
#BFB5B7
(191,181,183)
#C6BEBF
(198,190,191)
#CDC7C7
(205,199,199)
#D4D0CF
(212,208,207)
#DBD9D7
(219,217,215)
#E2E2DF
(226,226,223)
#E9EBE7
(233,235,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9A9F; }

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

This text font color is #AA9A9F.

Background Color

.myBgColor { background-color: #AA9A9F; }

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

This div background color is #AA9A9F.

Border color

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

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

This div border color is #AA9A9F.

Opacity

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

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

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

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

This text has shadow with #AA9A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9A9F.

Preview

Color preview on black background

This text has color #AA9A9F on black background.


Color preview on white background

This text has color #AA9A9F on white background.


Black color preview on #AA9A9F background

This text has black color on #AA9A9F background.


White color preview on #AA9A9F background

This text has white color on #AA9A9F background.


Related colors

Complementary color

Complementary color for #hex is #556560.


I love getcolorcode.com

Triadic colors

1 #9FAA9A and #9A9FAA with #AA9A9F are triadic colors.

2 #9F9AAA and #9AAA9F with #AA9A9F are triadic colors.