COLOR #A4A0A6

HEX: #A4A0A6
RGB: (164,160,166)

Color info

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

RGB color model

#A4A0A6 color RGB value is (164,160,166).

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

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 166 of 255 = 65%

164
160
166

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

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 166 = 490 (100%)
R 164 of 490 ~ 33.47%
G 160 of 490 ~ 32.65%
B 166 of 490 ~ 33.88%

%33.47
%32.65
%33.88

CMYK color model

#A4A0A6 color CMYK value is (1,4,0,35).

  • cyan value is 1.20%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,4,0,35)
C1M4Y0K35 
(1%,4%,0%,35%)
(0.01/0.04/0.00/0.35)	

CMYK percentages

%1.2
%3.61
%0
%34.9

Codes

Color #A4A0A6 in popluar color models

A4A0A6
RGB164160166
HSL280°3.26%63.92%
HSB/HSV280°3.61%65.10%
CMYK1.20%3.61%0.00%
34.90%

Color #A4A0A6 in popluar number systems.

HEXA4A0A6
Decimal164160166
Binary101001001010000010100110
Octal244240246

Shades and tints

Shades of #A4A0A6

#A4A0A6
(164,160,166)
#969297
(150,146,151)
#888488
(136,132,136)
#7A7679
(122,118,121)
#6C686A
(108,104,106)
#5E5A5B
(94,90,91)
#504C4C
(80,76,76)
#423E3D
(66,62,61)
#34302E
(52,48,46)
#26221F
(38,34,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4A0A6

#A4A0A6
(164,160,166)
#ACA8AE
(172,168,174)
#B4B0B6
(180,176,182)
#BCB8BE
(188,184,190)
#C4C0C6
(196,192,198)
#CCC8CE
(204,200,206)
#D4D0D6
(212,208,214)
#DCD8DE
(220,216,222)
#E4E0E6
(228,224,230)
#ECE8EE
(236,232,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A0A6; }

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

This text font color is #A4A0A6.


Background Color

.myBgColor { background-color: #A4A0A6; }

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

This div background color is #A4A0A6.


Border color

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

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

This div border color is #A4A0A6.


Opacity

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

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

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

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

This text has shadow with #A4A0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A0A6 on black background.


Color preview on white background

This text has color #A4A0A6 on white background.



Black color preview on #A4A0A6 background

This text has black color on #A4A0A6 background.


White color preview on #A4A0A6 background

This text has white color on #A4A0A6 background.