Shades of Opal #A6C0BA
Tints of Opal #A6C0BA
RGB
CMYK
RGB Variations
Color information
#A6C0BA (or 0xA6C0BA) is known color: Opal. HEX triplet: A6, C0 and BA. RGB value is (166,192,186). Sum of RGB (Red+Green+Blue) = 166+192+186=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0BA is #593F45. Grayscale: #B7B7B7. Windows color (decimal): -5848902 or 12239014. OLE color: 12239014.
HSL color Cylindrical-coordinate representation of color #A6C0BA: hue angle of 166.15º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0BA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 186 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.25 |
| HSL | 166.15º | 0.17% | 0.7% | - |
| HSV(B) | 166.15º | 0.14% | 0.75% | - |
| XYZ | 43.44 | 49.35 | 53.69 | - |
| YUV | 183.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 186 | 0.14 | 0 | 0.03 | 0.25 | 166.15 | 0.17 | 0.7 |
| Hex | A6 | C0 | BA | E | 0 | 3 | 19 | A6 | 11 | 46 |
| Octal | 246 | 300 | 272 | 16 | 0 | 3 | 31 | 246 | 21 | 106 |
| Binary | 10100110 | 11000000 | 10111010 | 1110 | 0 | 11 | 11001 | 10100110 | 10001 | 1000110 |
Color Harmonies of #A6C0BA
Complementary color
Monochromatic Colors of #A6C0BA
Black with #A6C0BA
Text Example
Text Example
White with #A6C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0BA; }
p { color: rgb(166,192,186); }
H1.HeaderClassName
{
color: #A6C0BA;
}
.AnyTagClassName
{
color: #A6C0BA;
}
</style>
background-color css
<style>
a { background-color: #A6C0BA; }
a { background-color: rgb(166,192,186); }
div.DivClassName
{
background-color: #A6C0BA;
}
.BgClassName
{
background-color: #A6C0BA;
}
</style>
border-color css
<style>
span { border-color: #A6C0BA; }
span { border-color: rgb(166,192,186); }
td.TdClassName
{
border-color: #A6C0BA;
}
.TagClassName
{
border-color: #A6C0BA;
}
</style>