COLOR #A0A1AB

HEX: #A0A1AB
RGB: (160,161,171)

Color info

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

RGB color model

#A0A1AB color RGB value is (160,161,171).

  • red value is 160;
  • green value is 161;
  • blue value is 171.
RGB:
(160,161,171)
(63%,63%,67%)

RGB channels and saturation

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

160
161
171

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 171 = 492 (100%)
R 160 of 492 ~ 32.52%
G 161 of 492 ~ 32.72%
B 171 of 492 ~ 34.76%

%32.52
%32.72
%34.76

CMYK color model

#A0A1AB color CMYK value is (6,6,0,33).

  • cyan value is 6.43%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,6,0,33)
C6M6Y0K33 
(6%,6%,0%,33%)
(0.06/0.06/0.00/0.33)	

CMYK percentages

%6.43
%5.85
%0
%32.94

Codes

Color #A0A1AB in popluar color models

A0A1AB
RGB160161171
HSL235°6.15%64.90%
HSB/HSV235°6.43%67.06%
CMYK6.43%5.85%0.00%
32.94%

Color #A0A1AB in popluar number systems.

HEXA0A1AB
Decimal160161171
Binary101000001010000110101011
Octal240241253

Shades and tints

Shades of #A0A1AB

#A0A1AB
(160,161,171)
#92939C
(146,147,156)
#84858D
(132,133,141)
#76777E
(118,119,126)
#68696F
(104,105,111)
#5A5B60
(90,91,96)
#4C4D51
(76,77,81)
#3E3F42
(62,63,66)
#303133
(48,49,51)
#222324
(34,35,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0A1AB

#A0A1AB
(160,161,171)
#A8A9B2
(168,169,178)
#B0B1B9
(176,177,185)
#B8B9C0
(184,185,192)
#C0C1C7
(192,193,199)
#C8C9CE
(200,201,206)
#D0D1D5
(208,209,213)
#D8D9DC
(216,217,220)
#E0E1E3
(224,225,227)
#E8E9EA
(232,233,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A1AB; }

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

This text font color is #A0A1AB.


Background Color

.myBgColor { background-color: #A0A1AB; }

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

This div background color is #A0A1AB.


Border color

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

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

This div border color is #A0A1AB.


Opacity

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

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

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

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

This text has shadow with #A0A1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A1AB on black background.


Color preview on white background

This text has color #A0A1AB on white background.



Black color preview on #A0A1AB background

This text has black color on #A0A1AB background.


White color preview on #A0A1AB background

This text has white color on #A0A1AB background.