#A1B9AB

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

Shades of Skeptic #A1B9AB

Tints of Skeptic #A1B9AB

Color information

#A1B9AB (or 0xA1B9AB) is unknown color: approx Skeptic. HEX triplet: A1, B9 and AB. RGB value is (161,185,171). Sum of RGB (Red+Green+Blue) = 161+185+171=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9AB is #5E4654. Grayscale: #B0B0B0. Windows color (decimal): -6178389 or 11254177. OLE color: 11254177.

HSL color Cylindrical-coordinate representation of color #A1B9AB: hue angle of 145º 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 #A1B9AB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB161185171-
CMYK0.1300.080.27
HSL145º14.63%67.84%-
HSV(B)145º12.97%72.55%-
XYZ39.445.2245.18-
YUV176.23125.05117.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=31.14%
G=35.78%
B=33.08%

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
Decimal1611851710.1300.080.2714514.6367.84
HexA1B9ABD081B91f44
Octal241271253150103322117104
Binary101000011011100110101011110101000110111001000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9AB; }

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

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

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

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

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

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

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

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