#A1BAB9

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

Shades of Conch #A1BAB9

Tints of Conch #A1BAB9

Color information

#A1BAB9 (or 0xA1BAB9) is unknown color: approx Conch. HEX triplet: A1, BA and B9. RGB value is (161,186,185). Sum of RGB (Red+Green+Blue) = 161+186+185=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAB9 is #5E4546. Grayscale: #B2B2B2. Windows color (decimal): -6178119 or 12171937. OLE color: 12171937.

HSL color Cylindrical-coordinate representation of color #A1BAB9: hue angle of 177.6º 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 #A1BAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB161186185-
CMYK0.1300.010.27
HSL177.6º15.34%68.04%-
HSV(B)177.6º13.44%72.94%-
XYZ41.0146.252.65-
YUV178.41131.72115.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=30.26%
G=34.96%
B=34.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861850.1300.010.27177.615.3468.04
HexA1BAB9D011Bb2f44
Octal24127227115013326217104
Binary101000011011101010111001110101110111011001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAB9; }

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

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

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

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

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

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

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

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