Shades of Opal #ADCAC5
Tints of Opal #ADCAC5
RGB
CMYK
RGB Variations
Color information
#ADCAC5 (or 0xADCAC5) is known color: Opal. HEX triplet: AD, CA and C5. RGB value is (173,202,197). Sum of RGB (Red+Green+Blue) = 173+202+197=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC5 is #52353A. Grayscale: #C0C0C0. Windows color (decimal): -5387579 or 12962477. OLE color: 12962477.
HSL color Cylindrical-coordinate representation of color #ADCAC5: hue angle of 169.66º 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 #ADCAC5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 197 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.21 |
| HSL | 169.66º | 0.21% | 0.74% | - |
| HSV(B) | 169.66º | 0.14% | 0.79% | - |
| XYZ | 48.43 | 55.16 | 60.92 | - |
| YUV | 192.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 197 | 0.14 | 0 | 0.02 | 0.21 | 169.66 | 0.21 | 0.74 |
| Hex | AD | CA | C5 | E | 0 | 2 | 15 | AA | 15 | 4A |
| Octal | 255 | 312 | 305 | 16 | 0 | 2 | 25 | 252 | 25 | 112 |
| Binary | 10101101 | 11001010 | 11000101 | 1110 | 0 | 10 | 10101 | 10101010 | 10101 | 1001010 |
Color Harmonies of #ADCAC5
Complementary color
Monochromatic Colors of #ADCAC5
Black with #ADCAC5
Text Example
Text Example
White with #ADCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAC5; }
p { color: rgb(173,202,197); }
H1.HeaderClassName
{
color: #ADCAC5;
}
.AnyTagClassName
{
color: #ADCAC5;
}
</style>
background-color css
<style>
a { background-color: #ADCAC5; }
a { background-color: rgb(173,202,197); }
div.DivClassName
{
background-color: #ADCAC5;
}
.BgClassName
{
background-color: #ADCAC5;
}
</style>
border-color css
<style>
span { border-color: #ADCAC5; }
span { border-color: rgb(173,202,197); }
td.TdClassName
{
border-color: #ADCAC5;
}
.TagClassName
{
border-color: #ADCAC5;
}
</style>