COLOR #A2A0A0

HEX: #A2A0A0
RGB: (162,160,160)

Color info

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

RGB color model

#A2A0A0 color RGB value is (162,160,160).

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

RGB channels and saturation

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

162
160
160

R + G + B ~ 63%. #A2A0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 160 + 160 = 482 (100%)
R 162 of 482 ~ 33.61%
G 160 of 482 ~ 33.2%
B 160 of 482 ~ 33.2%

%33.61
%33.2
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(0,1,1,36)
C0M1Y1K36 
(0%,1%,1%,36%)
(0.00/0.01/0.01/0.36)	

CMYK percentages

%0
%1.23
%1.23
%36.47

Codes

Color #A2A0A0 in popluar color models

A2A0A0
RGB162160160
HSL1.06%63.14%
HSB/HSV1.23%63.53%
CMYK0.00%1.23%1.23%
36.47%

Color #A2A0A0 in popluar number systems.

HEXA2A0A0
Decimal162160160
Binary101000101010000010100000
Octal242240240

Shades and tints

Shades of #A2A0A0

#A2A0A0
(162,160,160)
#949292
(148,146,146)
#868484
(134,132,132)
#787676
(120,118,118)
#6A6868
(106,104,104)
#5C5A5A
(92,90,90)
#4E4C4C
(78,76,76)
#403E3E
(64,62,62)
#323030
(50,48,48)
#242222
(36,34,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A2A0A0

#A2A0A0
(162,160,160)
#AAA8A8
(170,168,168)
#B2B0B0
(178,176,176)
#BAB8B8
(186,184,184)
#C2C0C0
(194,192,192)
#CAC8C8
(202,200,200)
#D2D0D0
(210,208,208)
#DAD8D8
(218,216,216)
#E2E0E0
(226,224,224)
#EAE8E8
(234,232,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A0A0; }

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

This text font color is #A2A0A0.


Background Color

.myBgColor { background-color: #A2A0A0; }

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

This div background color is #A2A0A0.


Border color

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

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

This div border color is #A2A0A0.


Opacity

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

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

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

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

This text has shadow with #A2A0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A0A0 on black background.


Color preview on white background

This text has color #A2A0A0 on white background.



Black color preview on #A2A0A0 background

This text has black color on #A2A0A0 background.


White color preview on #A2A0A0 background

This text has white color on #A2A0A0 background.