Shades of Opal #A3CAC1
Tints of Opal #A3CAC1
RGB
CMYK
RGB Variations
Color information
#A3CAC1 (or 0xA3CAC1) is known color: Opal. HEX triplet: A3, CA and C1. RGB value is (163,202,193). Sum of RGB (Red+Green+Blue) = 163+202+193=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC1 is #5C353E. Grayscale: #BDBDBD. Windows color (decimal): -6042943 or 12700323. OLE color: 12700323.
HSL color Cylindrical-coordinate representation of color #A3CAC1: hue angle of 166.15º 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 #A3CAC1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 193 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.21 |
| HSL | 166.15º | 0.27% | 0.72% | - |
| HSV(B) | 166.15º | 0.19% | 0.79% | - |
| XYZ | 45.85 | 53.88 | 58.43 | - |
| YUV | 189.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 193 | 0.19 | 0 | 0.04 | 0.21 | 166.15 | 0.27 | 0.72 |
| Hex | A3 | CA | C1 | 13 | 0 | 4 | 15 | A6 | 1B | 48 |
| Octal | 243 | 312 | 301 | 23 | 0 | 4 | 25 | 246 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11000001 | 10011 | 0 | 100 | 10101 | 10100110 | 11011 | 1001000 |
Color Harmonies of #A3CAC1
Complementary color
Monochromatic Colors of #A3CAC1
Black with #A3CAC1
Text Example
Text Example
White with #A3CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAC1; }
p { color: rgb(163,202,193); }
H1.HeaderClassName
{
color: #A3CAC1;
}
.AnyTagClassName
{
color: #A3CAC1;
}
</style>
background-color css
<style>
a { background-color: #A3CAC1; }
a { background-color: rgb(163,202,193); }
div.DivClassName
{
background-color: #A3CAC1;
}
.BgClassName
{
background-color: #A3CAC1;
}
</style>
border-color css
<style>
span { border-color: #A3CAC1; }
span { border-color: rgb(163,202,193); }
td.TdClassName
{
border-color: #A3CAC1;
}
.TagClassName
{
border-color: #A3CAC1;
}
</style>