Shades of Rainee #ADC0A7
Tints of Rainee #ADC0A7
RGB
CMYK
RGB Variations
Color information
#ADC0A7 (or 0xADC0A7) is known color: Rainee. HEX triplet: AD, C0 and A7. RGB value is (173,192,167). Sum of RGB (Red+Green+Blue) = 173+192+167=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0A7 is #523F58. Grayscale: #B7B7B7. Windows color (decimal): -5390169 or 10993837. OLE color: 10993837.
HSL color Cylindrical-coordinate representation of color #ADC0A7: hue angle of 105.6º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC0A7 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 167 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.25 |
| HSL | 105.6º | 0.17% | 0.7% | - |
| HSV(B) | 105.6º | 0.13% | 0.75% | - |
| XYZ | 43.06 | 49.37 | 43.82 | - |
| YUV | 183.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 167 | 0.10 | 0 | 0.13 | 0.25 | 105.6 | 0.17 | 0.7 |
| Hex | AD | C0 | A7 | A | 0 | D | 19 | 6A | 11 | 46 |
| Octal | 255 | 300 | 247 | 12 | 0 | 15 | 31 | 152 | 21 | 106 |
| Binary | 10101101 | 11000000 | 10100111 | 1010 | 0 | 1101 | 11001 | 1101010 | 10001 | 1000110 |
Color Harmonies of #ADC0A7
Complementary color
Monochromatic Colors of #ADC0A7
Black with #ADC0A7
Text Example
Text Example
White with #ADC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0A7; }
p { color: rgb(173,192,167); }
H1.HeaderClassName
{
color: #ADC0A7;
}
.AnyTagClassName
{
color: #ADC0A7;
}
</style>
background-color css
<style>
a { background-color: #ADC0A7; }
a { background-color: rgb(173,192,167); }
div.DivClassName
{
background-color: #ADC0A7;
}
.BgClassName
{
background-color: #ADC0A7;
}
</style>
border-color css
<style>
span { border-color: #ADC0A7; }
span { border-color: rgb(173,192,167); }
td.TdClassName
{
border-color: #ADC0A7;
}
.TagClassName
{
border-color: #ADC0A7;
}
</style>