Shades of Spring Rain #ADB5A9
Tints of Spring Rain #ADB5A9
RGB
CMYK
RGB Variations
Color information
#ADB5A9 (or 0xADB5A9) is known color: Spring Rain. HEX triplet: AD, B5 and A9. RGB value is (173,181,169). Sum of RGB (Red+Green+Blue) = 173+181+169=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5A9 is #524A56. Grayscale: #B1B1B1. Windows color (decimal): -5392983 or 11122093. OLE color: 11122093.
HSL color Cylindrical-coordinate representation of color #ADB5A9: hue angle of 100º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB5A9 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 169 | - |
CMYK | 0.04 | 0 | 0.07 | 0.29 |
HSL | 100º | 0.08% | 0.69% | - |
HSV(B) | 100º | 0.07% | 0.71% | - |
XYZ | 40.92 | 44.8 | 44.03 | - |
YUV | 177.24 | 123.35 | 124.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 169 | 0.04 | 0 | 0.07 | 0.29 | 100 | 0.08 | 0.69 |
Hex | AD | B5 | A9 | 4 | 0 | 7 | 1D | 64 | 8 | 45 |
Octal | 255 | 265 | 251 | 4 | 0 | 7 | 35 | 144 | 10 | 105 |
Binary | 10101101 | 10110101 | 10101001 | 100 | 0 | 111 | 11101 | 1100100 | 1000 | 1000101 |
Color Harmonies of #ADB5A9
Complementary color
Monochromatic Colors of #ADB5A9
Black with #ADB5A9
Text Example
Text Example
White with #ADB5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5A9; }
p { color: rgb(173,181,169); }
H1.HeaderClassName
{
color: #ADB5A9;
}
.AnyTagClassName
{
color: #ADB5A9;
}
</style>
background-color css
<style>
a { background-color: #ADB5A9; }
a { background-color: rgb(173,181,169); }
div.DivClassName
{
background-color: #ADB5A9;
}
.BgClassName
{
background-color: #ADB5A9;
}
</style>
border-color css
<style>
span { border-color: #ADB5A9; }
span { border-color: rgb(173,181,169); }
td.TdClassName
{
border-color: #ADB5A9;
}
.TagClassName
{
border-color: #ADB5A9;
}
</style>