Shades of Spring Rain #A1B59C
Tints of Spring Rain #A1B59C
RGB
CMYK
RGB Variations
Color information
#A1B59C (or 0xA1B59C) is known color: Spring Rain. HEX triplet: A1, B5 and 9C. RGB value is (161,181,156). Sum of RGB (Red+Green+Blue) = 161+181+156=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59C is #5E4A63. Grayscale: #ACACAC. Windows color (decimal): -6179428 or 10270113. OLE color: 10270113.
HSL color Cylindrical-coordinate representation of color #A1B59C: hue angle of 108º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B59C is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 156 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.29 |
| HSL | 108º | 0.14% | 0.66% | - |
| HSV(B) | 108º | 0.14% | 0.71% | - |
| XYZ | 37.22 | 43.03 | 37.8 | - |
| YUV | 172.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 156 | 0.11 | 0 | 0.14 | 0.29 | 108 | 0.14 | 0.66 |
| Hex | A1 | B5 | 9C | B | 0 | E | 1D | 6C | E | 42 |
| Octal | 241 | 265 | 234 | 13 | 0 | 16 | 35 | 154 | 16 | 102 |
| Binary | 10100001 | 10110101 | 10011100 | 1011 | 0 | 1110 | 11101 | 1101100 | 1110 | 1000010 |
Color Harmonies of #A1B59C
Complementary color
Monochromatic Colors of #A1B59C
Black with #A1B59C
Text Example
Text Example
White with #A1B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B59C; }
p { color: rgb(161,181,156); }
H1.HeaderClassName
{
color: #A1B59C;
}
.AnyTagClassName
{
color: #A1B59C;
}
</style>
background-color css
<style>
a { background-color: #A1B59C; }
a { background-color: rgb(161,181,156); }
div.DivClassName
{
background-color: #A1B59C;
}
.BgClassName
{
background-color: #A1B59C;
}
</style>
border-color css
<style>
span { border-color: #A1B59C; }
span { border-color: rgb(161,181,156); }
td.TdClassName
{
border-color: #A1B59C;
}
.TagClassName
{
border-color: #A1B59C;
}
</style>