COLOR #AAA79A

HEX: #AAA79A
RGB: (170,167,154)

Color info

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

RGB color model

#AAA79A color RGB value is (170,167,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 154 of 255 = 60%

170
167
154

R + G + B ~ 64%. #AAA79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 154 = 491 (100%)
R 170 of 491 ~ 34.62%
G 167 of 491 ~ 34.01%
B 154 of 491 ~ 31.36%

%34.62
%34.01
%31.36

CMYK color model

#AAA79A color CMYK value is (0,2,9,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,2,9,33)
C0M2Y9K33 
(0%,2%,9%,33%)
(0.00/0.02/0.09/0.33)	

CMYK percentages

%0
%1.76
%9.41
%33.33

Codes

Color #AAA79A in popluar color models

AAA79A
RGB170167154
HSL49°8.60%63.53%
HSB/HSV49°9.41%66.67%
CMYK0.00%1.76%9.41%
33.33%

Color #AAA79A in popluar number systems.

HEXAAA79A
Decimal170167154
Binary101010101010011110011010
Octal252247232

Shades and tints

Shades of #AAA79A

#AAA79A
(170,167,154)
#9B988C
(155,152,140)
#8C897E
(140,137,126)
#7D7A70
(125,122,112)
#6E6B62
(110,107,98)
#5F5C54
(95,92,84)
#504D46
(80,77,70)
#413E38
(65,62,56)
#322F2A
(50,47,42)
#23201C
(35,32,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AAA79A

#AAA79A
(170,167,154)
#B1AFA3
(177,175,163)
#B8B7AC
(184,183,172)
#BFBFB5
(191,191,181)
#C6C7BE
(198,199,190)
#CDCFC7
(205,207,199)
#D4D7D0
(212,215,208)
#DBDFD9
(219,223,217)
#E2E7E2
(226,231,226)
#E9EFEB
(233,239,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA79A; }

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

This text font color is #AAA79A.


Background Color

.myBgColor { background-color: #AAA79A; }

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

This div background color is #AAA79A.


Border color

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

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

This div border color is #AAA79A.


Opacity

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

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

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

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

This text has shadow with #AAA79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA79A on black background.


Color preview on white background

This text has color #AAA79A on white background.



Black color preview on #AAA79A background

This text has black color on #AAA79A background.


White color preview on #AAA79A background

This text has white color on #AAA79A background.