COLOR #A0AAB0

HEX: #A0AAB0
RGB: (160,170,176)

Color info

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

RGB color model

#A0AAB0 color RGB value is (160,170,176).

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

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 176 of 255 = 69%

160
170
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 176 = 506 (100%)
R 160 of 506 ~ 31.62%
G 170 of 506 ~ 33.6%
B 176 of 506 ~ 34.78%

%31.62
%33.6
%34.78

CMYK color model

#A0AAB0 color CMYK value is (9,3,0,31).

  • cyan value is 9.09%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,3,0,31)
C9M3Y0K31 
(9%,3%,0%,31%)
(0.09/0.03/0.00/0.31)	

CMYK percentages

%9.09
%3.41
%0
%30.98

Codes

Color #A0AAB0 in popluar color models

A0AAB0
RGB160170176
HSL203°9.20%65.88%
HSB/HSV203°9.09%69.02%
CMYK9.09%3.41%0.00%
30.98%

Color #A0AAB0 in popluar number systems.

HEXA0AAB0
Decimal160170176
Binary101000001010101010110000
Octal240252260

Shades and tints

Shades of #A0AAB0

#A0AAB0
(160,170,176)
#929BA0
(146,155,160)
#848C90
(132,140,144)
#767D80
(118,125,128)
#686E70
(104,110,112)
#5A5F60
(90,95,96)
#4C5050
(76,80,80)
#3E4140
(62,65,64)
#303230
(48,50,48)
#222320
(34,35,32)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0AAB0

#A0AAB0
(160,170,176)
#A8B1B7
(168,177,183)
#B0B8BE
(176,184,190)
#B8BFC5
(184,191,197)
#C0C6CC
(192,198,204)
#C8CDD3
(200,205,211)
#D0D4DA
(208,212,218)
#D8DBE1
(216,219,225)
#E0E2E8
(224,226,232)
#E8E9EF
(232,233,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AAB0; }

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

This text font color is #A0AAB0.


Background Color

.myBgColor { background-color: #A0AAB0; }

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

This div background color is #A0AAB0.


Border color

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

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

This div border color is #A0AAB0.


Opacity

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

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

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

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

This text has shadow with #A0AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAB0 on black background.


Color preview on white background

This text has color #A0AAB0 on white background.



Black color preview on #A0AAB0 background

This text has black color on #A0AAB0 background.


White color preview on #A0AAB0 background

This text has white color on #A0AAB0 background.