Shades of Opal #A3CAC0
Tints of Opal #A3CAC0
RGB
CMYK
RGB Variations
Color information
#A3CAC0 (or 0xA3CAC0) is known color: Opal. HEX triplet: A3, CA and C0. RGB value is (163,202,192). Sum of RGB (Red+Green+Blue) = 163+202+192=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC0 is #5C353F. Grayscale: #BDBDBD. Windows color (decimal): -6042944 or 12634787. OLE color: 12634787.
HSL color Cylindrical-coordinate representation of color #A3CAC0: hue angle of 164.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAC0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 192 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.21 |
| HSL | 164.62º | 0.27% | 0.72% | - |
| HSV(B) | 164.62º | 0.19% | 0.79% | - |
| XYZ | 45.74 | 53.83 | 57.85 | - |
| YUV | 189.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 192 | 0.19 | 0 | 0.05 | 0.21 | 164.62 | 0.27 | 0.72 |
| Hex | A3 | CA | C0 | 13 | 0 | 5 | 15 | A5 | 1B | 48 |
| Octal | 243 | 312 | 300 | 23 | 0 | 5 | 25 | 245 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11000000 | 10011 | 0 | 101 | 10101 | 10100101 | 11011 | 1001000 |
Color Harmonies of #A3CAC0
Complementary color
Monochromatic Colors of #A3CAC0
Black with #A3CAC0
Text Example
Text Example
White with #A3CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAC0; }
p { color: rgb(163,202,192); }
H1.HeaderClassName
{
color: #A3CAC0;
}
.AnyTagClassName
{
color: #A3CAC0;
}
</style>
background-color css
<style>
a { background-color: #A3CAC0; }
a { background-color: rgb(163,202,192); }
div.DivClassName
{
background-color: #A3CAC0;
}
.BgClassName
{
background-color: #A3CAC0;
}
</style>
border-color css
<style>
span { border-color: #A3CAC0; }
span { border-color: rgb(163,202,192); }
td.TdClassName
{
border-color: #A3CAC0;
}
.TagClassName
{
border-color: #A3CAC0;
}
</style>