COLOR #A9A3A4

HEX: #A9A3A4
RGB: (169,163,164)

Color info

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

RGB color model

#A9A3A4 color RGB value is (169,163,164).

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

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 164 of 255 = 64%

169
163
164

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

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 164 = 496 (100%)
R 169 of 496 ~ 34.07%
G 163 of 496 ~ 32.86%
B 164 of 496 ~ 33.06%

%34.07
%32.86
%33.06

CMYK color model

#A9A3A4 color CMYK value is (0,4,3,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 2.96%
  • key color value is 33.73%
CMYK:
(0,4,3,34)
C0M4Y3K34 
(0%,4%,3%,34%)
(0.00/0.04/0.03/0.34)	

CMYK percentages

%0
%3.55
%2.96
%33.73

Codes

Color #A9A3A4 in popluar color models

A9A3A4
RGB169163164
HSL350°3.37%65.10%
HSB/HSV350°3.55%66.27%
CMYK0.00%3.55%2.96%
33.73%

Color #A9A3A4 in popluar number systems.

HEXA9A3A4
Decimal169163164
Binary101010011010001110100100
Octal251243244

Shades and tints

Shades of #A9A3A4

#A9A3A4
(169,163,164)
#9A9596
(154,149,150)
#8B8788
(139,135,136)
#7C797A
(124,121,122)
#6D6B6C
(109,107,108)
#5E5D5E
(94,93,94)
#4F4F50
(79,79,80)
#404142
(64,65,66)
#313334
(49,51,52)
#222526
(34,37,38)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #A9A3A4

#A9A3A4
(169,163,164)
#B0ABAC
(176,171,172)
#B7B3B4
(183,179,180)
#BEBBBC
(190,187,188)
#C5C3C4
(197,195,196)
#CCCBCC
(204,203,204)
#D3D3D4
(211,211,212)
#DADBDC
(218,219,220)
#E1E3E4
(225,227,228)
#E8EBEC
(232,235,236)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A3A4; }

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

This text font color is #A9A3A4.


Background Color

.myBgColor { background-color: #A9A3A4; }

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

This div background color is #A9A3A4.


Border color

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

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

This div border color is #A9A3A4.


Opacity

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

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

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

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

This text has shadow with #A9A3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A3A4 on black background.


Color preview on white background

This text has color #A9A3A4 on white background.



Black color preview on #A9A3A4 background

This text has black color on #A9A3A4 background.


White color preview on #A9A3A4 background

This text has white color on #A9A3A4 background.