COLOR #A3A4A1

HEX: #A3A4A1
RGB: (163,164,161)

Color info

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

RGB color model

#A3A4A1 color RGB value is (163,164,161).

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

RGB channels and saturation

R 163 of 255 = 64%
G 164 of 255 = 64%
B 161 of 255 = 63%

163
164
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 164 + 161 = 488 (100%)
R 163 of 488 ~ 33.4%
G 164 of 488 ~ 33.61%
B 161 of 488 ~ 32.99%

%33.4
%33.61
%32.99

CMYK color model

#A3A4A1 color CMYK value is (1,0,2,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(1,0,2,36)
C1M0Y2K36 
(1%,0%,2%,36%)
(0.01/0.00/0.02/0.36)	

CMYK percentages

%0.61
%0
%1.83
%35.69

Codes

Color #A3A4A1 in popluar color models

A3A4A1
RGB163164161
HSL80°1.62%63.73%
HSB/HSV80°1.83%64.31%
CMYK0.61%0.00%1.83%
35.69%

Color #A3A4A1 in popluar number systems.

HEXA3A4A1
Decimal163164161
Binary101000111010010010100001
Octal243244241

Shades and tints

Shades of #A3A4A1

#A3A4A1
(163,164,161)
#959693
(149,150,147)
#878885
(135,136,133)
#797A77
(121,122,119)
#6B6C69
(107,108,105)
#5D5E5B
(93,94,91)
#4F504D
(79,80,77)
#41423F
(65,66,63)
#333431
(51,52,49)
#252623
(37,38,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #A3A4A1

#A3A4A1
(163,164,161)
#ABACA9
(171,172,169)
#B3B4B1
(179,180,177)
#BBBCB9
(187,188,185)
#C3C4C1
(195,196,193)
#CBCCC9
(203,204,201)
#D3D4D1
(211,212,209)
#DBDCD9
(219,220,217)
#E3E4E1
(227,228,225)
#EBECE9
(235,236,233)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A4A1; }

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

This text font color is #A3A4A1.


Background Color

.myBgColor { background-color: #A3A4A1; }

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

This div background color is #A3A4A1.


Border color

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

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

This div border color is #A3A4A1.


Opacity

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

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

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

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

This text has shadow with #A3A4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A4A1 on black background.


Color preview on white background

This text has color #A3A4A1 on white background.



Black color preview on #A3A4A1 background

This text has black color on #A3A4A1 background.


White color preview on #A3A4A1 background

This text has white color on #A3A4A1 background.