Shades of Spring Rain #ADCCA0
Tints of Spring Rain #ADCCA0
RGB
CMYK
RGB Variations
Color information
#ADCCA0 (or 0xADCCA0) is known color: Spring Rain. HEX triplet: AD, CC and A0. RGB value is (173,204,160). Sum of RGB (Red+Green+Blue) = 173+204+160=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA0 is #52335F. Grayscale: #BDBDBD. Windows color (decimal): -5387104 or 10538157. OLE color: 10538157.
HSL color Cylindrical-coordinate representation of color #ADCCA0: hue angle of 102.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 160 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.2 |
| HSL | 102.27º | 0.3% | 0.71% | - |
| HSV(B) | 102.27º | 0.22% | 0.8% | - |
| XYZ | 45.17 | 54.61 | 41.42 | - |
| YUV | 189.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 160 | 0.15 | 0 | 0.22 | 0.2 | 102.27 | 0.3 | 0.71 |
| Hex | AD | CC | A0 | F | 0 | 16 | 14 | 66 | 1E | 47 |
| Octal | 255 | 314 | 240 | 17 | 0 | 26 | 24 | 146 | 36 | 107 |
| Binary | 10101101 | 11001100 | 10100000 | 1111 | 0 | 10110 | 10100 | 1100110 | 11110 | 1000111 |
Color Harmonies of #ADCCA0
Complementary color
Monochromatic Colors of #ADCCA0
Black with #ADCCA0
Text Example
Text Example
White with #ADCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCA0; }
p { color: rgb(173,204,160); }
H1.HeaderClassName
{
color: #ADCCA0;
}
.AnyTagClassName
{
color: #ADCCA0;
}
</style>
background-color css
<style>
a { background-color: #ADCCA0; }
a { background-color: rgb(173,204,160); }
div.DivClassName
{
background-color: #ADCCA0;
}
.BgClassName
{
background-color: #ADCCA0;
}
</style>
border-color css
<style>
span { border-color: #ADCCA0; }
span { border-color: rgb(173,204,160); }
td.TdClassName
{
border-color: #ADCCA0;
}
.TagClassName
{
border-color: #ADCCA0;
}
</style>