COLOR #A7AAA9

HEX: #A7AAA9
RGB: (167,170,169)

Color info

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

RGB color model

#A7AAA9 color RGB value is (167,170,169).

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

RGB channels and saturation

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

167
170
169

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

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 169 = 506 (100%)
R 167 of 506 ~ 33%
G 170 of 506 ~ 33.6%
B 169 of 506 ~ 33.4%

%33
%33.6
%33.4

CMYK color model

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

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

CMYK percentages

%1.76
%0
%0.59
%33.33

Codes

Color #A7AAA9 in popluar color models

A7AAA9
RGB167170169
HSL160°1.73%66.08%
HSB/HSV160°1.76%66.67%
CMYK1.76%0.00%0.59%
33.33%

Color #A7AAA9 in popluar number systems.

HEXA7AAA9
Decimal167170169
Binary101001111010101010101001
Octal247252251

Shades and tints

Shades of #A7AAA9

#A7AAA9
(167,170,169)
#989B9A
(152,155,154)
#898C8B
(137,140,139)
#7A7D7C
(122,125,124)
#6B6E6D
(107,110,109)
#5C5F5E
(92,95,94)
#4D504F
(77,80,79)
#3E4140
(62,65,64)
#2F3231
(47,50,49)
#202322
(32,35,34)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7AAA9

#A7AAA9
(167,170,169)
#AFB1B0
(175,177,176)
#B7B8B7
(183,184,183)
#BFBFBE
(191,191,190)
#C7C6C5
(199,198,197)
#CFCDCC
(207,205,204)
#D7D4D3
(215,212,211)
#DFDBDA
(223,219,218)
#E7E2E1
(231,226,225)
#EFE9E8
(239,233,232)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAA9; }

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

This text font color is #A7AAA9.


Background Color

.myBgColor { background-color: #A7AAA9; }

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

This div background color is #A7AAA9.


Border color

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

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

This div border color is #A7AAA9.


Opacity

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

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

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

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

This text has shadow with #A7AAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AAA9 on black background.


Color preview on white background

This text has color #A7AAA9 on white background.



Black color preview on #A7AAA9 background

This text has black color on #A7AAA9 background.


White color preview on #A7AAA9 background

This text has white color on #A7AAA9 background.