COLOR #A9A5AC

HEX: #A9A5AC
RGB: (169,165,172)

Color info

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

RGB color model

#A9A5AC color RGB value is (169,165,172).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 172 of 255 = 67%

169
165
172

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 172 = 506 (100%)
R 169 of 506 ~ 33.4%
G 165 of 506 ~ 32.61%
B 172 of 506 ~ 33.99%

%33.4
%32.61
%33.99

CMYK color model

#A9A5AC color CMYK value is (2,4,0,33).

  • cyan value is 1.74%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(2,4,0,33)
C2M4Y0K33 
(2%,4%,0%,33%)
(0.02/0.04/0.00/0.33)	

CMYK percentages

%1.74
%4.07
%0
%32.55

Codes

Color #A9A5AC in popluar color models

A9A5AC
RGB169165172
HSL274°4.05%66.08%
HSB/HSV274°4.07%67.45%
CMYK1.74%4.07%0.00%
32.55%

Color #A9A5AC in popluar number systems.

HEXA9A5AC
Decimal169165172
Binary101010011010010110101100
Octal251245254

Shades and tints

Shades of #A9A5AC

#A9A5AC
(169,165,172)
#9A969D
(154,150,157)
#8B878E
(139,135,142)
#7C787F
(124,120,127)
#6D6970
(109,105,112)
#5E5A61
(94,90,97)
#4F4B52
(79,75,82)
#403C43
(64,60,67)
#312D34
(49,45,52)
#221E25
(34,30,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A9A5AC

#A9A5AC
(169,165,172)
#B0ADB3
(176,173,179)
#B7B5BA
(183,181,186)
#BEBDC1
(190,189,193)
#C5C5C8
(197,197,200)
#CCCDCF
(204,205,207)
#D3D5D6
(211,213,214)
#DADDDD
(218,221,221)
#E1E5E4
(225,229,228)
#E8EDEB
(232,237,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A5AC; }

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

This text font color is #A9A5AC.


Background Color

.myBgColor { background-color: #A9A5AC; }

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

This div background color is #A9A5AC.


Border color

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

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

This div border color is #A9A5AC.


Opacity

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

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

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

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

This text has shadow with #A9A5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5AC on black background.


Color preview on white background

This text has color #A9A5AC on white background.



Black color preview on #A9A5AC background

This text has black color on #A9A5AC background.


White color preview on #A9A5AC background

This text has white color on #A9A5AC background.