Shades of Opal #A0CAC3
Tints of Opal #A0CAC3
RGB
CMYK
RGB Variations
Color information
#A0CAC3 (or 0xA0CAC3) is known color: Opal. HEX triplet: A0, CA and C3. RGB value is (160,202,195). Sum of RGB (Red+Green+Blue) = 160+202+195=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC3 is #5F353C. Grayscale: #BCBCBC. Windows color (decimal): -6239549 or 12831392. OLE color: 12831392.
HSL color Cylindrical-coordinate representation of color #A0CAC3: hue angle of 170º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC3 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 195 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.21 |
| HSL | 170º | 0.28% | 0.71% | - |
| HSV(B) | 170º | 0.21% | 0.79% | - |
| XYZ | 45.47 | 53.65 | 59.59 | - |
| YUV | 188.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 195 | 0.21 | 0 | 0.03 | 0.21 | 170 | 0.28 | 0.71 |
| Hex | A0 | CA | C3 | 15 | 0 | 3 | 15 | AA | 1C | 47 |
| Octal | 240 | 312 | 303 | 25 | 0 | 3 | 25 | 252 | 34 | 107 |
| Binary | 10100000 | 11001010 | 11000011 | 10101 | 0 | 11 | 10101 | 10101010 | 11100 | 1000111 |
Color Harmonies of #A0CAC3
Complementary color
Monochromatic Colors of #A0CAC3
Black with #A0CAC3
Text Example
Text Example
White with #A0CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAC3; }
p { color: rgb(160,202,195); }
H1.HeaderClassName
{
color: #A0CAC3;
}
.AnyTagClassName
{
color: #A0CAC3;
}
</style>
background-color css
<style>
a { background-color: #A0CAC3; }
a { background-color: rgb(160,202,195); }
div.DivClassName
{
background-color: #A0CAC3;
}
.BgClassName
{
background-color: #A0CAC3;
}
</style>
border-color css
<style>
span { border-color: #A0CAC3; }
span { border-color: rgb(160,202,195); }
td.TdClassName
{
border-color: #A0CAC3;
}
.TagClassName
{
border-color: #A0CAC3;
}
</style>