COLOR #AAAF9F

HEX: #AAAF9F
RGB: (170,175,159)

Color info

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

RGB color model

#AAAF9F color RGB value is (170,175,159).

  • red value is 170;
  • green value is 175;
  • blue value is 159.
RGB:
(170,175,159)
(67%,69%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 159 of 255 = 62%

170
175
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 175 + 159 = 504 (100%)
R 170 of 504 ~ 33.73%
G 175 of 504 ~ 34.72%
B 159 of 504 ~ 31.55%

%33.73
%34.72
%31.55

CMYK color model

#AAAF9F color CMYK value is (3,0,9,31).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(3,0,9,31)
C3M0Y9K31 
(3%,0%,9%,31%)
(0.03/0.00/0.09/0.31)	

CMYK percentages

%2.86
%0
%9.14
%31.37

Codes

Color #AAAF9F in popluar color models

AAAF9F
RGB170175159
HSL79°9.09%65.49%
HSB/HSV79°9.14%68.63%
CMYK2.86%0.00%9.14%
31.37%

Color #AAAF9F in popluar number systems.

HEXAAAF9F
Decimal170175159
Binary101010101010111110011111
Octal252257237

Shades and tints

Shades of #AAAF9F

#AAAF9F
(170,175,159)
#9BA091
(155,160,145)
#8C9183
(140,145,131)
#7D8275
(125,130,117)
#6E7367
(110,115,103)
#5F6459
(95,100,89)
#50554B
(80,85,75)
#41463D
(65,70,61)
#32372F
(50,55,47)
#232821
(35,40,33)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #AAAF9F

#AAAF9F
(170,175,159)
#B1B6A7
(177,182,167)
#B8BDAF
(184,189,175)
#BFC4B7
(191,196,183)
#C6CBBF
(198,203,191)
#CDD2C7
(205,210,199)
#D4D9CF
(212,217,207)
#DBE0D7
(219,224,215)
#E2E7DF
(226,231,223)
#E9EEE7
(233,238,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAF9F; }

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

This text font color is #AAAF9F.


Background Color

.myBgColor { background-color: #AAAF9F; }

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

This div background color is #AAAF9F.


Border color

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

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

This div border color is #AAAF9F.


Opacity

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

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

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

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

This text has shadow with #AAAF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAF9F on black background.


Color preview on white background

This text has color #AAAF9F on white background.



Black color preview on #AAAF9F background

This text has black color on #AAAF9F background.


White color preview on #AAAF9F background

This text has white color on #AAAF9F background.