COLOR #A0B0A2

HEX: #A0B0A2
RGB: (160,176,162)

Color info

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

RGB color model

#A0B0A2 color RGB value is (160,176,162).

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

RGB channels and saturation

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

160
176
162

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

Portions of RGB colors in percentages

R + G + B =
160 + 176 + 162 = 498 (100%)
R 160 of 498 ~ 32.13%
G 176 of 498 ~ 35.34%
B 162 of 498 ~ 32.53%

%32.13
%35.34
%32.53

CMYK color model

#A0B0A2 color CMYK value is (9,0,8,31).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 30.98%
CMYK:
(9,0,8,31)
C9M0Y8K31 
(9%,0%,8%,31%)
(0.09/0.00/0.08/0.31)	

CMYK percentages

%9.09
%0
%7.95
%30.98

Codes

Color #A0B0A2 in popluar color models

A0B0A2
RGB160176162
HSL128°9.20%65.88%
HSB/HSV128°9.09%69.02%
CMYK9.09%0.00%7.95%
30.98%

Color #A0B0A2 in popluar number systems.

HEXA0B0A2
Decimal160176162
Binary101000001011000010100010
Octal240260242

Shades and tints

Shades of #A0B0A2

#A0B0A2
(160,176,162)
#92A094
(146,160,148)
#849086
(132,144,134)
#768078
(118,128,120)
#68706A
(104,112,106)
#5A605C
(90,96,92)
#4C504E
(76,80,78)
#3E4040
(62,64,64)
#303032
(48,48,50)
#222024
(34,32,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A0B0A2

#A0B0A2
(160,176,162)
#A8B7AA
(168,183,170)
#B0BEB2
(176,190,178)
#B8C5BA
(184,197,186)
#C0CCC2
(192,204,194)
#C8D3CA
(200,211,202)
#D0DAD2
(208,218,210)
#D8E1DA
(216,225,218)
#E0E8E2
(224,232,226)
#E8EFEA
(232,239,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0A2; }

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

This text font color is #A0B0A2.


Background Color

.myBgColor { background-color: #A0B0A2; }

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

This div background color is #A0B0A2.


Border color

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

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

This div border color is #A0B0A2.


Opacity

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

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

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

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

This text has shadow with #A0B0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B0A2 on black background.


Color preview on white background

This text has color #A0B0A2 on white background.



Black color preview on #A0B0A2 background

This text has black color on #A0B0A2 background.


White color preview on #A0B0A2 background

This text has white color on #A0B0A2 background.