COLOR #AAA79F

HEX: #AAA79F
RGB: (170,167,159)

Color info

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

RGB color model

#AAA79F color RGB value is (170,167,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 159 of 255 = 62%

170
167
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 159 = 496 (100%)
R 170 of 496 ~ 34.27%
G 167 of 496 ~ 33.67%
B 159 of 496 ~ 32.06%

%34.27
%33.67
%32.06

CMYK color model

#AAA79F color CMYK value is (0,2,6,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 6.47%
  • key color value is 33.33%
CMYK:
(0,2,6,33)
C0M2Y6K33 
(0%,2%,6%,33%)
(0.00/0.02/0.06/0.33)	

CMYK percentages

%0
%1.76
%6.47
%33.33

Codes

Color #AAA79F in popluar color models

AAA79F
RGB170167159
HSL44°6.08%64.51%
HSB/HSV44°6.47%66.67%
CMYK0.00%1.76%6.47%
33.33%

Color #AAA79F in popluar number systems.

HEXAAA79F
Decimal170167159
Binary101010101010011110011111
Octal252247237

Shades and tints

Shades of #AAA79F

#AAA79F
(170,167,159)
#9B9891
(155,152,145)
#8C8983
(140,137,131)
#7D7A75
(125,122,117)
#6E6B67
(110,107,103)
#5F5C59
(95,92,89)
#504D4B
(80,77,75)
#413E3D
(65,62,61)
#322F2F
(50,47,47)
#232021
(35,32,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AAA79F

#AAA79F
(170,167,159)
#B1AFA7
(177,175,167)
#B8B7AF
(184,183,175)
#BFBFB7
(191,191,183)
#C6C7BF
(198,199,191)
#CDCFC7
(205,207,199)
#D4D7CF
(212,215,207)
#DBDFD7
(219,223,215)
#E2E7DF
(226,231,223)
#E9EFE7
(233,239,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA79F; }

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

This text font color is #AAA79F.


Background Color

.myBgColor { background-color: #AAA79F; }

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

This div background color is #AAA79F.


Border color

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

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

This div border color is #AAA79F.


Opacity

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

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

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

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

This text has shadow with #AAA79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA79F on black background.


Color preview on white background

This text has color #AAA79F on white background.



Black color preview on #AAA79F background

This text has black color on #AAA79F background.


White color preview on #AAA79F background

This text has white color on #AAA79F background.