Shades of Spring Rain #A1B59E
Tints of Spring Rain #A1B59E
RGB
CMYK
RGB Variations
Color information
#A1B59E (or 0xA1B59E) is known color: Spring Rain. HEX triplet: A1, B5 and 9E. RGB value is (161,181,158). Sum of RGB (Red+Green+Blue) = 161+181+158=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59E is #5E4A61. Grayscale: #ACACAC. Windows color (decimal): -6179426 or 10401185. OLE color: 10401185.
HSL color Cylindrical-coordinate representation of color #A1B59E: hue angle of 112.17º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B59E is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 158 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.29 |
| HSL | 112.17º | 0.13% | 0.66% | - |
| HSV(B) | 112.17º | 0.13% | 0.71% | - |
| XYZ | 37.39 | 43.09 | 38.69 | - |
| YUV | 172.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 158 | 0.11 | 0 | 0.13 | 0.29 | 112.17 | 0.13 | 0.66 |
| Hex | A1 | B5 | 9E | B | 0 | D | 1D | 70 | D | 42 |
| Octal | 241 | 265 | 236 | 13 | 0 | 15 | 35 | 160 | 15 | 102 |
| Binary | 10100001 | 10110101 | 10011110 | 1011 | 0 | 1101 | 11101 | 1110000 | 1101 | 1000010 |
Color Harmonies of #A1B59E
Complementary color
Monochromatic Colors of #A1B59E
Black with #A1B59E
Text Example
Text Example
White with #A1B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B59E; }
p { color: rgb(161,181,158); }
H1.HeaderClassName
{
color: #A1B59E;
}
.AnyTagClassName
{
color: #A1B59E;
}
</style>
background-color css
<style>
a { background-color: #A1B59E; }
a { background-color: rgb(161,181,158); }
div.DivClassName
{
background-color: #A1B59E;
}
.BgClassName
{
background-color: #A1B59E;
}
</style>
border-color css
<style>
span { border-color: #A1B59E; }
span { border-color: rgb(161,181,158); }
td.TdClassName
{
border-color: #A1B59E;
}
.TagClassName
{
border-color: #A1B59E;
}
</style>