COLOR #A9A3A1

HEX: #A9A3A1
RGB: (169,163,161)

Color info

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

RGB color model

#A9A3A1 color RGB value is (169,163,161).

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

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 161 of 255 = 63%

169
163
161

R + G + B ~ 64%. #A9A3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 161 = 493 (100%)
R 169 of 493 ~ 34.28%
G 163 of 493 ~ 33.06%
B 161 of 493 ~ 32.66%

%34.28
%33.06
%32.66

CMYK color model

#A9A3A1 color CMYK value is (0,4,5,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,4,5,34)
C0M4Y5K34 
(0%,4%,5%,34%)
(0.00/0.04/0.05/0.34)	

CMYK percentages

%0
%3.55
%4.73
%33.73

Codes

Color #A9A3A1 in popluar color models

A9A3A1
RGB169163161
HSL15°4.44%64.71%
HSB/HSV15°4.73%66.27%
CMYK0.00%3.55%4.73%
33.73%

Color #A9A3A1 in popluar number systems.

HEXA9A3A1
Decimal169163161
Binary101010011010001110100001
Octal251243241

Shades and tints

Shades of #A9A3A1

#A9A3A1
(169,163,161)
#9A9593
(154,149,147)
#8B8785
(139,135,133)
#7C7977
(124,121,119)
#6D6B69
(109,107,105)
#5E5D5B
(94,93,91)
#4F4F4D
(79,79,77)
#40413F
(64,65,63)
#313331
(49,51,49)
#222523
(34,37,35)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9A3A1

#A9A3A1
(169,163,161)
#B0ABA9
(176,171,169)
#B7B3B1
(183,179,177)
#BEBBB9
(190,187,185)
#C5C3C1
(197,195,193)
#CCCBC9
(204,203,201)
#D3D3D1
(211,211,209)
#DADBD9
(218,219,217)
#E1E3E1
(225,227,225)
#E8EBE9
(232,235,233)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A3A1; }

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

This text font color is #A9A3A1.


Background Color

.myBgColor { background-color: #A9A3A1; }

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

This div background color is #A9A3A1.


Border color

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

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

This div border color is #A9A3A1.


Opacity

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

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

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

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

This text has shadow with #A9A3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A3A1 on black background.


Color preview on white background

This text has color #A9A3A1 on white background.



Black color preview on #A9A3A1 background

This text has black color on #A9A3A1 background.


White color preview on #A9A3A1 background

This text has white color on #A9A3A1 background.