Shades of Opal #A3C2B6
Tints of Opal #A3C2B6
RGB
CMYK
RGB Variations
Color information
#A3C2B6 (or 0xA3C2B6) is known color: Opal. HEX triplet: A3, C2 and B6. RGB value is (163,194,182). Sum of RGB (Red+Green+Blue) = 163+194+182=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2B6 is #5C3D49. Grayscale: #B7B7B7. Windows color (decimal): -6045002 or 11977379. OLE color: 11977379.
HSL color Cylindrical-coordinate representation of color #A3C2B6: hue angle of 156.77º degrees, saturation: 0.2, 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 #A3C2B6 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 182 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.24 |
| HSL | 156.77º | 0.2% | 0.7% | - |
| HSV(B) | 156.77º | 0.16% | 0.76% | - |
| XYZ | 42.84 | 49.75 | 51.6 | - |
| YUV | 183.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 182 | 0.16 | 0 | 0.06 | 0.24 | 156.77 | 0.2 | 0.7 |
| Hex | A3 | C2 | B6 | 10 | 0 | 6 | 18 | 9D | 14 | 46 |
| Octal | 243 | 302 | 266 | 20 | 0 | 6 | 30 | 235 | 24 | 106 |
| Binary | 10100011 | 11000010 | 10110110 | 10000 | 0 | 110 | 11000 | 10011101 | 10100 | 1000110 |
Color Harmonies of #A3C2B6
Complementary color
Monochromatic Colors of #A3C2B6
Black with #A3C2B6
Text Example
Text Example
White with #A3C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2B6; }
p { color: rgb(163,194,182); }
H1.HeaderClassName
{
color: #A3C2B6;
}
.AnyTagClassName
{
color: #A3C2B6;
}
</style>
background-color css
<style>
a { background-color: #A3C2B6; }
a { background-color: rgb(163,194,182); }
div.DivClassName
{
background-color: #A3C2B6;
}
.BgClassName
{
background-color: #A3C2B6;
}
</style>
border-color css
<style>
span { border-color: #A3C2B6; }
span { border-color: rgb(163,194,182); }
td.TdClassName
{
border-color: #A3C2B6;
}
.TagClassName
{
border-color: #A3C2B6;
}
</style>