#A1B2B2

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

Shades of Conch #A1B2B2

Tints of Conch #A1B2B2

Color information

#A1B2B2 (or 0xA1B2B2) is unknown color: approx Conch. HEX triplet: A1, B2 and B2. RGB value is (161,178,178). Sum of RGB (Red+Green+Blue) = 161+178+178=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #A1B2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2B2 is #5E4D4D. Grayscale: #ACACAC. Windows color (decimal): -6180174 or 11711137. OLE color: 11711137.

HSL color Cylindrical-coordinate representation of color #A1B2B2: hue angle of 180º 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 #A1B2B2 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161178178-
CMYK0.10000.30
HSL180º9.94%66.47%-
HSV(B)180º9.55%69.8%-
XYZ38.6542.6348.31-
YUV172.92130.87119.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=31.14%
G=34.43%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781780.10000.301809.9466.47
HexA1B2B2A001Eb4a42
Octal24126226212003626412102
Binary101000011011001010110010101000111101011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2B2; }

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

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

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

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

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

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

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

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