Shades of Spring Rain #ADCAA4
Tints of Spring Rain #ADCAA4
RGB
CMYK
RGB Variations
Color information
#ADCAA4 (or 0xADCAA4) is known color: Spring Rain. HEX triplet: AD, CA and A4. RGB value is (173,202,164). Sum of RGB (Red+Green+Blue) = 173+202+164=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA4 is #52355B. Grayscale: #BDBDBD. Windows color (decimal): -5387612 or 10799789. OLE color: 10799789.
HSL color Cylindrical-coordinate representation of color #ADCAA4: hue angle of 105.79º degrees, saturation: 0.26, 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 #ADCAA4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 202 | 164 | - |
CMYK | 0.14 | 0 | 0.19 | 0.21 |
HSL | 105.79º | 0.26% | 0.72% | - |
HSV(B) | 105.79º | 0.19% | 0.79% | - |
XYZ | 45.05 | 53.81 | 43.13 | - |
YUV | 189 | 113.89 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 164 | 0.14 | 0 | 0.19 | 0.21 | 105.79 | 0.26 | 0.72 |
Hex | AD | CA | A4 | E | 0 | 13 | 15 | 6A | 1A | 48 |
Octal | 255 | 312 | 244 | 16 | 0 | 23 | 25 | 152 | 32 | 110 |
Binary | 10101101 | 11001010 | 10100100 | 1110 | 0 | 10011 | 10101 | 1101010 | 11010 | 1001000 |
Color Harmonies of #ADCAA4
Complementary color
Monochromatic Colors of #ADCAA4
Black with #ADCAA4
Text Example
Text Example
White with #ADCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAA4; }
p { color: rgb(173,202,164); }
H1.HeaderClassName
{
color: #ADCAA4;
}
.AnyTagClassName
{
color: #ADCAA4;
}
</style>
background-color css
<style>
a { background-color: #ADCAA4; }
a { background-color: rgb(173,202,164); }
div.DivClassName
{
background-color: #ADCAA4;
}
.BgClassName
{
background-color: #ADCAA4;
}
</style>
border-color css
<style>
span { border-color: #ADCAA4; }
span { border-color: rgb(173,202,164); }
td.TdClassName
{
border-color: #ADCAA4;
}
.TagClassName
{
border-color: #ADCAA4;
}
</style>