Shades of Spring Rain #A1AD9E
Tints of Spring Rain #A1AD9E
RGB
CMYK
RGB Variations
Color information
#A1AD9E (or 0xA1AD9E) is known color: Spring Rain. HEX triplet: A1, AD and 9E. RGB value is (161,173,158). Sum of RGB (Red+Green+Blue) = 161+173+158=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9E is #5E5261. Grayscale: #A7A7A7. Windows color (decimal): -6181474 or 10399137. OLE color: 10399137.
HSL color Cylindrical-coordinate representation of color #A1AD9E: hue angle of 108º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AD9E is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 158 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.32 |
| HSL | 108º | 0.08% | 0.65% | - |
| HSV(B) | 108º | 0.09% | 0.68% | - |
| XYZ | 35.81 | 39.93 | 38.17 | - |
| YUV | 167.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 158 | 0.07 | 0 | 0.09 | 0.32 | 108 | 0.08 | 0.65 |
| Hex | A1 | AD | 9E | 7 | 0 | 9 | 20 | 6C | 8 | 41 |
| Octal | 241 | 255 | 236 | 7 | 0 | 11 | 40 | 154 | 10 | 101 |
| Binary | 10100001 | 10101101 | 10011110 | 111 | 0 | 1001 | 100000 | 1101100 | 1000 | 1000001 |
Color Harmonies of #A1AD9E
Complementary color
Monochromatic Colors of #A1AD9E
Black with #A1AD9E
Text Example
Text Example
White with #A1AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD9E; }
p { color: rgb(161,173,158); }
H1.HeaderClassName
{
color: #A1AD9E;
}
.AnyTagClassName
{
color: #A1AD9E;
}
</style>
background-color css
<style>
a { background-color: #A1AD9E; }
a { background-color: rgb(161,173,158); }
div.DivClassName
{
background-color: #A1AD9E;
}
.BgClassName
{
background-color: #A1AD9E;
}
</style>
border-color css
<style>
span { border-color: #A1AD9E; }
span { border-color: rgb(161,173,158); }
td.TdClassName
{
border-color: #A1AD9E;
}
.TagClassName
{
border-color: #A1AD9E;
}
</style>