COLOR #A0B1AA

HEX: #A0B1AA
RGB: (160,177,170)

Color info

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

RGB color model

#A0B1AA color RGB value is (160,177,170).

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

RGB channels and saturation

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

160
177
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 170 = 507 (100%)
R 160 of 507 ~ 31.56%
G 177 of 507 ~ 34.91%
B 170 of 507 ~ 33.53%

%31.56
%34.91
%33.53

CMYK color model

#A0B1AA color CMYK value is (10,0,4,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 30.59%
CMYK:
(10,0,4,31)
C10M0Y4K31 
(10%,0%,4%,31%)
(0.10/0.00/0.04/0.31)	

CMYK percentages

%9.6
%0
%3.95
%30.59

Codes

Color #A0B1AA in popluar color models

A0B1AA
RGB160177170
HSL155°9.83%66.08%
HSB/HSV155°9.60%69.41%
CMYK9.60%0.00%3.95%
30.59%

Color #A0B1AA in popluar number systems.

HEXA0B1AA
Decimal160177170
Binary101000001011000110101010
Octal240261252

Shades and tints

Shades of #A0B1AA

#A0B1AA
(160,177,170)
#92A19B
(146,161,155)
#84918C
(132,145,140)
#76817D
(118,129,125)
#68716E
(104,113,110)
#5A615F
(90,97,95)
#4C5150
(76,81,80)
#3E4141
(62,65,65)
#303132
(48,49,50)
#222123
(34,33,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A0B1AA

#A0B1AA
(160,177,170)
#A8B8B1
(168,184,177)
#B0BFB8
(176,191,184)
#B8C6BF
(184,198,191)
#C0CDC6
(192,205,198)
#C8D4CD
(200,212,205)
#D0DBD4
(208,219,212)
#D8E2DB
(216,226,219)
#E0E9E2
(224,233,226)
#E8F0E9
(232,240,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B1AA; }

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

This text font color is #A0B1AA.


Background Color

.myBgColor { background-color: #A0B1AA; }

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

This div background color is #A0B1AA.


Border color

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

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

This div border color is #A0B1AA.


Opacity

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

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

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

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

This text has shadow with #A0B1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B1AA on black background.


Color preview on white background

This text has color #A0B1AA on white background.



Black color preview on #A0B1AA background

This text has black color on #A0B1AA background.


White color preview on #A0B1AA background

This text has white color on #A0B1AA background.