Shades of Opal #ADCAC0
Tints of Opal #ADCAC0
RGB
CMYK
RGB Variations
Color information
#ADCAC0 (or 0xADCAC0) is known color: Opal. HEX triplet: AD, CA and C0. RGB value is (173,202,192). Sum of RGB (Red+Green+Blue) = 173+202+192=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC0 is #52353F. Grayscale: #C0C0C0. Windows color (decimal): -5387584 or 12634797. OLE color: 12634797.
HSL color Cylindrical-coordinate representation of color #ADCAC0: hue angle of 159.31º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAC0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 192 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.21 |
| HSL | 159.31º | 0.21% | 0.74% | - |
| HSV(B) | 159.31º | 0.14% | 0.79% | - |
| XYZ | 47.87 | 54.93 | 57.95 | - |
| YUV | 192.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 192 | 0.14 | 0 | 0.05 | 0.21 | 159.31 | 0.21 | 0.74 |
| Hex | AD | CA | C0 | E | 0 | 5 | 15 | 9F | 15 | 4A |
| Octal | 255 | 312 | 300 | 16 | 0 | 5 | 25 | 237 | 25 | 112 |
| Binary | 10101101 | 11001010 | 11000000 | 1110 | 0 | 101 | 10101 | 10011111 | 10101 | 1001010 |
Color Harmonies of #ADCAC0
Complementary color
Monochromatic Colors of #ADCAC0
Black with #ADCAC0
Text Example
Text Example
White with #ADCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAC0; }
p { color: rgb(173,202,192); }
H1.HeaderClassName
{
color: #ADCAC0;
}
.AnyTagClassName
{
color: #ADCAC0;
}
</style>
background-color css
<style>
a { background-color: #ADCAC0; }
a { background-color: rgb(173,202,192); }
div.DivClassName
{
background-color: #ADCAC0;
}
.BgClassName
{
background-color: #ADCAC0;
}
</style>
border-color css
<style>
span { border-color: #ADCAC0; }
span { border-color: rgb(173,202,192); }
td.TdClassName
{
border-color: #ADCAC0;
}
.TagClassName
{
border-color: #ADCAC0;
}
</style>