#A0B1AB

Color #A0B1AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #A0B1AB

Tints of Skeptic #A0B1AB

Color information

#A0B1AB (or 0xA0B1AB) is unknown color: approx Skeptic. HEX triplet: A0, B1 and AB. RGB value is (160,177,171). Sum of RGB (Red+Green+Blue) = 160+177+171=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B1AB is #5F4E54. Grayscale: #ABABAB. Windows color (decimal): -6245973 or 11252128. OLE color: 11252128.

HSL color Cylindrical-coordinate representation of color #A0B1AB: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B1AB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB160177171-
CMYK0.1000.030.31
HSL158.82º9.83%66.08%-
HSV(B)158.82º9.6%69.41%-
XYZ37.5741.8644.63-
YUV171.23127.87119.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=31.50%
G=34.84%
B=33.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771710.1000.030.31158.829.8366.08
HexA0B1ABA031F9fa42
Octal24026125312033723712102
Binary1010000010110001101010111010011111111001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B1AB; }

 p { color: rgb(160,177,171); }

 H1.HeaderClassName
 {
   color: #A0B1AB;
 }
 .AnyTagClassName
 {
   color: #A0B1AB;
 }
</style>
background-color css

<style>
 a { background-color: #A0B1AB; }

 a { background-color: rgb(160,177,171); }

 div.DivClassName
 {
   background-color: #A0B1AB;
 }
 .BgClassName
 {
   background-color: #A0B1AB;
 }
</style>
border-color css

<style>
 span { border-color: #A0B1AB; }

 span { border-color: rgb(160,177,171); }

 td.TdClassName
 {
   border-color: #A0B1AB;
 }
 .TagClassName
 {
   border-color: #A0B1AB;
 }
</style>