COLOR #A9A4AA

HEX: #A9A4AA
RGB: (169,164,170)

Color info

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

RGB color model

#A9A4AA color RGB value is (169,164,170).

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

RGB channels and saturation

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

169
164
170

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

Portions of RGB colors in percentages

R + G + B =
169 + 164 + 170 = 503 (100%)
R 169 of 503 ~ 33.6%
G 164 of 503 ~ 32.6%
B 170 of 503 ~ 33.8%

%33.6
%32.6
%33.8

CMYK color model

#A9A4AA color CMYK value is (1,4,0,33).

  • cyan value is 0.59%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,4,0,33)
C1M4Y0K33 
(1%,4%,0%,33%)
(0.01/0.04/0.00/0.33)	

CMYK percentages

%0.59
%3.53
%0
%33.33

Codes

Color #A9A4AA in popluar color models

A9A4AA
RGB169164170
HSL290°3.41%65.49%
HSB/HSV290°3.53%66.67%
CMYK0.59%3.53%0.00%
33.33%

Color #A9A4AA in popluar number systems.

HEXA9A4AA
Decimal169164170
Binary101010011010010010101010
Octal251244252

Shades and tints

Shades of #A9A4AA

#A9A4AA
(169,164,170)
#9A969B
(154,150,155)
#8B888C
(139,136,140)
#7C7A7D
(124,122,125)
#6D6C6E
(109,108,110)
#5E5E5F
(94,94,95)
#4F5050
(79,80,80)
#404241
(64,66,65)
#313432
(49,52,50)
#222623
(34,38,35)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #A9A4AA

#A9A4AA
(169,164,170)
#B0ACB1
(176,172,177)
#B7B4B8
(183,180,184)
#BEBCBF
(190,188,191)
#C5C4C6
(197,196,198)
#CCCCCD
(204,204,205)
#D3D4D4
(211,212,212)
#DADCDB
(218,220,219)
#E1E4E2
(225,228,226)
#E8ECE9
(232,236,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A4AA; }

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

This text font color is #A9A4AA.


Background Color

.myBgColor { background-color: #A9A4AA; }

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

This div background color is #A9A4AA.


Border color

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

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

This div border color is #A9A4AA.


Opacity

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

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

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

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

This text has shadow with #A9A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A4AA on black background.


Color preview on white background

This text has color #A9A4AA on white background.



Black color preview on #A9A4AA background

This text has black color on #A9A4AA background.


White color preview on #A9A4AA background

This text has white color on #A9A4AA background.