#A3BAB9

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

Shades of Conch #A3BAB9

Tints of Conch #A3BAB9

Color information

#A3BAB9 (or 0xA3BAB9) is unknown color: approx Conch. HEX triplet: A3, BA and B9. RGB value is (163,186,185). Sum of RGB (Red+Green+Blue) = 163+186+185=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAB9 is #5C4546. Grayscale: #B2B2B2. Windows color (decimal): -6047047 or 12171939. OLE color: 12171939.

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

Color convert

RGB163186185-
CMYK0.1200.010.27
HSL177.39º14.29%68.43%-
HSV(B)177.39º12.37%72.94%-
XYZ41.4246.4152.67-
YUV179.01131.38116.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=30.52%
G=34.83%
B=34.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861850.1200.010.27177.3914.2968.43
HexA3BAB9C011Bb1e44
Octal24327227114013326116104
Binary101000111011101010111001110001110111011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAB9; }

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

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

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

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

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

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

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

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