Shades of Spring Rain #ADC0A6
Tints of Spring Rain #ADC0A6
RGB
CMYK
RGB Variations
Color information
#ADC0A6 (or 0xADC0A6) is known color: Spring Rain. HEX triplet: AD, C0 and A6. RGB value is (173,192,166). Sum of RGB (Red+Green+Blue) = 173+192+166=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0A6 is #523F59. Grayscale: #B7B7B7. Windows color (decimal): -5390170 or 10928301. OLE color: 10928301.
HSL color Cylindrical-coordinate representation of color #ADC0A6: hue angle of 103.85º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC0A6 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 192 | 166 | - |
CMYK | 0.10 | 0 | 0.14 | 0.25 |
HSL | 103.85º | 0.17% | 0.7% | - |
HSV(B) | 103.85º | 0.14% | 0.75% | - |
XYZ | 42.97 | 49.34 | 43.33 | - |
YUV | 183.36 | 118.21 | 120.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 192 | 166 | 0.10 | 0 | 0.14 | 0.25 | 103.85 | 0.17 | 0.7 |
Hex | AD | C0 | A6 | A | 0 | E | 19 | 68 | 11 | 46 |
Octal | 255 | 300 | 246 | 12 | 0 | 16 | 31 | 150 | 21 | 106 |
Binary | 10101101 | 11000000 | 10100110 | 1010 | 0 | 1110 | 11001 | 1101000 | 10001 | 1000110 |
Color Harmonies of #ADC0A6
Complementary color
Monochromatic Colors of #ADC0A6
Black with #ADC0A6
Text Example
Text Example
White with #ADC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0A6; }
p { color: rgb(173,192,166); }
H1.HeaderClassName
{
color: #ADC0A6;
}
.AnyTagClassName
{
color: #ADC0A6;
}
</style>
background-color css
<style>
a { background-color: #ADC0A6; }
a { background-color: rgb(173,192,166); }
div.DivClassName
{
background-color: #ADC0A6;
}
.BgClassName
{
background-color: #ADC0A6;
}
</style>
border-color css
<style>
span { border-color: #ADC0A6; }
span { border-color: rgb(173,192,166); }
td.TdClassName
{
border-color: #ADC0A6;
}
.TagClassName
{
border-color: #ADC0A6;
}
</style>