COLOR #A4A3A0

HEX: #A4A3A0
RGB: (164,163,160)

Color info

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

RGB color model

#A4A3A0 color RGB value is (164,163,160).

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

RGB channels and saturation

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

164
163
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 160 = 487 (100%)
R 164 of 487 ~ 33.68%
G 163 of 487 ~ 33.47%
B 160 of 487 ~ 32.85%

%33.68
%33.47
%32.85

CMYK color model

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

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

CMYK percentages

%0
%0.61
%2.44
%35.69

Codes

Color #A4A3A0 in popluar color models

A4A3A0
RGB164163160
HSL45°2.15%63.53%
HSB/HSV45°2.44%64.31%
CMYK0.00%0.61%2.44%
35.69%

Color #A4A3A0 in popluar number systems.

HEXA4A3A0
Decimal164163160
Binary101001001010001110100000
Octal244243240

Shades and tints

Shades of #A4A3A0

#A4A3A0
(164,163,160)
#969592
(150,149,146)
#888784
(136,135,132)
#7A7976
(122,121,118)
#6C6B68
(108,107,104)
#5E5D5A
(94,93,90)
#504F4C
(80,79,76)
#42413E
(66,65,62)
#343330
(52,51,48)
#262522
(38,37,34)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A4A3A0

#A4A3A0
(164,163,160)
#ACABA8
(172,171,168)
#B4B3B0
(180,179,176)
#BCBBB8
(188,187,184)
#C4C3C0
(196,195,192)
#CCCBC8
(204,203,200)
#D4D3D0
(212,211,208)
#DCDBD8
(220,219,216)
#E4E3E0
(228,227,224)
#ECEBE8
(236,235,232)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A3A0; }

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

This text font color is #A4A3A0.


Background Color

.myBgColor { background-color: #A4A3A0; }

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

This div background color is #A4A3A0.


Border color

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

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

This div border color is #A4A3A0.


Opacity

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

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

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

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

This text has shadow with #A4A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A3A0 on black background.


Color preview on white background

This text has color #A4A3A0 on white background.



Black color preview on #A4A3A0 background

This text has black color on #A4A3A0 background.


White color preview on #A4A3A0 background

This text has white color on #A4A3A0 background.