#A1BBAB

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

Shades of Skeptic #A1BBAB

Tints of Skeptic #A1BBAB

Color information

#A1BBAB (or 0xA1BBAB) is unknown color: approx Skeptic. HEX triplet: A1, BB and AB. RGB value is (161,187,171). Sum of RGB (Red+Green+Blue) = 161+187+171=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BBAB is #5E4454. Grayscale: #B1B1B1. Windows color (decimal): -6177877 or 11254689. OLE color: 11254689.

HSL color Cylindrical-coordinate representation of color #A1BBAB: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BBAB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB161187171-
CMYK0.1400.090.27
HSL143.08º16.05%68.24%-
HSV(B)143.08º13.9%73.33%-
XYZ39.8246.0645.32-
YUV177.4124.39116.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=31.02%
G=36.03%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871710.1400.090.27143.0816.0568.24
HexA1BBABE091B8f1044
Octal241273253160113321720104
Binary1010000110111011101010111110010011101110001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBAB; }

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

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

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

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

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

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

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

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