#A1B3B2

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

Shades of Conch #A1B3B2

Tints of Conch #A1B3B2

Color information

#A1B3B2 (or 0xA1B3B2) is unknown color: approx Conch. HEX triplet: A1, B3 and B2. RGB value is (161,179,178). Sum of RGB (Red+Green+Blue) = 161+179+178=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3B2 is #5E4C4D. Grayscale: #ADADAD. Windows color (decimal): -6179918 or 11711393. OLE color: 11711393.

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

Color convert

RGB161179178-
CMYK0.1000.010.30
HSL176.67º10.59%66.67%-
HSV(B)176.67º10.06%70.2%-
XYZ38.8543.0348.38-
YUV173.5130.54119.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=31.08%
G=34.56%
B=34.36%

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
Decimal1611791780.1000.010.30176.6710.5966.67
HexA1B3B2A011Eb1b43
Octal24126326212013626113103
Binary101000011011001110110010101001111101011000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3B2; }

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

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

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

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

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

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

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

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