COLOR #A0AAAB

HEX: #A0AAAB
RGB: (160,170,171)

Color info

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

RGB color model

#A0AAAB color RGB value is (160,170,171).

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

RGB channels and saturation

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

160
170
171

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

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 171 = 501 (100%)
R 160 of 501 ~ 31.94%
G 170 of 501 ~ 33.93%
B 171 of 501 ~ 34.13%

%31.94
%33.93
%34.13

CMYK color model

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

  • cyan value is 6.43%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,1,0,33)
C6M1Y0K33 
(6%,1%,0%,33%)
(0.06/0.01/0.00/0.33)	

CMYK percentages

%6.43
%0.58
%0
%32.94

Codes

Color #A0AAAB in popluar color models

A0AAAB
RGB160170171
HSL185°6.15%64.90%
HSB/HSV185°6.43%67.06%
CMYK6.43%0.58%0.00%
32.94%

Color #A0AAAB in popluar number systems.

HEXA0AAAB
Decimal160170171
Binary101000001010101010101011
Octal240252253

Shades and tints

Shades of #A0AAAB

#A0AAAB
(160,170,171)
#929B9C
(146,155,156)
#848C8D
(132,140,141)
#767D7E
(118,125,126)
#686E6F
(104,110,111)
#5A5F60
(90,95,96)
#4C5051
(76,80,81)
#3E4142
(62,65,66)
#303233
(48,50,51)
#222324
(34,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0AAAB

#A0AAAB
(160,170,171)
#A8B1B2
(168,177,178)
#B0B8B9
(176,184,185)
#B8BFC0
(184,191,192)
#C0C6C7
(192,198,199)
#C8CDCE
(200,205,206)
#D0D4D5
(208,212,213)
#D8DBDC
(216,219,220)
#E0E2E3
(224,226,227)
#E8E9EA
(232,233,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AAAB; }

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

This text font color is #A0AAAB.


Background Color

.myBgColor { background-color: #A0AAAB; }

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

This div background color is #A0AAAB.


Border color

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

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

This div border color is #A0AAAB.


Opacity

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

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

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

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

This text has shadow with #A0AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAAB on black background.


Color preview on white background

This text has color #A0AAAB on white background.



Black color preview on #A0AAAB background

This text has black color on #A0AAAB background.


White color preview on #A0AAAB background

This text has white color on #A0AAAB background.