Shades of Opal #A3CAC3
Tints of Opal #A3CAC3
RGB
CMYK
RGB Variations
Color information
#A3CAC3 (or 0xA3CAC3) is known color: Opal. HEX triplet: A3, CA and C3. RGB value is (163,202,195). Sum of RGB (Red+Green+Blue) = 163+202+195=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC3 is #5C353C. Grayscale: #BDBDBD. Windows color (decimal): -6042941 or 12831395. OLE color: 12831395.
HSL color Cylindrical-coordinate representation of color #A3CAC3: hue angle of 169.23º 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 #A3CAC3 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 195 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.21 |
| HSL | 169.23º | 0.27% | 0.72% | - |
| HSV(B) | 169.23º | 0.19% | 0.79% | - |
| XYZ | 46.08 | 53.97 | 59.62 | - |
| YUV | 189.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 195 | 0.19 | 0 | 0.03 | 0.21 | 169.23 | 0.27 | 0.72 |
| Hex | A3 | CA | C3 | 13 | 0 | 3 | 15 | A9 | 1B | 48 |
| Octal | 243 | 312 | 303 | 23 | 0 | 3 | 25 | 251 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11000011 | 10011 | 0 | 11 | 10101 | 10101001 | 11011 | 1001000 |
Color Harmonies of #A3CAC3
Complementary color
Monochromatic Colors of #A3CAC3
Black with #A3CAC3
Text Example
Text Example
White with #A3CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAC3; }
p { color: rgb(163,202,195); }
H1.HeaderClassName
{
color: #A3CAC3;
}
.AnyTagClassName
{
color: #A3CAC3;
}
</style>
background-color css
<style>
a { background-color: #A3CAC3; }
a { background-color: rgb(163,202,195); }
div.DivClassName
{
background-color: #A3CAC3;
}
.BgClassName
{
background-color: #A3CAC3;
}
</style>
border-color css
<style>
span { border-color: #A3CAC3; }
span { border-color: rgb(163,202,195); }
td.TdClassName
{
border-color: #A3CAC3;
}
.TagClassName
{
border-color: #A3CAC3;
}
</style>