Shades of Spring Rain #ADCBA0
Tints of Spring Rain #ADCBA0
RGB
CMYK
RGB Variations
Color information
#ADCBA0 (or 0xADCBA0) is known color: Spring Rain. HEX triplet: AD, CB and A0. RGB value is (173,203,160). Sum of RGB (Red+Green+Blue) = 173+203+160=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA0 is #52345F. Grayscale: #BDBDBD. Windows color (decimal): -5387360 or 10537901. OLE color: 10537901.
HSL color Cylindrical-coordinate representation of color #ADCBA0: hue angle of 101.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCBA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 160 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.20 |
| HSL | 101.86º | 0.29% | 0.71% | - |
| HSV(B) | 101.86º | 0.21% | 0.8% | - |
| XYZ | 44.93 | 54.13 | 41.34 | - |
| YUV | 189.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 160 | 0.15 | 0 | 0.21 | 0.20 | 101.86 | 0.29 | 0.71 |
| Hex | AD | CB | A0 | F | 0 | 15 | 14 | 66 | 1D | 47 |
| Octal | 255 | 313 | 240 | 17 | 0 | 25 | 24 | 146 | 35 | 107 |
| Binary | 10101101 | 11001011 | 10100000 | 1111 | 0 | 10101 | 10100 | 1100110 | 11101 | 1000111 |
Color Harmonies of #ADCBA0
Complementary color
Monochromatic Colors of #ADCBA0
Black with #ADCBA0
Text Example
Text Example
White with #ADCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA0; }
p { color: rgb(173,203,160); }
H1.HeaderClassName
{
color: #ADCBA0;
}
.AnyTagClassName
{
color: #ADCBA0;
}
</style>
background-color css
<style>
a { background-color: #ADCBA0; }
a { background-color: rgb(173,203,160); }
div.DivClassName
{
background-color: #ADCBA0;
}
.BgClassName
{
background-color: #ADCBA0;
}
</style>
border-color css
<style>
span { border-color: #ADCBA0; }
span { border-color: rgb(173,203,160); }
td.TdClassName
{
border-color: #ADCBA0;
}
.TagClassName
{
border-color: #ADCBA0;
}
</style>