Shades of Conch #A3BAB6
Tints of Conch #A3BAB6
RGB
CMYK
RGB Variations
Color information
#A3BAB6 (or 0xA3BAB6) is known color: Conch. HEX triplet: A3, BA and B6. RGB value is (163,186,182). Sum of RGB (Red+Green+Blue) = 163+186+182=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAB6 is #5C4549. Grayscale: #B2B2B2. Windows color (decimal): -6047050 or 11975331. OLE color: 11975331.
HSL color Cylindrical-coordinate representation of color #A3BAB6: hue angle of 169.57º 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 #A3BAB6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 182 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.27 |
| HSL | 169.57º | 0.14% | 0.68% | - |
| HSV(B) | 169.57º | 0.12% | 0.73% | - |
| XYZ | 41.11 | 46.28 | 51.02 | - |
| YUV | 178.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 182 | 0.12 | 0 | 0.02 | 0.27 | 169.57 | 0.14 | 0.68 |
| Hex | A3 | BA | B6 | C | 0 | 2 | 1B | AA | E | 44 |
| Octal | 243 | 272 | 266 | 14 | 0 | 2 | 33 | 252 | 16 | 104 |
| Binary | 10100011 | 10111010 | 10110110 | 1100 | 0 | 10 | 11011 | 10101010 | 1110 | 1000100 |
Color Harmonies of #A3BAB6
Complementary color
Monochromatic Colors of #A3BAB6
Black with #A3BAB6
Text Example
Text Example
White with #A3BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAB6; }
p { color: rgb(163,186,182); }
H1.HeaderClassName
{
color: #A3BAB6;
}
.AnyTagClassName
{
color: #A3BAB6;
}
</style>
background-color css
<style>
a { background-color: #A3BAB6; }
a { background-color: rgb(163,186,182); }
div.DivClassName
{
background-color: #A3BAB6;
}
.BgClassName
{
background-color: #A3BAB6;
}
</style>
border-color css
<style>
span { border-color: #A3BAB6; }
span { border-color: rgb(163,186,182); }
td.TdClassName
{
border-color: #A3BAB6;
}
.TagClassName
{
border-color: #A3BAB6;
}
</style>