#A1BAAC

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

Shades of Skeptic #A1BAAC

Tints of Skeptic #A1BAAC

Color information

#A1BAAC (or 0xA1BAAC) is unknown color: approx Skeptic. HEX triplet: A1, BA and AC. RGB value is (161,186,172). Sum of RGB (Red+Green+Blue) = 161+186+172=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAAC is #5E4553. Grayscale: #B0B0B0. Windows color (decimal): -6178132 or 11319969. OLE color: 11319969.

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

Color convert

RGB161186172-
CMYK0.1300.080.27
HSL146.4º15.34%68.04%-
HSV(B)146.4º13.44%72.94%-
XYZ39.745.6745.75-
YUV176.93125.22116.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=31.02%
G=35.84%
B=33.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861720.1300.080.27146.415.3468.04
HexA1BAACD081B92f44
Octal241272254150103322217104
Binary101000011011101010101100110101000110111001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAAC; }

 p { color: rgb(161,186,172); }

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

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

 a { background-color: rgb(161,186,172); }

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

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

 span { border-color: rgb(161,186,172); }

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