Shades of Spring Rain #ADC0A1
Tints of Spring Rain #ADC0A1
RGB
CMYK
RGB Variations
Color information
#ADC0A1 (or 0xADC0A1) is known color: Spring Rain. HEX triplet: AD, C0 and A1. RGB value is (173,192,161). Sum of RGB (Red+Green+Blue) = 173+192+161=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0A1 is #523F5E. Grayscale: #B6B6B6. Windows color (decimal): -5390175 or 10600621. OLE color: 10600621.
HSL color Cylindrical-coordinate representation of color #ADC0A1: hue angle of 96.77º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC0A1 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 161 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.25 |
| HSL | 96.77º | 0.2% | 0.69% | - |
| HSV(B) | 96.77º | 0.16% | 0.75% | - |
| XYZ | 42.52 | 49.16 | 40.97 | - |
| YUV | 182.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 161 | 0.10 | 0 | 0.16 | 0.25 | 96.77 | 0.2 | 0.69 |
| Hex | AD | C0 | A1 | A | 0 | 10 | 19 | 61 | 14 | 45 |
| Octal | 255 | 300 | 241 | 12 | 0 | 20 | 31 | 141 | 24 | 105 |
| Binary | 10101101 | 11000000 | 10100001 | 1010 | 0 | 10000 | 11001 | 1100001 | 10100 | 1000101 |
Color Harmonies of #ADC0A1
Complementary color
Monochromatic Colors of #ADC0A1
Black with #ADC0A1
Text Example
Text Example
White with #ADC0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0A1; }
p { color: rgb(173,192,161); }
H1.HeaderClassName
{
color: #ADC0A1;
}
.AnyTagClassName
{
color: #ADC0A1;
}
</style>
background-color css
<style>
a { background-color: #ADC0A1; }
a { background-color: rgb(173,192,161); }
div.DivClassName
{
background-color: #ADC0A1;
}
.BgClassName
{
background-color: #ADC0A1;
}
</style>
border-color css
<style>
span { border-color: #ADC0A1; }
span { border-color: rgb(173,192,161); }
td.TdClassName
{
border-color: #ADC0A1;
}
.TagClassName
{
border-color: #ADC0A1;
}
</style>