COLOR #A0A2AD

HEX: #A0A2AD
RGB: (160,162,173)

Color info

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

RGB color model

#A0A2AD color RGB value is (160,162,173).

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

RGB channels and saturation

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

160
162
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 173 = 495 (100%)
R 160 of 495 ~ 32.32%
G 162 of 495 ~ 32.73%
B 173 of 495 ~ 34.95%

%32.32
%32.73
%34.95

CMYK color model

#A0A2AD color CMYK value is (8,6,0,32).

  • cyan value is 7.51%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,6,0,32)
C8M6Y0K32 
(8%,6%,0%,32%)
(0.08/0.06/0.00/0.32)	

CMYK percentages

%7.51
%6.36
%0
%32.16

Codes

Color #A0A2AD in popluar color models

A0A2AD
RGB160162173
HSL231°7.34%65.29%
HSB/HSV231°7.51%67.84%
CMYK7.51%6.36%0.00%
32.16%

Color #A0A2AD in popluar number systems.

HEXA0A2AD
Decimal160162173
Binary101000001010001010101101
Octal240242255

Shades and tints

Shades of #A0A2AD

#A0A2AD
(160,162,173)
#92949E
(146,148,158)
#84868F
(132,134,143)
#767880
(118,120,128)
#686A71
(104,106,113)
#5A5C62
(90,92,98)
#4C4E53
(76,78,83)
#3E4044
(62,64,68)
#303235
(48,50,53)
#222426
(34,36,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #A0A2AD

#A0A2AD
(160,162,173)
#A8AAB4
(168,170,180)
#B0B2BB
(176,178,187)
#B8BAC2
(184,186,194)
#C0C2C9
(192,194,201)
#C8CAD0
(200,202,208)
#D0D2D7
(208,210,215)
#D8DADE
(216,218,222)
#E0E2E5
(224,226,229)
#E8EAEC
(232,234,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A2AD; }

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

This text font color is #A0A2AD.


Background Color

.myBgColor { background-color: #A0A2AD; }

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

This div background color is #A0A2AD.


Border color

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

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

This div border color is #A0A2AD.


Opacity

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

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

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

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

This text has shadow with #A0A2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A2AD on black background.


Color preview on white background

This text has color #A0A2AD on white background.



Black color preview on #A0A2AD background

This text has black color on #A0A2AD background.


White color preview on #A0A2AD background

This text has white color on #A0A2AD background.