COLOR #A9A5A4

HEX: #A9A5A4 RGB: (169,165,164)

Color info

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

RGB color model

#A9A5A4 color RGB value is (169,165,164).

RGB: (169,165,164) (66%, 65%, 64%)

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 164 of 255 = 64%

169
165
164

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

Portions of RGB colors in percentages

R + G + B = 169 + 165 + 164 = 498 (100%)
R 169 of 498 ~ 33.94%
G 165 of 498 ~ 33.13%
B 164 of 498 ~ 32.93'%

%33.94
%33.13
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 2.96%
  • key color value is 33.73%

CMYK: (0,2,3,34)
C0M2Y3K34 (0%, 2%, 3%, 34%)
(0.00 / 0.02 / 0.03 / 0.34)

CMYK percentages

%0
%2.37
%2.96
%33.73

Codes

Color #A9A5A4 in popluar color models

A9 A5 A4
RGB 169 165 164
HSL 12° 2.82% 65.29%
HSB/HSV 12° 2.96% 66.27%
CMYK 0.00% 2.37% 2.96%
33.73%

Color #A9A5A4 in popluar number systems.

HEX A9 A5 A4
Decimal 169 165 164
Binary 10101001 10100101 10100100
Octal 251 245 244

Shades and tints

Shades of #A9A5A4

#A9A5A4
(169,165,164)
#9A9696
(154,150,150)
#8B8788
(139,135,136)
#7C787A
(124,120,122)
#6D696C
(109,105,108)
#5E5A5E
(94,90,94)
#4F4B50
(79,75,80)
#403C42
(64,60,66)
#312D34
(49,45,52)
#221E26
(34,30,38)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #A9A5A4

#A9A5A4
(169,165,164)
#B0ADAC
(176,173,172)
#B7B5B4
(183,181,180)
#BEBDBC
(190,189,188)
#C5C5C4
(197,197,196)
#CCCDCC
(204,205,204)
#D3D5D4
(211,213,212)
#DADDDC
(218,221,220)
#E1E5E4
(225,229,228)
#E8EDEC
(232,237,236)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A5A4; }

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

This text font color is #A9A5A4.

Background Color

.myBgColor { background-color: #A9A5A4; }

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

This div background color is #A9A5A4.

Border color

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

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

This div border color is #A9A5A4.

Opacity

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

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

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

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

This text has shadow with #A9A5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A5A4.

Preview

Color preview on black background

This text has color #A9A5A4 on black background.


Color preview on white background

This text has color #A9A5A4 on white background.


Black color preview on #A9A5A4 background

This text has black color on #A9A5A4 background.


White color preview on #A9A5A4 background

This text has white color on #A9A5A4 background.


Related colors

Complementary color

Complementary color for #hex is #565A5B.


I love getcolorcode.com

Triadic colors

1 #A4A9A5 and #A5A4A9 with #A9A5A4 are triadic colors.

2 #A4A5A9 and #A5A9A4 with #A9A5A4 are triadic colors.