COLOR #AAA797

HEX: #AAA797
RGB: (170,167,151)

Color info

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

RGB color model

#AAA797 color RGB value is (170,167,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 151 of 255 = 59%

170
167
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 151 = 488 (100%)
R 170 of 488 ~ 34.84%
G 167 of 488 ~ 34.22%
B 151 of 488 ~ 30.94%

%34.84
%34.22
%30.94

CMYK color model

#AAA797 color CMYK value is (0,2,11,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,2,11,33)
C0M2Y11K33 
(0%,2%,11%,33%)
(0.00/0.02/0.11/0.33)	

CMYK percentages

%0
%1.76
%11.18
%33.33

Codes

Color #AAA797 in popluar color models

AAA797
RGB170167151
HSL51°10.05%62.94%
HSB/HSV51°11.18%66.67%
CMYK0.00%1.76%11.18%
33.33%

Color #AAA797 in popluar number systems.

HEXAAA797
Decimal170167151
Binary101010101010011110010111
Octal252247227

Shades and tints

Shades of #AAA797

#AAA797
(170,167,151)
#9B988A
(155,152,138)
#8C897D
(140,137,125)
#7D7A70
(125,122,112)
#6E6B63
(110,107,99)
#5F5C56
(95,92,86)
#504D49
(80,77,73)
#413E3C
(65,62,60)
#322F2F
(50,47,47)
#232022
(35,32,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AAA797

#AAA797
(170,167,151)
#B1AFA0
(177,175,160)
#B8B7A9
(184,183,169)
#BFBFB2
(191,191,178)
#C6C7BB
(198,199,187)
#CDCFC4
(205,207,196)
#D4D7CD
(212,215,205)
#DBDFD6
(219,223,214)
#E2E7DF
(226,231,223)
#E9EFE8
(233,239,232)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA797; }

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

This text font color is #AAA797.


Background Color

.myBgColor { background-color: #AAA797; }

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

This div background color is #AAA797.


Border color

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

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

This div border color is #AAA797.


Opacity

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

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

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

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

This text has shadow with #AAA797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA797 on black background.


Color preview on white background

This text has color #AAA797 on white background.



Black color preview on #AAA797 background

This text has black color on #AAA797 background.


White color preview on #AAA797 background

This text has white color on #AAA797 background.