Shades of Opal #A3C0BD
Tints of Opal #A3C0BD
RGB
CMYK
RGB Variations
Color information
#A3C0BD (or 0xA3C0BD) is known color: Opal. HEX triplet: A3, C0 and BD. RGB value is (163,192,189). Sum of RGB (Red+Green+Blue) = 163+192+189=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0BD is #5C3F42. Grayscale: #B6B6B6. Windows color (decimal): -6045507 or 12435619. OLE color: 12435619.
HSL color Cylindrical-coordinate representation of color #A3C0BD: hue angle of 173.79º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0BD is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 189 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.25 |
| HSL | 173.79º | 0.19% | 0.7% | - |
| HSV(B) | 173.79º | 0.15% | 0.75% | - |
| XYZ | 43.14 | 49.16 | 55.36 | - |
| YUV | 182.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 189 | 0.15 | 0 | 0.02 | 0.25 | 173.79 | 0.19 | 0.7 |
| Hex | A3 | C0 | BD | F | 0 | 2 | 19 | AE | 13 | 46 |
| Octal | 243 | 300 | 275 | 17 | 0 | 2 | 31 | 256 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10111101 | 1111 | 0 | 10 | 11001 | 10101110 | 10011 | 1000110 |
Color Harmonies of #A3C0BD
Complementary color
Monochromatic Colors of #A3C0BD
Black with #A3C0BD
Text Example
Text Example
White with #A3C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0BD; }
p { color: rgb(163,192,189); }
H1.HeaderClassName
{
color: #A3C0BD;
}
.AnyTagClassName
{
color: #A3C0BD;
}
</style>
background-color css
<style>
a { background-color: #A3C0BD; }
a { background-color: rgb(163,192,189); }
div.DivClassName
{
background-color: #A3C0BD;
}
.BgClassName
{
background-color: #A3C0BD;
}
</style>
border-color css
<style>
span { border-color: #A3C0BD; }
span { border-color: rgb(163,192,189); }
td.TdClassName
{
border-color: #A3C0BD;
}
.TagClassName
{
border-color: #A3C0BD;
}
</style>