#A1B1A8

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

Shades of Skeptic #A1B1A8

Tints of Skeptic #A1B1A8

Color information

#A1B1A8 (or 0xA1B1A8) is unknown color: approx Skeptic. HEX triplet: A1, B1 and A8. RGB value is (161,177,168). Sum of RGB (Red+Green+Blue) = 161+177+168=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1A8 is #5E4E57. Grayscale: #ABABAB. Windows color (decimal): -6180440 or 11055521. OLE color: 11055521.

HSL color Cylindrical-coordinate representation of color #A1B1A8: hue angle of 146.25º 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 #A1B1A8 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB161177168-
CMYK0.0900.050.31
HSL146.25º9.3%66.27%-
HSV(B)146.25º9.04%69.41%-
XYZ37.4941.8543.15-
YUV171.19126.2120.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=31.82%
G=34.98%
B=33.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771680.0900.050.31146.259.366.27
HexA1B1A89051F92942
Octal24126125011053722211102
Binary10100001101100011010100010010101111111001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1A8; }

 p { color: rgb(161,177,168); }

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

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

 a { background-color: rgb(161,177,168); }

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

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

 span { border-color: rgb(161,177,168); }

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