COLOR #A2A0A8

HEX: #A2A0A8
RGB: (162,160,168)

Color info

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

RGB color model

#A2A0A8 color RGB value is (162,160,168).

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

RGB channels and saturation

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

162
160
168

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

Portions of RGB colors in percentages

R + G + B =
162 + 160 + 168 = 490 (100%)
R 162 of 490 ~ 33.06%
G 160 of 490 ~ 32.65%
B 168 of 490 ~ 34.29%

%33.06
%32.65
%34.29

CMYK color model

#A2A0A8 color CMYK value is (4,5,0,34).

  • cyan value is 3.57%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(4,5,0,34)
C4M5Y0K34 
(4%,5%,0%,34%)
(0.04/0.05/0.00/0.34)	

CMYK percentages

%3.57
%4.76
%0
%34.12

Codes

Color #A2A0A8 in popluar color models

A2A0A8
RGB162160168
HSL255°4.40%64.31%
HSB/HSV255°4.76%65.88%
CMYK3.57%4.76%0.00%
34.12%

Color #A2A0A8 in popluar number systems.

HEXA2A0A8
Decimal162160168
Binary101000101010000010101000
Octal242240250

Shades and tints

Shades of #A2A0A8

#A2A0A8
(162,160,168)
#949299
(148,146,153)
#86848A
(134,132,138)
#78767B
(120,118,123)
#6A686C
(106,104,108)
#5C5A5D
(92,90,93)
#4E4C4E
(78,76,78)
#403E3F
(64,62,63)
#323030
(50,48,48)
#242221
(36,34,33)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #A2A0A8

#A2A0A8
(162,160,168)
#AAA8AF
(170,168,175)
#B2B0B6
(178,176,182)
#BAB8BD
(186,184,189)
#C2C0C4
(194,192,196)
#CAC8CB
(202,200,203)
#D2D0D2
(210,208,210)
#DAD8D9
(218,216,217)
#E2E0E0
(226,224,224)
#EAE8E7
(234,232,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A0A8; }

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

This text font color is #A2A0A8.


Background Color

.myBgColor { background-color: #A2A0A8; }

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

This div background color is #A2A0A8.


Border color

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

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

This div border color is #A2A0A8.


Opacity

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

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

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

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

This text has shadow with #A2A0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A0A8 on black background.


Color preview on white background

This text has color #A2A0A8 on white background.



Black color preview on #A2A0A8 background

This text has black color on #A2A0A8 background.


White color preview on #A2A0A8 background

This text has white color on #A2A0A8 background.