COLOR #AAA7A8

HEX: #AAA7A8
RGB: (170,167,168)

Color info

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

RGB color model

#AAA7A8 color RGB value is (170,167,168).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 168 of 255 = 66%

170
167
168

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 168 = 505 (100%)
R 170 of 505 ~ 33.66%
G 167 of 505 ~ 33.07%
B 168 of 505 ~ 33.27%

%33.66
%33.07
%33.27

CMYK color model

#AAA7A8 color CMYK value is (0,2,1,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 1.18%
  • key color value is 33.33%
CMYK:
(0,2,1,33)
C0M2Y1K33 
(0%,2%,1%,33%)
(0.00/0.02/0.01/0.33)	

CMYK percentages

%0
%1.76
%1.18
%33.33

Codes

Color #AAA7A8 in popluar color models

AAA7A8
RGB170167168
HSL340°1.73%66.08%
HSB/HSV340°1.76%66.67%
CMYK0.00%1.76%1.18%
33.33%

Color #AAA7A8 in popluar number systems.

HEXAAA7A8
Decimal170167168
Binary101010101010011110101000
Octal252247250

Shades and tints

Shades of #AAA7A8

#AAA7A8
(170,167,168)
#9B9899
(155,152,153)
#8C898A
(140,137,138)
#7D7A7B
(125,122,123)
#6E6B6C
(110,107,108)
#5F5C5D
(95,92,93)
#504D4E
(80,77,78)
#413E3F
(65,62,63)
#322F30
(50,47,48)
#232021
(35,32,33)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AAA7A8

#AAA7A8
(170,167,168)
#B1AFAF
(177,175,175)
#B8B7B6
(184,183,182)
#BFBFBD
(191,191,189)
#C6C7C4
(198,199,196)
#CDCFCB
(205,207,203)
#D4D7D2
(212,215,210)
#DBDFD9
(219,223,217)
#E2E7E0
(226,231,224)
#E9EFE7
(233,239,231)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7A8; }

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

This text font color is #AAA7A8.


Background Color

.myBgColor { background-color: #AAA7A8; }

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

This div background color is #AAA7A8.


Border color

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

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

This div border color is #AAA7A8.


Opacity

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

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

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

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

This text has shadow with #AAA7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7A8 on black background.


Color preview on white background

This text has color #AAA7A8 on white background.



Black color preview on #AAA7A8 background

This text has black color on #AAA7A8 background.


White color preview on #AAA7A8 background

This text has white color on #AAA7A8 background.