Shades of Opal #A3CCC0
Tints of Opal #A3CCC0
RGB
CMYK
RGB Variations
Color information
#A3CCC0 (or 0xA3CCC0) is known color: Opal. HEX triplet: A3, CC and C0. RGB value is (163,204,192). Sum of RGB (Red+Green+Blue) = 163+204+192=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCC0 is #5C333F. Grayscale: #BEBEBE. Windows color (decimal): -6042432 or 12635299. OLE color: 12635299.
HSL color Cylindrical-coordinate representation of color #A3CCC0: hue angle of 162.44º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCC0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 192 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.2 |
| HSL | 162.44º | 0.29% | 0.72% | - |
| HSV(B) | 162.44º | 0.2% | 0.8% | - |
| XYZ | 46.21 | 54.78 | 58.01 | - |
| YUV | 190.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 192 | 0.20 | 0 | 0.06 | 0.2 | 162.44 | 0.29 | 0.72 |
| Hex | A3 | CC | C0 | 14 | 0 | 6 | 14 | A2 | 1D | 48 |
| Octal | 243 | 314 | 300 | 24 | 0 | 6 | 24 | 242 | 35 | 110 |
| Binary | 10100011 | 11001100 | 11000000 | 10100 | 0 | 110 | 10100 | 10100010 | 11101 | 1001000 |
Color Harmonies of #A3CCC0
Complementary color
Monochromatic Colors of #A3CCC0
Black with #A3CCC0
Text Example
Text Example
White with #A3CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCC0; }
p { color: rgb(163,204,192); }
H1.HeaderClassName
{
color: #A3CCC0;
}
.AnyTagClassName
{
color: #A3CCC0;
}
</style>
background-color css
<style>
a { background-color: #A3CCC0; }
a { background-color: rgb(163,204,192); }
div.DivClassName
{
background-color: #A3CCC0;
}
.BgClassName
{
background-color: #A3CCC0;
}
</style>
border-color css
<style>
span { border-color: #A3CCC0; }
span { border-color: rgb(163,204,192); }
td.TdClassName
{
border-color: #A3CCC0;
}
.TagClassName
{
border-color: #A3CCC0;
}
</style>