Shades of Spring Rain #ADB4AA
Tints of Spring Rain #ADB4AA
RGB
CMYK
RGB Variations
Color information
#ADB4AA (or 0xADB4AA) is known color: Spring Rain. HEX triplet: AD, B4 and AA. RGB value is (173,180,170). Sum of RGB (Red+Green+Blue) = 173+180+170=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4AA is #524B55. Grayscale: #B0B0B0. Windows color (decimal): -5393238 or 11187373. OLE color: 11187373.
HSL color Cylindrical-coordinate representation of color #ADB4AA: hue angle of 102º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB4AA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 170 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.29 |
| HSL | 102º | 0.06% | 0.69% | - |
| HSV(B) | 102º | 0.06% | 0.71% | - |
| XYZ | 40.81 | 44.43 | 44.45 | - |
| YUV | 176.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 170 | 0.04 | 0 | 0.06 | 0.29 | 102 | 0.06 | 0.69 |
| Hex | AD | B4 | AA | 4 | 0 | 6 | 1D | 66 | 6 | 45 |
| Octal | 255 | 264 | 252 | 4 | 0 | 6 | 35 | 146 | 6 | 105 |
| Binary | 10101101 | 10110100 | 10101010 | 100 | 0 | 110 | 11101 | 1100110 | 110 | 1000101 |
Color Harmonies of #ADB4AA
Complementary color
Monochromatic Colors of #ADB4AA
Black with #ADB4AA
Text Example
Text Example
White with #ADB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4AA; }
p { color: rgb(173,180,170); }
H1.HeaderClassName
{
color: #ADB4AA;
}
.AnyTagClassName
{
color: #ADB4AA;
}
</style>
background-color css
<style>
a { background-color: #ADB4AA; }
a { background-color: rgb(173,180,170); }
div.DivClassName
{
background-color: #ADB4AA;
}
.BgClassName
{
background-color: #ADB4AA;
}
</style>
border-color css
<style>
span { border-color: #ADB4AA; }
span { border-color: rgb(173,180,170); }
td.TdClassName
{
border-color: #ADB4AA;
}
.TagClassName
{
border-color: #ADB4AA;
}
</style>