Shades of Spring Rain #ADB3AA
Tints of Spring Rain #ADB3AA
RGB
CMYK
RGB Variations
Color information
#ADB3AA (or 0xADB3AA) is known color: Spring Rain. HEX triplet: AD, B3 and AA. RGB value is (173,179,170). Sum of RGB (Red+Green+Blue) = 173+179+170=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AA is #524C55. Grayscale: #B0B0B0. Windows color (decimal): -5393494 or 11187117. OLE color: 11187117.
HSL color Cylindrical-coordinate representation of color #ADB3AA: hue angle of 100º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB3AA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 170 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.30 |
| HSL | 100º | 0.06% | 0.68% | - |
| HSV(B) | 100º | 0.05% | 0.7% | - |
| XYZ | 40.61 | 44.03 | 44.39 | - |
| YUV | 176.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 170 | 0.03 | 0 | 0.05 | 0.30 | 100 | 0.06 | 0.68 |
| Hex | AD | B3 | AA | 3 | 0 | 5 | 1E | 64 | 6 | 44 |
| Octal | 255 | 263 | 252 | 3 | 0 | 5 | 36 | 144 | 6 | 104 |
| Binary | 10101101 | 10110011 | 10101010 | 11 | 0 | 101 | 11110 | 1100100 | 110 | 1000100 |
Color Harmonies of #ADB3AA
Complementary color
Monochromatic Colors of #ADB3AA
Black with #ADB3AA
Text Example
Text Example
White with #ADB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3AA; }
p { color: rgb(173,179,170); }
H1.HeaderClassName
{
color: #ADB3AA;
}
.AnyTagClassName
{
color: #ADB3AA;
}
</style>
background-color css
<style>
a { background-color: #ADB3AA; }
a { background-color: rgb(173,179,170); }
div.DivClassName
{
background-color: #ADB3AA;
}
.BgClassName
{
background-color: #ADB3AA;
}
</style>
border-color css
<style>
span { border-color: #ADB3AA; }
span { border-color: rgb(173,179,170); }
td.TdClassName
{
border-color: #ADB3AA;
}
.TagClassName
{
border-color: #ADB3AA;
}
</style>