Shades of Spring Rain #A1B59F
Tints of Spring Rain #A1B59F
RGB
CMYK
RGB Variations
Color information
#A1B59F (or 0xA1B59F) is known color: Spring Rain. HEX triplet: A1, B5 and 9F. RGB value is (161,181,159). Sum of RGB (Red+Green+Blue) = 161+181+159=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59F is #5E4A60. Grayscale: #ACACAC. Windows color (decimal): -6179425 or 10466721. OLE color: 10466721.
HSL color Cylindrical-coordinate representation of color #A1B59F: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B59F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 159 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.29 |
| HSL | 114.55º | 0.13% | 0.67% | - |
| HSV(B) | 114.55º | 0.12% | 0.71% | - |
| XYZ | 37.48 | 43.13 | 39.15 | - |
| YUV | 172.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 159 | 0.11 | 0 | 0.12 | 0.29 | 114.55 | 0.13 | 0.67 |
| Hex | A1 | B5 | 9F | B | 0 | C | 1D | 73 | D | 43 |
| Octal | 241 | 265 | 237 | 13 | 0 | 14 | 35 | 163 | 15 | 103 |
| Binary | 10100001 | 10110101 | 10011111 | 1011 | 0 | 1100 | 11101 | 1110011 | 1101 | 1000011 |
Color Harmonies of #A1B59F
Complementary color
Monochromatic Colors of #A1B59F
Black with #A1B59F
Text Example
Text Example
White with #A1B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B59F; }
p { color: rgb(161,181,159); }
H1.HeaderClassName
{
color: #A1B59F;
}
.AnyTagClassName
{
color: #A1B59F;
}
</style>
background-color css
<style>
a { background-color: #A1B59F; }
a { background-color: rgb(161,181,159); }
div.DivClassName
{
background-color: #A1B59F;
}
.BgClassName
{
background-color: #A1B59F;
}
</style>
border-color css
<style>
span { border-color: #A1B59F; }
span { border-color: rgb(161,181,159); }
td.TdClassName
{
border-color: #A1B59F;
}
.TagClassName
{
border-color: #A1B59F;
}
</style>