Shades of Rainee #ADC0A8
Tints of Rainee #ADC0A8
RGB
CMYK
RGB Variations
Color information
#ADC0A8 (or 0xADC0A8) is known color: Rainee. HEX triplet: AD, C0 and A8. RGB value is (173,192,168). Sum of RGB (Red+Green+Blue) = 173+192+168=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0A8 is #523F57. Grayscale: #B7B7B7. Windows color (decimal): -5390168 or 11059373. OLE color: 11059373.
HSL color Cylindrical-coordinate representation of color #ADC0A8: hue angle of 107.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 168 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.25 |
| HSL | 107.5º | 0.16% | 0.71% | - |
| HSV(B) | 107.5º | 0.13% | 0.75% | - |
| XYZ | 43.15 | 49.41 | 44.31 | - |
| YUV | 183.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 168 | 0.10 | 0 | 0.12 | 0.25 | 107.5 | 0.16 | 0.71 |
| Hex | AD | C0 | A8 | A | 0 | C | 19 | 6C | 10 | 47 |
| Octal | 255 | 300 | 250 | 12 | 0 | 14 | 31 | 154 | 20 | 107 |
| Binary | 10101101 | 11000000 | 10101000 | 1010 | 0 | 1100 | 11001 | 1101100 | 10000 | 1000111 |
Color Harmonies of #ADC0A8
Complementary color
Monochromatic Colors of #ADC0A8
Black with #ADC0A8
Text Example
Text Example
White with #ADC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0A8; }
p { color: rgb(173,192,168); }
H1.HeaderClassName
{
color: #ADC0A8;
}
.AnyTagClassName
{
color: #ADC0A8;
}
</style>
background-color css
<style>
a { background-color: #ADC0A8; }
a { background-color: rgb(173,192,168); }
div.DivClassName
{
background-color: #ADC0A8;
}
.BgClassName
{
background-color: #ADC0A8;
}
</style>
border-color css
<style>
span { border-color: #ADC0A8; }
span { border-color: rgb(173,192,168); }
td.TdClassName
{
border-color: #ADC0A8;
}
.TagClassName
{
border-color: #ADC0A8;
}
</style>