Shades of Spring Rain #ADC5A1
Tints of Spring Rain #ADC5A1
RGB
CMYK
RGB Variations
Color information
#ADC5A1 (or 0xADC5A1) is known color: Spring Rain. HEX triplet: AD, C5 and A1. RGB value is (173,197,161). Sum of RGB (Red+Green+Blue) = 173+197+161=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5A1 is #523A5E. Grayscale: #B9B9B9. Windows color (decimal): -5388895 or 10601901. OLE color: 10601901.
HSL color Cylindrical-coordinate representation of color #ADC5A1: hue angle of 100º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC5A1 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 161 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.23 |
| HSL | 100º | 0.24% | 0.7% | - |
| HSV(B) | 100º | 0.18% | 0.77% | - |
| XYZ | 43.63 | 51.39 | 41.34 | - |
| YUV | 185.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 161 | 0.12 | 0 | 0.18 | 0.23 | 100 | 0.24 | 0.7 |
| Hex | AD | C5 | A1 | C | 0 | 12 | 17 | 64 | 18 | 46 |
| Octal | 255 | 305 | 241 | 14 | 0 | 22 | 27 | 144 | 30 | 106 |
| Binary | 10101101 | 11000101 | 10100001 | 1100 | 0 | 10010 | 10111 | 1100100 | 11000 | 1000110 |
Color Harmonies of #ADC5A1
Complementary color
Monochromatic Colors of #ADC5A1
Black with #ADC5A1
Text Example
Text Example
White with #ADC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5A1; }
p { color: rgb(173,197,161); }
H1.HeaderClassName
{
color: #ADC5A1;
}
.AnyTagClassName
{
color: #ADC5A1;
}
</style>
background-color css
<style>
a { background-color: #ADC5A1; }
a { background-color: rgb(173,197,161); }
div.DivClassName
{
background-color: #ADC5A1;
}
.BgClassName
{
background-color: #ADC5A1;
}
</style>
border-color css
<style>
span { border-color: #ADC5A1; }
span { border-color: rgb(173,197,161); }
td.TdClassName
{
border-color: #ADC5A1;
}
.TagClassName
{
border-color: #ADC5A1;
}
</style>