Shades of Spring Rain #ADC8A3
Tints of Spring Rain #ADC8A3
RGB
CMYK
RGB Variations
Color information
#ADC8A3 (or 0xADC8A3) is known color: Spring Rain. HEX triplet: AD, C8 and A3. RGB value is (173,200,163). Sum of RGB (Red+Green+Blue) = 173+200+163=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8A3 is #52375C. Grayscale: #BBBBBB. Windows color (decimal): -5388125 or 10733741. OLE color: 10733741.
HSL color Cylindrical-coordinate representation of color #ADC8A3: hue angle of 103.78º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC8A3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 163 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.22 |
| HSL | 103.78º | 0.25% | 0.71% | - |
| HSV(B) | 103.78º | 0.19% | 0.78% | - |
| XYZ | 44.5 | 52.84 | 42.5 | - |
| YUV | 187.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 163 | 0.14 | 0 | 0.18 | 0.22 | 103.78 | 0.25 | 0.71 |
| Hex | AD | C8 | A3 | E | 0 | 12 | 16 | 68 | 19 | 47 |
| Octal | 255 | 310 | 243 | 16 | 0 | 22 | 26 | 150 | 31 | 107 |
| Binary | 10101101 | 11001000 | 10100011 | 1110 | 0 | 10010 | 10110 | 1101000 | 11001 | 1000111 |
Color Harmonies of #ADC8A3
Complementary color
Monochromatic Colors of #ADC8A3
Black with #ADC8A3
Text Example
Text Example
White with #ADC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8A3; }
p { color: rgb(173,200,163); }
H1.HeaderClassName
{
color: #ADC8A3;
}
.AnyTagClassName
{
color: #ADC8A3;
}
</style>
background-color css
<style>
a { background-color: #ADC8A3; }
a { background-color: rgb(173,200,163); }
div.DivClassName
{
background-color: #ADC8A3;
}
.BgClassName
{
background-color: #ADC8A3;
}
</style>
border-color css
<style>
span { border-color: #ADC8A3; }
span { border-color: rgb(173,200,163); }
td.TdClassName
{
border-color: #ADC8A3;
}
.TagClassName
{
border-color: #ADC8A3;
}
</style>