#A1BAB7

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

Shades of Conch #A1BAB7

Tints of Conch #A1BAB7

Color information

#A1BAB7 (or 0xA1BAB7) is unknown color: approx Conch. HEX triplet: A1, BA and B7. RGB value is (161,186,183). Sum of RGB (Red+Green+Blue) = 161+186+183=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAB7 is #5E4548. Grayscale: #B2B2B2. Windows color (decimal): -6178121 or 12040865. OLE color: 12040865.

HSL color Cylindrical-coordinate representation of color #A1BAB7: hue angle of 172.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1BAB7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB161186183-
CMYK0.1300.020.27
HSL172.8º15.34%68.04%-
HSV(B)172.8º13.44%72.94%-
XYZ40.846.1151.55-
YUV178.18130.72115.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=30.38%
G=35.09%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861830.1300.020.27172.815.3468.04
HexA1BAB7D021Badf44
Octal24127226715023325517104
Binary1010000110111010101101111101010110111010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAB7; }

 p { color: rgb(161,186,183); }

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

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

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

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

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

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

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