Shades of Rainee #ADC0AB
Tints of Rainee #ADC0AB
RGB
CMYK
RGB Variations
Color information
#ADC0AB (or 0xADC0AB) is known color: Rainee. HEX triplet: AD, C0 and AB. RGB value is (173,192,171). Sum of RGB (Red+Green+Blue) = 173+192+171=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0AB is #523F54. Grayscale: #B7B7B7. Windows color (decimal): -5390165 or 11255981. OLE color: 11255981.
HSL color Cylindrical-coordinate representation of color #ADC0AB: hue angle of 114.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC0AB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 171 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.25 |
| HSL | 114.29º | 0.14% | 0.71% | - |
| HSV(B) | 114.29º | 0.11% | 0.75% | - |
| XYZ | 43.43 | 49.52 | 45.8 | - |
| YUV | 183.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 171 | 0.10 | 0 | 0.11 | 0.25 | 114.29 | 0.14 | 0.71 |
| Hex | AD | C0 | AB | A | 0 | B | 19 | 72 | E | 47 |
| Octal | 255 | 300 | 253 | 12 | 0 | 13 | 31 | 162 | 16 | 107 |
| Binary | 10101101 | 11000000 | 10101011 | 1010 | 0 | 1011 | 11001 | 1110010 | 1110 | 1000111 |
Color Harmonies of #ADC0AB
Complementary color
Monochromatic Colors of #ADC0AB
Black with #ADC0AB
Text Example
Text Example
White with #ADC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0AB; }
p { color: rgb(173,192,171); }
H1.HeaderClassName
{
color: #ADC0AB;
}
.AnyTagClassName
{
color: #ADC0AB;
}
</style>
background-color css
<style>
a { background-color: #ADC0AB; }
a { background-color: rgb(173,192,171); }
div.DivClassName
{
background-color: #ADC0AB;
}
.BgClassName
{
background-color: #ADC0AB;
}
</style>
border-color css
<style>
span { border-color: #ADC0AB; }
span { border-color: rgb(173,192,171); }
td.TdClassName
{
border-color: #ADC0AB;
}
.TagClassName
{
border-color: #ADC0AB;
}
</style>