Shades of Spring Rain #ADCBA1
Tints of Spring Rain #ADCBA1
RGB
CMYK
RGB Variations
Color information
#ADCBA1 (or 0xADCBA1) is known color: Spring Rain. HEX triplet: AD, CB and A1. RGB value is (173,203,161). Sum of RGB (Red+Green+Blue) = 173+203+161=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA1 is #52345E. Grayscale: #BDBDBD. Windows color (decimal): -5387359 or 10603437. OLE color: 10603437.
HSL color Cylindrical-coordinate representation of color #ADCBA1: hue angle of 102.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 #ADCBA1 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 161 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.20 |
| HSL | 102.86º | 0.29% | 0.71% | - |
| HSV(B) | 102.86º | 0.21% | 0.8% | - |
| XYZ | 45.02 | 54.17 | 41.8 | - |
| YUV | 189.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 161 | 0.15 | 0 | 0.21 | 0.20 | 102.86 | 0.29 | 0.71 |
| Hex | AD | CB | A1 | F | 0 | 15 | 14 | 67 | 1D | 47 |
| Octal | 255 | 313 | 241 | 17 | 0 | 25 | 24 | 147 | 35 | 107 |
| Binary | 10101101 | 11001011 | 10100001 | 1111 | 0 | 10101 | 10100 | 1100111 | 11101 | 1000111 |
Color Harmonies of #ADCBA1
Complementary color
Monochromatic Colors of #ADCBA1
Black with #ADCBA1
Text Example
Text Example
White with #ADCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA1; }
p { color: rgb(173,203,161); }
H1.HeaderClassName
{
color: #ADCBA1;
}
.AnyTagClassName
{
color: #ADCBA1;
}
</style>
background-color css
<style>
a { background-color: #ADCBA1; }
a { background-color: rgb(173,203,161); }
div.DivClassName
{
background-color: #ADCBA1;
}
.BgClassName
{
background-color: #ADCBA1;
}
</style>
border-color css
<style>
span { border-color: #ADCBA1; }
span { border-color: rgb(173,203,161); }
td.TdClassName
{
border-color: #ADCBA1;
}
.TagClassName
{
border-color: #ADCBA1;
}
</style>