Shades of Opal #ADCAC1
Tints of Opal #ADCAC1
RGB
CMYK
RGB Variations
Color information
#ADCAC1 (or 0xADCAC1) is known color: Opal. HEX triplet: AD, CA and C1. RGB value is (173,202,193). Sum of RGB (Red+Green+Blue) = 173+202+193=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC1 is #52353E. Grayscale: #C0C0C0. Windows color (decimal): -5387583 or 12700333. OLE color: 12700333.
HSL color Cylindrical-coordinate representation of color #ADCAC1: hue angle of 161.38º 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 #ADCAC1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 193 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.21 |
| HSL | 161.38º | 0.21% | 0.74% | - |
| HSV(B) | 161.38º | 0.14% | 0.79% | - |
| XYZ | 47.98 | 54.98 | 58.53 | - |
| YUV | 192.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 193 | 0.14 | 0 | 0.04 | 0.21 | 161.38 | 0.21 | 0.74 |
| Hex | AD | CA | C1 | E | 0 | 4 | 15 | A1 | 15 | 4A |
| Octal | 255 | 312 | 301 | 16 | 0 | 4 | 25 | 241 | 25 | 112 |
| Binary | 10101101 | 11001010 | 11000001 | 1110 | 0 | 100 | 10101 | 10100001 | 10101 | 1001010 |
Color Harmonies of #ADCAC1
Complementary color
Monochromatic Colors of #ADCAC1
Black with #ADCAC1
Text Example
Text Example
White with #ADCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAC1; }
p { color: rgb(173,202,193); }
H1.HeaderClassName
{
color: #ADCAC1;
}
.AnyTagClassName
{
color: #ADCAC1;
}
</style>
background-color css
<style>
a { background-color: #ADCAC1; }
a { background-color: rgb(173,202,193); }
div.DivClassName
{
background-color: #ADCAC1;
}
.BgClassName
{
background-color: #ADCAC1;
}
</style>
border-color css
<style>
span { border-color: #ADCAC1; }
span { border-color: rgb(173,202,193); }
td.TdClassName
{
border-color: #ADCAC1;
}
.TagClassName
{
border-color: #ADCAC1;
}
</style>