#A1B1A7

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

Shades of Skeptic #A1B1A7

Tints of Skeptic #A1B1A7

Color information

#A1B1A7 (or 0xA1B1A7) is unknown color: approx Skeptic. HEX triplet: A1, B1 and A7. RGB value is (161,177,167). Sum of RGB (Red+Green+Blue) = 161+177+167=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1A7 is #5E4E58. Grayscale: #ABABAB. Windows color (decimal): -6180441 or 10989985. OLE color: 10989985.

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

Color convert

RGB161177167-
CMYK0.0900.060.31
HSL142.5º9.3%66.27%-
HSV(B)142.5º9.04%69.41%-
XYZ37.441.8142.66-
YUV171.08125.7120.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=31.88%
G=35.05%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771670.0900.060.31142.59.366.27
HexA1B1A79061F8e942
Octal24126124711063721611102
Binary10100001101100011010011110010110111111000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1A7; }

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

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

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

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

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

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

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

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