#A1B2B1

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

Shades of Conch #A1B2B1

Tints of Conch #A1B2B1

Color information

#A1B2B1 (or 0xA1B2B1) is unknown color: approx Conch. HEX triplet: A1, B2 and B1. RGB value is (161,178,177). Sum of RGB (Red+Green+Blue) = 161+178+177=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2B1 is #5E4D4E. Grayscale: #ACACAC. Windows color (decimal): -6180175 or 11645601. OLE color: 11645601.

HSL color Cylindrical-coordinate representation of color #A1B2B1: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2B1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB161178177-
CMYK0.1000.010.30
HSL176.47º9.94%66.47%-
HSV(B)176.47º9.55%69.8%-
XYZ38.5542.5947.78-
YUV172.8130.37119.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=31.20%
G=34.50%
B=34.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781770.1000.010.30176.479.9466.47
HexA1B2B1A011Eb0a42
Octal24126226112013626012102
Binary101000011011001010110001101001111101011000010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2B1; }

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

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

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

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

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

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

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

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