COLOR #A9A7AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
167
170

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

Portions of RGB colors in percentages

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

%33.4
%33
%33.6

CMYK color model

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

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

CMYK percentages

%0.59
%1.76
%0
%33.33

Codes

Color #A9A7AA in popluar color models

A9A7AA
RGB169167170
HSL280°1.73%66.08%
HSB/HSV280°1.76%66.67%
CMYK0.59%1.76%0.00%
33.33%

Color #A9A7AA in popluar number systems.

HEXA9A7AA
Decimal169167170
Binary101010011010011110101010
Octal251247252

Shades and tints

Shades of #A9A7AA

#A9A7AA
(169,167,170)
#9A989B
(154,152,155)
#8B898C
(139,137,140)
#7C7A7D
(124,122,125)
#6D6B6E
(109,107,110)
#5E5C5F
(94,92,95)
#4F4D50
(79,77,80)
#403E41
(64,62,65)
#312F32
(49,47,50)
#222023
(34,32,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A9A7AA

#A9A7AA
(169,167,170)
#B0AFB1
(176,175,177)
#B7B7B8
(183,183,184)
#BEBFBF
(190,191,191)
#C5C7C6
(197,199,198)
#CCCFCD
(204,207,205)
#D3D7D4
(211,215,212)
#DADFDB
(218,223,219)
#E1E7E2
(225,231,226)
#E8EFE9
(232,239,233)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A7AA; }

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

This text font color is #A9A7AA.


Background Color

.myBgColor { background-color: #A9A7AA; }

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

This div background color is #A9A7AA.


Border color

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

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

This div border color is #A9A7AA.


Opacity

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

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

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

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

This text has shadow with #A9A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A7AA on black background.


Color preview on white background

This text has color #A9A7AA on white background.



Black color preview on #A9A7AA background

This text has black color on #A9A7AA background.


White color preview on #A9A7AA background

This text has white color on #A9A7AA background.