COLOR #A0B1AF

HEX: #A0B1AF
RGB: (160,177,175)

Color info

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

RGB color model

#A0B1AF color RGB value is (160,177,175).

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

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 175 of 255 = 69%

160
177
175

R + G + B ~ 67%. #A0B1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 175 = 512 (100%)
R 160 of 512 ~ 31.25%
G 177 of 512 ~ 34.57%
B 175 of 512 ~ 34.18%

%31.25
%34.57
%34.18

CMYK color model

#A0B1AF color CMYK value is (10,0,1,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(10,0,1,31)
C10M0Y1K31 
(10%,0%,1%,31%)
(0.10/0.00/0.01/0.31)	

CMYK percentages

%9.6
%0
%1.13
%30.59

Codes

Color #A0B1AF in popluar color models

A0B1AF
RGB160177175
HSL173°9.83%66.08%
HSB/HSV173°9.60%69.41%
CMYK9.60%0.00%1.13%
30.59%

Color #A0B1AF in popluar number systems.

HEXA0B1AF
Decimal160177175
Binary101000001011000110101111
Octal240261257

Shades and tints

Shades of #A0B1AF

#A0B1AF
(160,177,175)
#92A1A0
(146,161,160)
#849191
(132,145,145)
#768182
(118,129,130)
#687173
(104,113,115)
#5A6164
(90,97,100)
#4C5155
(76,81,85)
#3E4146
(62,65,70)
#303137
(48,49,55)
#222128
(34,33,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #A0B1AF

#A0B1AF
(160,177,175)
#A8B8B6
(168,184,182)
#B0BFBD
(176,191,189)
#B8C6C4
(184,198,196)
#C0CDCB
(192,205,203)
#C8D4D2
(200,212,210)
#D0DBD9
(208,219,217)
#D8E2E0
(216,226,224)
#E0E9E7
(224,233,231)
#E8F0EE
(232,240,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B1AF; }

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

This text font color is #A0B1AF.


Background Color

.myBgColor { background-color: #A0B1AF; }

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

This div background color is #A0B1AF.


Border color

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

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

This div border color is #A0B1AF.


Opacity

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

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

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

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

This text has shadow with #A0B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B1AF on black background.


Color preview on white background

This text has color #A0B1AF on white background.



Black color preview on #A0B1AF background

This text has black color on #A0B1AF background.


White color preview on #A0B1AF background

This text has white color on #A0B1AF background.