Shades of Opal #A3CCC3
Tints of Opal #A3CCC3
RGB
CMYK
RGB Variations
Color information
#A3CCC3 (or 0xA3CCC3) is known color: Opal. HEX triplet: A3, CC and C3. RGB value is (163,204,195). Sum of RGB (Red+Green+Blue) = 163+204+195=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCC3 is #5C333C. Grayscale: #BEBEBE. Windows color (decimal): -6042429 or 12831907. OLE color: 12831907.
HSL color Cylindrical-coordinate representation of color #A3CCC3: hue angle of 166.83º 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 #A3CCC3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 195 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.2 |
| HSL | 166.83º | 0.29% | 0.72% | - |
| HSV(B) | 166.83º | 0.2% | 0.8% | - |
| XYZ | 46.55 | 54.91 | 59.78 | - |
| YUV | 190.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 195 | 0.20 | 0 | 0.04 | 0.2 | 166.83 | 0.29 | 0.72 |
| Hex | A3 | CC | C3 | 14 | 0 | 4 | 14 | A7 | 1D | 48 |
| Octal | 243 | 314 | 303 | 24 | 0 | 4 | 24 | 247 | 35 | 110 |
| Binary | 10100011 | 11001100 | 11000011 | 10100 | 0 | 100 | 10100 | 10100111 | 11101 | 1001000 |
Color Harmonies of #A3CCC3
Complementary color
Monochromatic Colors of #A3CCC3
Black with #A3CCC3
Text Example
Text Example
White with #A3CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCC3; }
p { color: rgb(163,204,195); }
H1.HeaderClassName
{
color: #A3CCC3;
}
.AnyTagClassName
{
color: #A3CCC3;
}
</style>
background-color css
<style>
a { background-color: #A3CCC3; }
a { background-color: rgb(163,204,195); }
div.DivClassName
{
background-color: #A3CCC3;
}
.BgClassName
{
background-color: #A3CCC3;
}
</style>
border-color css
<style>
span { border-color: #A3CCC3; }
span { border-color: rgb(163,204,195); }
td.TdClassName
{
border-color: #A3CCC3;
}
.TagClassName
{
border-color: #A3CCC3;
}
</style>