Shades of Spring Rain #ADC4A1
Tints of Spring Rain #ADC4A1
RGB
CMYK
RGB Variations
Color information
#ADC4A1 (or 0xADC4A1) is known color: Spring Rain. HEX triplet: AD, C4 and A1. RGB value is (173,196,161). Sum of RGB (Red+Green+Blue) = 173+196+161=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4A1 is #523B5E. Grayscale: #B9B9B9. Windows color (decimal): -5389151 or 10601645. OLE color: 10601645.
HSL color Cylindrical-coordinate representation of color #ADC4A1: hue angle of 99.43º degrees, saturation: 0.23, 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 #ADC4A1 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 161 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.23 |
| HSL | 99.43º | 0.23% | 0.7% | - |
| HSV(B) | 99.43º | 0.18% | 0.77% | - |
| XYZ | 43.41 | 50.94 | 41.26 | - |
| YUV | 185.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 161 | 0.12 | 0 | 0.18 | 0.23 | 99.43 | 0.23 | 0.7 |
| Hex | AD | C4 | A1 | C | 0 | 12 | 17 | 63 | 17 | 46 |
| Octal | 255 | 304 | 241 | 14 | 0 | 22 | 27 | 143 | 27 | 106 |
| Binary | 10101101 | 11000100 | 10100001 | 1100 | 0 | 10010 | 10111 | 1100011 | 10111 | 1000110 |
Color Harmonies of #ADC4A1
Complementary color
Monochromatic Colors of #ADC4A1
Black with #ADC4A1
Text Example
Text Example
White with #ADC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4A1; }
p { color: rgb(173,196,161); }
H1.HeaderClassName
{
color: #ADC4A1;
}
.AnyTagClassName
{
color: #ADC4A1;
}
</style>
background-color css
<style>
a { background-color: #ADC4A1; }
a { background-color: rgb(173,196,161); }
div.DivClassName
{
background-color: #ADC4A1;
}
.BgClassName
{
background-color: #ADC4A1;
}
</style>
border-color css
<style>
span { border-color: #ADC4A1; }
span { border-color: rgb(173,196,161); }
td.TdClassName
{
border-color: #ADC4A1;
}
.TagClassName
{
border-color: #ADC4A1;
}
</style>