Shades of Spring Rain #ADB9A8
Tints of Spring Rain #ADB9A8
RGB
CMYK
RGB Variations
Color information
#ADB9A8 (or 0xADB9A8) is known color: Spring Rain. HEX triplet: AD, B9 and A8. RGB value is (173,185,168). Sum of RGB (Red+Green+Blue) = 173+185+168=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A8 is #524657. Grayscale: #B3B3B3. Windows color (decimal): -5391960 or 11057581. OLE color: 11057581.
HSL color Cylindrical-coordinate representation of color #ADB9A8: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 185 | 168 | - |
CMYK | 0.06 | 0 | 0.09 | 0.27 |
HSL | 102.35º | 0.11% | 0.69% | - |
HSV(B) | 102.35º | 0.09% | 0.73% | - |
XYZ | 41.65 | 46.41 | 43.81 | - |
YUV | 179.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 168 | 0.06 | 0 | 0.09 | 0.27 | 102.35 | 0.11 | 0.69 |
Hex | AD | B9 | A8 | 6 | 0 | 9 | 1B | 66 | B | 45 |
Octal | 255 | 271 | 250 | 6 | 0 | 11 | 33 | 146 | 13 | 105 |
Binary | 10101101 | 10111001 | 10101000 | 110 | 0 | 1001 | 11011 | 1100110 | 1011 | 1000101 |
Color Harmonies of #ADB9A8
Complementary color
Monochromatic Colors of #ADB9A8
Black with #ADB9A8
Text Example
Text Example
White with #ADB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9A8; }
p { color: rgb(173,185,168); }
H1.HeaderClassName
{
color: #ADB9A8;
}
.AnyTagClassName
{
color: #ADB9A8;
}
</style>
background-color css
<style>
a { background-color: #ADB9A8; }
a { background-color: rgb(173,185,168); }
div.DivClassName
{
background-color: #ADB9A8;
}
.BgClassName
{
background-color: #ADB9A8;
}
</style>
border-color css
<style>
span { border-color: #ADB9A8; }
span { border-color: rgb(173,185,168); }
td.TdClassName
{
border-color: #ADB9A8;
}
.TagClassName
{
border-color: #ADB9A8;
}
</style>