Shades of Conch #A0BABA
Tints of Conch #A0BABA
RGB
CMYK
RGB Variations
Color information
#A0BABA (or 0xA0BABA) is known color: Conch. HEX triplet: A0, BA and BA. RGB value is (160,186,186). Sum of RGB (Red+Green+Blue) = 160+186+186=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A0BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABA is #5F4545. Grayscale: #B2B2B2. Windows color (decimal): -6243654 or 12237472. OLE color: 12237472.
HSL color Cylindrical-coordinate representation of color #A0BABA: hue angle of 180º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BABA is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 186 | - |
| CMYK | 0.14 | 0 | 0 | 0.27 |
| HSL | 180º | 0.16% | 0.68% | - |
| HSV(B) | 180º | 0.14% | 0.73% | - |
| XYZ | 40.92 | 46.14 | 53.2 | - |
| YUV | 178.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 186 | 0.14 | 0 | 0 | 0.27 | 180 | 0.16 | 0.68 |
| Hex | A0 | BA | BA | E | 0 | 0 | 1B | B4 | 10 | 44 |
| Octal | 240 | 272 | 272 | 16 | 0 | 0 | 33 | 264 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10111010 | 1110 | 0 | 0 | 11011 | 10110100 | 10000 | 1000100 |
Color Harmonies of #A0BABA
Complementary color
Monochromatic Colors of #A0BABA
Black with #A0BABA
Text Example
Text Example
White with #A0BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BABA; }
p { color: rgb(160,186,186); }
H1.HeaderClassName
{
color: #A0BABA;
}
.AnyTagClassName
{
color: #A0BABA;
}
</style>
background-color css
<style>
a { background-color: #A0BABA; }
a { background-color: rgb(160,186,186); }
div.DivClassName
{
background-color: #A0BABA;
}
.BgClassName
{
background-color: #A0BABA;
}
</style>
border-color css
<style>
span { border-color: #A0BABA; }
span { border-color: rgb(160,186,186); }
td.TdClassName
{
border-color: #A0BABA;
}
.TagClassName
{
border-color: #A0BABA;
}
</style>