COLOR #A0A0A1

HEX: #A0A0A1 RGB: (160,160,161)

Color info

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

RGB color model

#A0A0A1 color RGB value is (160,160,161).

RGB: (160,160,161) (63%, 63%, 63%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 161 of 255 = 63%

160
160
161

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

Portions of RGB colors in percentages

R + G + B = 160 + 160 + 161 = 481 (100%)
R 160 of 481 ~ 33.26%
G 160 of 481 ~ 33.26%
B 161 of 481 ~ 33.47'%

%33.26
%33.26
%33.47

CMYK color model

#A0A0A1 color CMYK value is (1,1,0,37).

  • cyan value is 0.62%
  • magenta value is 0.62%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (1,1,0,37) C1M1Y0K37 (1%,1%,0%,37%) (0.01/0.01/0.00/0.37) 

CMYK percentages

%0.62
%0.62
%0
%36.86

Codes

Color #A0A0A1 in popluar color models

A0 A0 A1
RGB 160 160 161
HSL 240° 0.53% 62.94%
HSB/HSV 240° 0.62% 63.14%
CMYK 0.62% 0.62% 0.00%
36.86%

Color #A0A0A1 in popluar number systems.

HEX A0 A0 A1
Decimal 160 160 161
Binary 10100000 10100000 10100001
Octal 240 240 241

Shades and tints

Shades of #A0A0A1

#A0A0A1
(160,160,161)
#929293
(146,146,147)
#848485
(132,132,133)
#767677
(118,118,119)
#686869
(104,104,105)
#5A5A5B
(90,90,91)
#4C4C4D
(76,76,77)
#3E3E3F
(62,62,63)
#303031
(48,48,49)
#222223
(34,34,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0A0A1

#A0A0A1
(160,160,161)
#A8A8A9
(168,168,169)
#B0B0B1
(176,176,177)
#B8B8B9
(184,184,185)
#C0C0C1
(192,192,193)
#C8C8C9
(200,200,201)
#D0D0D1
(208,208,209)
#D8D8D9
(216,216,217)
#E0E0E1
(224,224,225)
#E8E8E9
(232,232,233)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A0A1; }

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

This text font color is #A0A0A1.

Background Color

.myBgColor { background-color: #A0A0A1; }

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

This div background color is #A0A0A1.

Border color

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

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

This div border color is #A0A0A1.

Opacity

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

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

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

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

This text has shadow with #A0A0A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A0A1.

Preview

Color preview on black background

This text has color #A0A0A1 on black background.


Color preview on white background

This text has color #A0A0A1 on white background.


Black color preview on #A0A0A1 background

This text has black color on #A0A0A1 background.


White color preview on #A0A0A1 background

This text has white color on #A0A0A1 background.


Related colors

Complementary color

Complementary color for #hex is #5F5F5E.


I love getcolorcode.com