Shades of Spring Rain #ADCAA3
Tints of Spring Rain #ADCAA3
RGB
CMYK
RGB Variations
Color information
#ADCAA3 (or 0xADCAA3) is known color: Spring Rain. HEX triplet: AD, CA and A3. RGB value is (173,202,163). Sum of RGB (Red+Green+Blue) = 173+202+163=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA3 is #52355C. Grayscale: #BDBDBD. Windows color (decimal): -5387613 or 10734253. OLE color: 10734253.
HSL color Cylindrical-coordinate representation of color #ADCAA3: hue angle of 104.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADCAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 163 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.21 |
| HSL | 104.62º | 0.27% | 0.72% | - |
| HSV(B) | 104.62º | 0.19% | 0.79% | - |
| XYZ | 44.96 | 53.77 | 42.66 | - |
| YUV | 188.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 163 | 0.14 | 0 | 0.19 | 0.21 | 104.62 | 0.27 | 0.72 |
| Hex | AD | CA | A3 | E | 0 | 13 | 15 | 69 | 1B | 48 |
| Octal | 255 | 312 | 243 | 16 | 0 | 23 | 25 | 151 | 33 | 110 |
| Binary | 10101101 | 11001010 | 10100011 | 1110 | 0 | 10011 | 10101 | 1101001 | 11011 | 1001000 |
Color Harmonies of #ADCAA3
Complementary color
Monochromatic Colors of #ADCAA3
Black with #ADCAA3
Text Example
Text Example
White with #ADCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAA3; }
p { color: rgb(173,202,163); }
H1.HeaderClassName
{
color: #ADCAA3;
}
.AnyTagClassName
{
color: #ADCAA3;
}
</style>
background-color css
<style>
a { background-color: #ADCAA3; }
a { background-color: rgb(173,202,163); }
div.DivClassName
{
background-color: #ADCAA3;
}
.BgClassName
{
background-color: #ADCAA3;
}
</style>
border-color css
<style>
span { border-color: #ADCAA3; }
span { border-color: rgb(173,202,163); }
td.TdClassName
{
border-color: #ADCAA3;
}
.TagClassName
{
border-color: #ADCAA3;
}
</style>