COLOR #A9A4AC

HEX: #A9A4AC RGB: (169,164,172)

Color info

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

RGB color model

#A9A4AC color RGB value is (169,164,172).

RGB: (169,164,172) (66%, 64%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 164 of 255 = 64%
B 172 of 255 = 67%

169
164
172

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

Portions of RGB colors in percentages

R + G + B = 169 + 164 + 172 = 505 (100%)
R 169 of 505 ~ 33.47%
G 164 of 505 ~ 32.48%
B 172 of 505 ~ 34.06'%

%33.47
%32.48
%34.06

CMYK color model

#A9A4AC color CMYK value is (2,5,0,33).

  • cyan value is 1.74%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (2,5,0,33)
C2M5Y0K33 (2%, 5%, 0%, 33%)
(0.02 / 0.05 / 0.00 / 0.33)

CMYK percentages

%1.74
%4.65
%0
%32.55

Codes

Color #A9A4AC in popluar color models

A9 A4 AC
RGB 169 164 172
HSL 278° 4.60% 65.88%
HSB/HSV 278° 4.65% 67.45%
CMYK 1.74% 4.65% 0.00%
32.55%

Color #A9A4AC in popluar number systems.

HEX A9 A4 AC
Decimal 169 164 172
Binary 10101001 10100100 10101100
Octal 251 244 254

Shades and tints

Shades of #A9A4AC

#A9A4AC
(169,164,172)
#9A969D
(154,150,157)
#8B888E
(139,136,142)
#7C7A7F
(124,122,127)
#6D6C70
(109,108,112)
#5E5E61
(94,94,97)
#4F5052
(79,80,82)
#404243
(64,66,67)
#313434
(49,52,52)
#222625
(34,38,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9A4AC

#A9A4AC
(169,164,172)
#B0ACB3
(176,172,179)
#B7B4BA
(183,180,186)
#BEBCC1
(190,188,193)
#C5C4C8
(197,196,200)
#CCCCCF
(204,204,207)
#D3D4D6
(211,212,214)
#DADCDD
(218,220,221)
#E1E4E4
(225,228,228)
#E8ECEB
(232,236,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A4AC; }

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

This text font color is #A9A4AC.

Background Color

.myBgColor { background-color: #A9A4AC; }

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

This div background color is #A9A4AC.

Border color

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

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

This div border color is #A9A4AC.

Opacity

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

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

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

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

This text has shadow with #A9A4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A4AC.

Preview

Color preview on black background

This text has color #A9A4AC on black background.


Color preview on white background

This text has color #A9A4AC on white background.


Black color preview on #A9A4AC background

This text has black color on #A9A4AC background.


White color preview on #A9A4AC background

This text has white color on #A9A4AC background.


Related colors

Complementary color

Complementary color for #hex is #565B53.


I love getcolorcode.com

Triadic colors

1 #ACA9A4 and #A4ACA9 with #A9A4AC are triadic colors.

2 #ACA4A9 and #A4A9AC with #A9A4AC are triadic colors.