COLOR #A0A8A2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
168
162

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

Portions of RGB colors in percentages

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

%32.65
%34.29
%33.06

CMYK color model

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

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

CMYK percentages

%4.76
%0
%3.57
%34.12

Codes

Color #A0A8A2 in popluar color models

A0A8A2
RGB160168162
HSL135°4.40%64.31%
HSB/HSV135°4.76%65.88%
CMYK4.76%0.00%3.57%
34.12%

Color #A0A8A2 in popluar number systems.

HEXA0A8A2
Decimal160168162
Binary101000001010100010100010
Octal240250242

Shades and tints

Shades of #A0A8A2

#A0A8A2
(160,168,162)
#929994
(146,153,148)
#848A86
(132,138,134)
#767B78
(118,123,120)
#686C6A
(104,108,106)
#5A5D5C
(90,93,92)
#4C4E4E
(76,78,78)
#3E3F40
(62,63,64)
#303032
(48,48,50)
#222124
(34,33,36)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0A8A2

#A0A8A2
(160,168,162)
#A8AFAA
(168,175,170)
#B0B6B2
(176,182,178)
#B8BDBA
(184,189,186)
#C0C4C2
(192,196,194)
#C8CBCA
(200,203,202)
#D0D2D2
(208,210,210)
#D8D9DA
(216,217,218)
#E0E0E2
(224,224,226)
#E8E7EA
(232,231,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A8A2; }

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

This text font color is #A0A8A2.


Background Color

.myBgColor { background-color: #A0A8A2; }

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

This div background color is #A0A8A2.


Border color

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

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

This div border color is #A0A8A2.


Opacity

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

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

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

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

This text has shadow with #A0A8A2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0A8A2 on black background.


Color preview on white background

This text has color #A0A8A2 on white background.



Black color preview on #A0A8A2 background

This text has black color on #A0A8A2 background.


White color preview on #A0A8A2 background

This text has white color on #A0A8A2 background.