COLOR #A0A4AD

HEX: #A0A4AD
RGB: (160,164,173)

Color info

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

RGB color model

#A0A4AD color RGB value is (160,164,173).

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

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 173 of 255 = 68%

160
164
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 164 + 173 = 497 (100%)
R 160 of 497 ~ 32.19%
G 164 of 497 ~ 33%
B 173 of 497 ~ 34.81%

%32.19
%33
%34.81

CMYK color model

#A0A4AD color CMYK value is (8,5,0,32).

  • cyan value is 7.51%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,5,0,32)
C8M5Y0K32 
(8%,5%,0%,32%)
(0.08/0.05/0.00/0.32)	

CMYK percentages

%7.51
%5.2
%0
%32.16

Codes

Color #A0A4AD in popluar color models

A0A4AD
RGB160164173
HSL222°7.34%65.29%
HSB/HSV222°7.51%67.84%
CMYK7.51%5.20%0.00%
32.16%

Color #A0A4AD in popluar number systems.

HEXA0A4AD
Decimal160164173
Binary101000001010010010101101
Octal240244255

Shades and tints

Shades of #A0A4AD

#A0A4AD
(160,164,173)
#92969E
(146,150,158)
#84888F
(132,136,143)
#767A80
(118,122,128)
#686C71
(104,108,113)
#5A5E62
(90,94,98)
#4C5053
(76,80,83)
#3E4244
(62,66,68)
#303435
(48,52,53)
#222626
(34,38,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #A0A4AD

#A0A4AD
(160,164,173)
#A8ACB4
(168,172,180)
#B0B4BB
(176,180,187)
#B8BCC2
(184,188,194)
#C0C4C9
(192,196,201)
#C8CCD0
(200,204,208)
#D0D4D7
(208,212,215)
#D8DCDE
(216,220,222)
#E0E4E5
(224,228,229)
#E8ECEC
(232,236,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A4AD; }

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

This text font color is #A0A4AD.


Background Color

.myBgColor { background-color: #A0A4AD; }

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

This div background color is #A0A4AD.


Border color

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

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

This div border color is #A0A4AD.


Opacity

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

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

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

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

This text has shadow with #A0A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A4AD on black background.


Color preview on white background

This text has color #A0A4AD on white background.



Black color preview on #A0A4AD background

This text has black color on #A0A4AD background.


White color preview on #A0A4AD background

This text has white color on #A0A4AD background.