COLOR #A0A2B2

HEX: #A0A2B2 RGB: (160,162,178)

Color info

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

RGB color model

#A0A2B2 color RGB value is (160,162,178).

RGB: (160,162,178) (63%, 64%, 70%)

RGB channels and saturation

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

160
162
178

R + G + B ~ 66%. #A0A2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 162 + 178 = 500 (100%)
R 160 of 500 ~ 32%
G 162 of 500 ~ 32.4%
B 178 of 500 ~ 35.6'%

%32
%32.4
%35.6

CMYK color model

#A0A2B2 color CMYK value is (10,9,0,30).

  • cyan value is 10.11%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (10,9,0,30)
C10M9Y0K30 (10%, 9%, 0%, 30%)
(0.10 / 0.09 / 0.00 / 0.30)

CMYK percentages

%10.11
%8.99
%0
%30.2

Codes

Color #A0A2B2 in popluar color models

A0 A2 B2
RGB 160 162 178
HSL 233° 10.47% 66.27%
HSB/HSV 233° 10.11% 69.80%
CMYK 10.11% 8.99% 0.00%
30.20%

Color #A0A2B2 in popluar number systems.

HEX A0 A2 B2
Decimal 160 162 178
Binary 10100000 10100010 10110010
Octal 240 242 262

Shades and tints

Shades of #A0A2B2

#A0A2B2
(160,162,178)
#9294A2
(146,148,162)
#848692
(132,134,146)
#767882
(118,120,130)
#686A72
(104,106,114)
#5A5C62
(90,92,98)
#4C4E52
(76,78,82)
#3E4042
(62,64,66)
#303232
(48,50,50)
#222422
(34,36,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0A2B2

#A0A2B2
(160,162,178)
#A8AAB9
(168,170,185)
#B0B2C0
(176,178,192)
#B8BAC7
(184,186,199)
#C0C2CE
(192,194,206)
#C8CAD5
(200,202,213)
#D0D2DC
(208,210,220)
#D8DAE3
(216,218,227)
#E0E2EA
(224,226,234)
#E8EAF1
(232,234,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A2B2; }

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

This text font color is #A0A2B2.

Background Color

.myBgColor { background-color: #A0A2B2; }

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

This div background color is #A0A2B2.

Border color

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

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

This div border color is #A0A2B2.

Opacity

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

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

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

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

This text has shadow with #A0A2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A2B2.

Preview

Color preview on black background

This text has color #A0A2B2 on black background.


Color preview on white background

This text has color #A0A2B2 on white background.


Black color preview on #A0A2B2 background

This text has black color on #A0A2B2 background.


White color preview on #A0A2B2 background

This text has white color on #A0A2B2 background.


Related colors

Complementary color

Complementary color for #hex is #5F5D4D.


I love getcolorcode.com

Triadic colors

1 #B2A0A2 and #A2B2A0 with #A0A2B2 are triadic colors.

2 #B2A2A0 and #A2A0B2 with #A0A2B2 are triadic colors.