Shades of Opal #A3C3BA
Tints of Opal #A3C3BA
RGB
CMYK
RGB Variations
Color information
#A3C3BA (or 0xA3C3BA) is known color: Opal. HEX triplet: A3, C3 and BA. RGB value is (163,195,186). Sum of RGB (Red+Green+Blue) = 163+195+186=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3BA is #5C3C45. Grayscale: #B8B8B8. Windows color (decimal): -6044742 or 12239779. OLE color: 12239779.
HSL color Cylindrical-coordinate representation of color #A3C3BA: hue angle of 163.12º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C3BA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 186 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.24 |
| HSL | 163.13º | 0.21% | 0.7% | - |
| HSV(B) | 163.13º | 0.16% | 0.76% | - |
| XYZ | 43.48 | 50.36 | 53.88 | - |
| YUV | 184.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 186 | 0.16 | 0 | 0.05 | 0.24 | 163.13 | 0.21 | 0.7 |
| Hex | A3 | C3 | BA | 10 | 0 | 5 | 18 | A3 | 15 | 46 |
| Octal | 243 | 303 | 272 | 20 | 0 | 5 | 30 | 243 | 25 | 106 |
| Binary | 10100011 | 11000011 | 10111010 | 10000 | 0 | 101 | 11000 | 10100011 | 10101 | 1000110 |
Color Harmonies of #A3C3BA
Complementary color
Monochromatic Colors of #A3C3BA
Black with #A3C3BA
Text Example
Text Example
White with #A3C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C3BA; }
p { color: rgb(163,195,186); }
H1.HeaderClassName
{
color: #A3C3BA;
}
.AnyTagClassName
{
color: #A3C3BA;
}
</style>
background-color css
<style>
a { background-color: #A3C3BA; }
a { background-color: rgb(163,195,186); }
div.DivClassName
{
background-color: #A3C3BA;
}
.BgClassName
{
background-color: #A3C3BA;
}
</style>
border-color css
<style>
span { border-color: #A3C3BA; }
span { border-color: rgb(163,195,186); }
td.TdClassName
{
border-color: #A3C3BA;
}
.TagClassName
{
border-color: #A3C3BA;
}
</style>