Shades of Spring Rain #ADCBA3
Tints of Spring Rain #ADCBA3
RGB
CMYK
RGB Variations
Color information
#ADCBA3 (or 0xADCBA3) is known color: Spring Rain. HEX triplet: AD, CB and A3. RGB value is (173,203,163). Sum of RGB (Red+Green+Blue) = 173+203+163=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA3 is #52345C. Grayscale: #BDBDBD. Windows color (decimal): -5387357 or 10734509. OLE color: 10734509.
HSL color Cylindrical-coordinate representation of color #ADCBA3: hue angle of 105º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCBA3 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 203 | 163 | - |
CMYK | 0.15 | 0 | 0.20 | 0.20 |
HSL | 105º | 0.28% | 0.72% | - |
HSV(B) | 105º | 0.2% | 0.8% | - |
XYZ | 45.2 | 54.24 | 42.74 | - |
YUV | 189.47 | 113.06 | 116.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 203 | 163 | 0.15 | 0 | 0.20 | 0.20 | 105 | 0.28 | 0.72 |
Hex | AD | CB | A3 | F | 0 | 14 | 14 | 69 | 1C | 48 |
Octal | 255 | 313 | 243 | 17 | 0 | 24 | 24 | 151 | 34 | 110 |
Binary | 10101101 | 11001011 | 10100011 | 1111 | 0 | 10100 | 10100 | 1101001 | 11100 | 1001000 |
Color Harmonies of #ADCBA3
Complementary color
Monochromatic Colors of #ADCBA3
Black with #ADCBA3
Text Example
Text Example
White with #ADCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA3; }
p { color: rgb(173,203,163); }
H1.HeaderClassName
{
color: #ADCBA3;
}
.AnyTagClassName
{
color: #ADCBA3;
}
</style>
background-color css
<style>
a { background-color: #ADCBA3; }
a { background-color: rgb(173,203,163); }
div.DivClassName
{
background-color: #ADCBA3;
}
.BgClassName
{
background-color: #ADCBA3;
}
</style>
border-color css
<style>
span { border-color: #ADCBA3; }
span { border-color: rgb(173,203,163); }
td.TdClassName
{
border-color: #ADCBA3;
}
.TagClassName
{
border-color: #ADCBA3;
}
</style>