Shades of Spring Rain #ADCAA2
Tints of Spring Rain #ADCAA2
RGB
CMYK
RGB Variations
Color information
#ADCAA2 (or 0xADCAA2) is known color: Spring Rain. HEX triplet: AD, CA and A2. RGB value is (173,202,162). Sum of RGB (Red+Green+Blue) = 173+202+162=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA2 is #52355D. Grayscale: #BCBCBC. Windows color (decimal): -5387614 or 10668717. OLE color: 10668717.
HSL color Cylindrical-coordinate representation of color #ADCAA2: hue angle of 103.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCAA2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 202 | 162 | - |
CMYK | 0.14 | 0 | 0.20 | 0.21 |
HSL | 103.5º | 0.27% | 0.71% | - |
HSV(B) | 103.5º | 0.2% | 0.79% | - |
XYZ | 44.88 | 53.73 | 42.19 | - |
YUV | 188.77 | 112.89 | 116.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 162 | 0.14 | 0 | 0.20 | 0.21 | 103.5 | 0.27 | 0.71 |
Hex | AD | CA | A2 | E | 0 | 14 | 15 | 68 | 1B | 47 |
Octal | 255 | 312 | 242 | 16 | 0 | 24 | 25 | 150 | 33 | 107 |
Binary | 10101101 | 11001010 | 10100010 | 1110 | 0 | 10100 | 10101 | 1101000 | 11011 | 1000111 |
Color Harmonies of #ADCAA2
Complementary color
Monochromatic Colors of #ADCAA2
Black with #ADCAA2
Text Example
Text Example
White with #ADCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAA2; }
p { color: rgb(173,202,162); }
H1.HeaderClassName
{
color: #ADCAA2;
}
.AnyTagClassName
{
color: #ADCAA2;
}
</style>
background-color css
<style>
a { background-color: #ADCAA2; }
a { background-color: rgb(173,202,162); }
div.DivClassName
{
background-color: #ADCAA2;
}
.BgClassName
{
background-color: #ADCAA2;
}
</style>
border-color css
<style>
span { border-color: #ADCAA2; }
span { border-color: rgb(173,202,162); }
td.TdClassName
{
border-color: #ADCAA2;
}
.TagClassName
{
border-color: #ADCAA2;
}
</style>