#A0B5AB

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

Shades of Skeptic #A0B5AB

Tints of Skeptic #A0B5AB

Color information

#A0B5AB (or 0xA0B5AB) is unknown color: approx Skeptic. HEX triplet: A0, B5 and AB. RGB value is (160,181,171). Sum of RGB (Red+Green+Blue) = 160+181+171=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B5AB is #5F4A54. Grayscale: #ADADAD. Windows color (decimal): -6244949 or 11253152. OLE color: 11253152.

HSL color Cylindrical-coordinate representation of color #A0B5AB: hue angle of 151.43º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B5AB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB160181171-
CMYK0.1200.060.29
HSL151.43º12.43%66.86%-
HSV(B)151.43º11.6%70.98%-
XYZ38.3743.4644.89-
YUV173.58126.54118.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=31.25%
G=35.35%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811710.1200.060.29151.4312.4366.86
HexA0B5ABC061D97c43
Octal24026525314063522714103
Binary10100000101101011010101111000110111011001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B5AB; }

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

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

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

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

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

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

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

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