Shades of Spring Rain #ADBDA5
Tints of Spring Rain #ADBDA5
RGB
CMYK
RGB Variations
Color information
#ADBDA5 (or 0xADBDA5) is known color: Spring Rain. HEX triplet: AD, BD and A5. RGB value is (173,189,165). Sum of RGB (Red+Green+Blue) = 173+189+165=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA5 is #52425A. Grayscale: #B5B5B5. Windows color (decimal): -5390939 or 10861997. OLE color: 10861997.
HSL color Cylindrical-coordinate representation of color #ADBDA5: hue angle of 100º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBDA5 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 165 | - |
CMYK | 0.08 | 0 | 0.13 | 0.26 |
HSL | 100º | 0.15% | 0.69% | - |
HSV(B) | 100º | 0.13% | 0.74% | - |
XYZ | 42.22 | 48 | 42.64 | - |
YUV | 181.48 | 118.7 | 121.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 165 | 0.08 | 0 | 0.13 | 0.26 | 100 | 0.15 | 0.69 |
Hex | AD | BD | A5 | 8 | 0 | D | 1A | 64 | F | 45 |
Octal | 255 | 275 | 245 | 10 | 0 | 15 | 32 | 144 | 17 | 105 |
Binary | 10101101 | 10111101 | 10100101 | 1000 | 0 | 1101 | 11010 | 1100100 | 1111 | 1000101 |
Color Harmonies of #ADBDA5
Complementary color
Monochromatic Colors of #ADBDA5
Black with #ADBDA5
Text Example
Text Example
White with #ADBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDA5; }
p { color: rgb(173,189,165); }
H1.HeaderClassName
{
color: #ADBDA5;
}
.AnyTagClassName
{
color: #ADBDA5;
}
</style>
background-color css
<style>
a { background-color: #ADBDA5; }
a { background-color: rgb(173,189,165); }
div.DivClassName
{
background-color: #ADBDA5;
}
.BgClassName
{
background-color: #ADBDA5;
}
</style>
border-color css
<style>
span { border-color: #ADBDA5; }
span { border-color: rgb(173,189,165); }
td.TdClassName
{
border-color: #ADBDA5;
}
.TagClassName
{
border-color: #ADBDA5;
}
</style>