COLOR #AAA89F

HEX: #AAA89F
RGB: (170,168,159)

Color info

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

RGB color model

#AAA89F color RGB value is (170,168,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 159 of 255 = 62%

170
168
159

R + G + B ~ 65%. #AAA89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 159 = 497 (100%)
R 170 of 497 ~ 34.21%
G 168 of 497 ~ 33.8%
B 159 of 497 ~ 31.99%

%34.21
%33.8
%31.99

CMYK color model

#AAA89F color CMYK value is (0,1,6,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,1,6,33)
C0M1Y6K33 
(0%,1%,6%,33%)
(0.00/0.01/0.06/0.33)	

CMYK percentages

%0
%1.18
%6.47
%33.33

Codes

Color #AAA89F in popluar color models

AAA89F
RGB170168159
HSL49°6.08%64.51%
HSB/HSV49°6.47%66.67%
CMYK0.00%1.18%6.47%
33.33%

Color #AAA89F in popluar number systems.

HEXAAA89F
Decimal170168159
Binary101010101010100010011111
Octal252250237

Shades and tints

Shades of #AAA89F

#AAA89F
(170,168,159)
#9B9991
(155,153,145)
#8C8A83
(140,138,131)
#7D7B75
(125,123,117)
#6E6C67
(110,108,103)
#5F5D59
(95,93,89)
#504E4B
(80,78,75)
#413F3D
(65,63,61)
#32302F
(50,48,47)
#232121
(35,33,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AAA89F

#AAA89F
(170,168,159)
#B1AFA7
(177,175,167)
#B8B6AF
(184,182,175)
#BFBDB7
(191,189,183)
#C6C4BF
(198,196,191)
#CDCBC7
(205,203,199)
#D4D2CF
(212,210,207)
#DBD9D7
(219,217,215)
#E2E0DF
(226,224,223)
#E9E7E7
(233,231,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA89F; }

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

This text font color is #AAA89F.


Background Color

.myBgColor { background-color: #AAA89F; }

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

This div background color is #AAA89F.


Border color

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

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

This div border color is #AAA89F.


Opacity

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

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

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

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

This text has shadow with #AAA89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA89F on black background.


Color preview on white background

This text has color #AAA89F on white background.



Black color preview on #AAA89F background

This text has black color on #AAA89F background.


White color preview on #AAA89F background

This text has white color on #AAA89F background.