#A1B1B0

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

Shades of Conch #A1B1B0

Tints of Conch #A1B1B0

Color information

#A1B1B0 (or 0xA1B1B0) is unknown color: approx Conch. HEX triplet: A1, B1 and B0. RGB value is (161,177,176). Sum of RGB (Red+Green+Blue) = 161+177+176=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1B0 is #5E4E4F. Grayscale: #ACACAC. Windows color (decimal): -6180432 or 11579809. OLE color: 11579809.

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

Color convert

RGB161177176-
CMYK0.0900.010.31
HSL176.25º9.3%66.27%-
HSV(B)176.25º9.04%69.41%-
XYZ38.2642.1647.19-
YUV172.1130.2120.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=31.32%
G=34.44%
B=34.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771760.0900.010.31176.259.366.27
HexA1B1B09011Fb0942
Octal24126126011013726011102
Binary101000011011000110110000100101111111011000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1B0; }

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

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

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

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

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

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

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

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