Shades of Rainee #ADC0A9
Tints of Rainee #ADC0A9
RGB
CMYK
RGB Variations
Color information
#ADC0A9 (or 0xADC0A9) is known color: Rainee. HEX triplet: AD, C0 and A9. RGB value is (173,192,169). Sum of RGB (Red+Green+Blue) = 173+192+169=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0A9 is #523F56. Grayscale: #B7B7B7. Windows color (decimal): -5390167 or 11124909. OLE color: 11124909.
HSL color Cylindrical-coordinate representation of color #ADC0A9: hue angle of 109.57º degrees, saturation: 0.15, 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 #ADC0A9 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 169 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.25 |
| HSL | 109.57º | 0.15% | 0.71% | - |
| HSV(B) | 109.57º | 0.12% | 0.75% | - |
| XYZ | 43.24 | 49.45 | 44.8 | - |
| YUV | 183.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 169 | 0.10 | 0 | 0.12 | 0.25 | 109.57 | 0.15 | 0.71 |
| Hex | AD | C0 | A9 | A | 0 | C | 19 | 6E | F | 47 |
| Octal | 255 | 300 | 251 | 12 | 0 | 14 | 31 | 156 | 17 | 107 |
| Binary | 10101101 | 11000000 | 10101001 | 1010 | 0 | 1100 | 11001 | 1101110 | 1111 | 1000111 |
Color Harmonies of #ADC0A9
Complementary color
Monochromatic Colors of #ADC0A9
Black with #ADC0A9
Text Example
Text Example
White with #ADC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0A9; }
p { color: rgb(173,192,169); }
H1.HeaderClassName
{
color: #ADC0A9;
}
.AnyTagClassName
{
color: #ADC0A9;
}
</style>
background-color css
<style>
a { background-color: #ADC0A9; }
a { background-color: rgb(173,192,169); }
div.DivClassName
{
background-color: #ADC0A9;
}
.BgClassName
{
background-color: #ADC0A9;
}
</style>
border-color css
<style>
span { border-color: #ADC0A9; }
span { border-color: rgb(173,192,169); }
td.TdClassName
{
border-color: #ADC0A9;
}
.TagClassName
{
border-color: #ADC0A9;
}
</style>