COLOR #A4A3AD

HEX: #A4A3AD
RGB: (164,163,173)

Color info

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

RGB color model

#A4A3AD color RGB value is (164,163,173).

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

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 173 of 255 = 68%

164
163
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 173 = 500 (100%)
R 164 of 500 ~ 32.8%
G 163 of 500 ~ 32.6%
B 173 of 500 ~ 34.6%

%32.8
%32.6
%34.6

CMYK color model

#A4A3AD color CMYK value is (5,6,0,32).

  • cyan value is 5.20%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,6,0,32)
C5M6Y0K32 
(5%,6%,0%,32%)
(0.05/0.06/0.00/0.32)	

CMYK percentages

%5.2
%5.78
%0
%32.16

Codes

Color #A4A3AD in popluar color models

A4A3AD
RGB164163173
HSL246°5.75%65.88%
HSB/HSV246°5.78%67.84%
CMYK5.20%5.78%0.00%
32.16%

Color #A4A3AD in popluar number systems.

HEXA4A3AD
Decimal164163173
Binary101001001010001110101101
Octal244243255

Shades and tints

Shades of #A4A3AD

#A4A3AD
(164,163,173)
#96959E
(150,149,158)
#88878F
(136,135,143)
#7A7980
(122,121,128)
#6C6B71
(108,107,113)
#5E5D62
(94,93,98)
#504F53
(80,79,83)
#424144
(66,65,68)
#343335
(52,51,53)
#262526
(38,37,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4A3AD

#A4A3AD
(164,163,173)
#ACABB4
(172,171,180)
#B4B3BB
(180,179,187)
#BCBBC2
(188,187,194)
#C4C3C9
(196,195,201)
#CCCBD0
(204,203,208)
#D4D3D7
(212,211,215)
#DCDBDE
(220,219,222)
#E4E3E5
(228,227,229)
#ECEBEC
(236,235,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A3AD; }

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

This text font color is #A4A3AD.


Background Color

.myBgColor { background-color: #A4A3AD; }

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

This div background color is #A4A3AD.


Border color

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

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

This div border color is #A4A3AD.


Opacity

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

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

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

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

This text has shadow with #A4A3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A3AD on black background.


Color preview on white background

This text has color #A4A3AD on white background.



Black color preview on #A4A3AD background

This text has black color on #A4A3AD background.


White color preview on #A4A3AD background

This text has white color on #A4A3AD background.