COLOR #AA9B9F

HEX: #AA9B9F RGB: (170,155,159)

Color info

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

RGB color model

#AA9B9F color RGB value is (170,155,159).

RGB: (170,155,159) (67%, 61%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 159 of 255 = 62%

170
155
159

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

Portions of RGB colors in percentages

R + G + B = 170 + 155 + 159 = 484 (100%)
R 170 of 484 ~ 35.12%
G 155 of 484 ~ 32.02%
B 159 of 484 ~ 32.85'%

%35.12
%32.02
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.82%
  • 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
%8.82
%6.47
%33.33

Codes

Color #AA9B9F in popluar color models

AA 9B 9F
RGB 170 155 159
HSL 344° 8.11% 63.73%
HSB/HSV 344° 8.82% 66.67%
CMYK 0.00% 8.82% 6.47%
33.33%

Color #AA9B9F in popluar number systems.

HEX AA 9B 9F
Decimal 170 155 159
Binary 10101010 10011011 10011111
Octal 252 233 237

Shades and tints

Shades of #AA9B9F

#AA9B9F
(170,155,159)
#9B8D91
(155,141,145)
#8C7F83
(140,127,131)
#7D7175
(125,113,117)
#6E6367
(110,99,103)
#5F5559
(95,85,89)
#50474B
(80,71,75)
#41393D
(65,57,61)
#322B2F
(50,43,47)
#231D21
(35,29,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA9B9F

#AA9B9F
(170,155,159)
#B1A4A7
(177,164,167)
#B8ADAF
(184,173,175)
#BFB6B7
(191,182,183)
#C6BFBF
(198,191,191)
#CDC8C7
(205,200,199)
#D4D1CF
(212,209,207)
#DBDAD7
(219,218,215)
#E2E3DF
(226,227,223)
#E9ECE7
(233,236,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B9F; }

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

This text font color is #AA9B9F.

Background Color

.myBgColor { background-color: #AA9B9F; }

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

This div background color is #AA9B9F.

Border color

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

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

This div border color is #AA9B9F.

Opacity

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

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

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

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

This text has shadow with #AA9B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9B9F.

Preview

Color preview on black background

This text has color #AA9B9F on black background.


Color preview on white background

This text has color #AA9B9F on white background.


Black color preview on #AA9B9F background

This text has black color on #AA9B9F background.


White color preview on #AA9B9F background

This text has white color on #AA9B9F background.


Related colors

Complementary color

Complementary color for #hex is #556460.


I love getcolorcode.com

Triadic colors

1 #9FAA9B and #9B9FAA with #AA9B9F are triadic colors.

2 #9F9BAA and #9BAA9F with #AA9B9F are triadic colors.