#A1B0AB

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

Shades of Skeptic #A1B0AB

Tints of Skeptic #A1B0AB

Color information

#A1B0AB (or 0xA1B0AB) is unknown color: approx Skeptic. HEX triplet: A1, B0 and AB. RGB value is (161,176,171). Sum of RGB (Red+Green+Blue) = 161+176+171=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B0AB is #5E4F54. Grayscale: #AAAAAA. Windows color (decimal): -6180693 or 11251873. OLE color: 11251873.

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

Color convert

RGB161176171-
CMYK0.0900.030.31
HSL160º8.67%66.08%-
HSV(B)160º8.52%69.02%-
XYZ37.5741.5744.57-
YUV170.94128.03120.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=31.69%
G=34.65%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761710.0900.030.311608.6766.08
HexA1B0AB9031Fa0942
Octal24126025311033724011102
Binary1010000110110000101010111001011111111010000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0AB; }

 p { color: rgb(161,176,171); }

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

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

 a { background-color: rgb(161,176,171); }

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

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

 span { border-color: rgb(161,176,171); }

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