Shades of Spring Rain #ADB6A8
Tints of Spring Rain #ADB6A8
RGB
CMYK
RGB Variations
Color information
#ADB6A8 (or 0xADB6A8) is known color: Spring Rain. HEX triplet: AD, B6 and A8. RGB value is (173,182,168). Sum of RGB (Red+Green+Blue) = 173+182+168=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6A8 is #524957. Grayscale: #B1B1B1. Windows color (decimal): -5392728 or 11056813. OLE color: 11056813.
HSL color Cylindrical-coordinate representation of color #ADB6A8: hue angle of 98.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB6A8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 182 | 168 | - |
CMYK | 0.05 | 0 | 0.08 | 0.29 |
HSL | 98.57º | 0.09% | 0.69% | - |
HSV(B) | 98.57º | 0.08% | 0.71% | - |
XYZ | 41.03 | 45.17 | 43.6 | - |
YUV | 177.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 182 | 168 | 0.05 | 0 | 0.08 | 0.29 | 98.57 | 0.09 | 0.69 |
Hex | AD | B6 | A8 | 5 | 0 | 8 | 1D | 63 | 9 | 45 |
Octal | 255 | 266 | 250 | 5 | 0 | 10 | 35 | 143 | 11 | 105 |
Binary | 10101101 | 10110110 | 10101000 | 101 | 0 | 1000 | 11101 | 1100011 | 1001 | 1000101 |
Color Harmonies of #ADB6A8
Complementary color
Monochromatic Colors of #ADB6A8
Black with #ADB6A8
Text Example
Text Example
White with #ADB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6A8; }
p { color: rgb(173,182,168); }
H1.HeaderClassName
{
color: #ADB6A8;
}
.AnyTagClassName
{
color: #ADB6A8;
}
</style>
background-color css
<style>
a { background-color: #ADB6A8; }
a { background-color: rgb(173,182,168); }
div.DivClassName
{
background-color: #ADB6A8;
}
.BgClassName
{
background-color: #ADB6A8;
}
</style>
border-color css
<style>
span { border-color: #ADB6A8; }
span { border-color: rgb(173,182,168); }
td.TdClassName
{
border-color: #ADB6A8;
}
.TagClassName
{
border-color: #ADB6A8;
}
</style>