Shades of Opal #A6C0B9
Tints of Opal #A6C0B9
RGB
CMYK
RGB Variations
Color information
#A6C0B9 (or 0xA6C0B9) is known color: Opal. HEX triplet: A6, C0 and B9. RGB value is (166,192,185). Sum of RGB (Red+Green+Blue) = 166+192+185=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0B9 is #593F46. Grayscale: #B7B7B7. Windows color (decimal): -5848903 or 12173478. OLE color: 12173478.
HSL color Cylindrical-coordinate representation of color #A6C0B9: hue angle of 163.85º 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 #A6C0B9 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 185 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.25 |
| HSL | 163.85º | 0.17% | 0.7% | - |
| HSV(B) | 163.85º | 0.14% | 0.75% | - |
| XYZ | 43.33 | 49.31 | 53.13 | - |
| YUV | 183.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 185 | 0.14 | 0 | 0.04 | 0.25 | 163.85 | 0.17 | 0.7 |
| Hex | A6 | C0 | B9 | E | 0 | 4 | 19 | A4 | 11 | 46 |
| Octal | 246 | 300 | 271 | 16 | 0 | 4 | 31 | 244 | 21 | 106 |
| Binary | 10100110 | 11000000 | 10111001 | 1110 | 0 | 100 | 11001 | 10100100 | 10001 | 1000110 |
Color Harmonies of #A6C0B9
Complementary color
Monochromatic Colors of #A6C0B9
Black with #A6C0B9
Text Example
Text Example
White with #A6C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0B9; }
p { color: rgb(166,192,185); }
H1.HeaderClassName
{
color: #A6C0B9;
}
.AnyTagClassName
{
color: #A6C0B9;
}
</style>
background-color css
<style>
a { background-color: #A6C0B9; }
a { background-color: rgb(166,192,185); }
div.DivClassName
{
background-color: #A6C0B9;
}
.BgClassName
{
background-color: #A6C0B9;
}
</style>
border-color css
<style>
span { border-color: #A6C0B9; }
span { border-color: rgb(166,192,185); }
td.TdClassName
{
border-color: #A6C0B9;
}
.TagClassName
{
border-color: #A6C0B9;
}
</style>