COLOR #A9A5A6

HEX: #A9A5A6
RGB: (169,165,166)

Color info

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

RGB color model

#A9A5A6 color RGB value is (169,165,166).

  • red value is 169;
  • green value is 165;
  • blue value is 166.
RGB:
(169,165,166)
(66%,65%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 166 of 255 = 65%

169
165
166

R + G + B ~ 65%. #A9A5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 166 = 500 (100%)
R 169 of 500 ~ 33.8%
G 165 of 500 ~ 33%
B 166 of 500 ~ 33.2%

%33.8
%33
%33.2

CMYK color model

#A9A5A6 color CMYK value is (0,2,2,34).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 1.78%
  • key color value is 33.73%
CMYK:
(0,2,2,34)
C0M2Y2K34 
(0%,2%,2%,34%)
(0.00/0.02/0.02/0.34)	

CMYK percentages

%0
%2.37
%1.78
%33.73

Codes

Color #A9A5A6 in popluar color models

A9A5A6
RGB169165166
HSL345°2.27%65.49%
HSB/HSV345°2.37%66.27%
CMYK0.00%2.37%1.78%
33.73%

Color #A9A5A6 in popluar number systems.

HEXA9A5A6
Decimal169165166
Binary101010011010010110100110
Octal251245246

Shades and tints

Shades of #A9A5A6

#A9A5A6
(169,165,166)
#9A9697
(154,150,151)
#8B8788
(139,135,136)
#7C7879
(124,120,121)
#6D696A
(109,105,106)
#5E5A5B
(94,90,91)
#4F4B4C
(79,75,76)
#403C3D
(64,60,61)
#312D2E
(49,45,46)
#221E1F
(34,30,31)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A9A5A6

#A9A5A6
(169,165,166)
#B0ADAE
(176,173,174)
#B7B5B6
(183,181,182)
#BEBDBE
(190,189,190)
#C5C5C6
(197,197,198)
#CCCDCE
(204,205,206)
#D3D5D6
(211,213,214)
#DADDDE
(218,221,222)
#E1E5E6
(225,229,230)
#E8EDEE
(232,237,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A5A6 color. Also use rgb(169,165,166) instead hex code.

Text Font Color

.myTextColor { color: #A9A5A6; }

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

This text font color is #A9A5A6.


Background Color

.myBgColor { background-color: #A9A5A6; }

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

This div background color is #A9A5A6.


Border color

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

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

This div border color is #A9A5A6.


Opacity

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

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

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

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

This text has shadow with #A9A5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5A6 on black background.


Color preview on white background

This text has color #A9A5A6 on white background.



Black color preview on #A9A5A6 background

This text has black color on #A9A5A6 background.


White color preview on #A9A5A6 background

This text has white color on #A9A5A6 background.