Shades of Spring Rain #A1B598
Tints of Spring Rain #A1B598
RGB
CMYK
RGB Variations
Color information
#A1B598 (or 0xA1B598) is known color: Spring Rain. HEX triplet: A1, B5 and 98. RGB value is (161,181,152). Sum of RGB (Red+Green+Blue) = 161+181+152=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B598 is #5E4A67. Grayscale: #ABABAB. Windows color (decimal): -6179432 or 10007969. OLE color: 10007969.
HSL color Cylindrical-coordinate representation of color #A1B598: hue angle of 101.38º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B598 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 152 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.29 |
| HSL | 101.38º | 0.16% | 0.65% | - |
| HSV(B) | 101.38º | 0.16% | 0.71% | - |
| XYZ | 36.89 | 42.89 | 36.04 | - |
| YUV | 171.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 152 | 0.11 | 0 | 0.16 | 0.29 | 101.38 | 0.16 | 0.65 |
| Hex | A1 | B5 | 98 | B | 0 | 10 | 1D | 65 | 10 | 41 |
| Octal | 241 | 265 | 230 | 13 | 0 | 20 | 35 | 145 | 20 | 101 |
| Binary | 10100001 | 10110101 | 10011000 | 1011 | 0 | 10000 | 11101 | 1100101 | 10000 | 1000001 |
Color Harmonies of #A1B598
Complementary color
Monochromatic Colors of #A1B598
Black with #A1B598
Text Example
Text Example
White with #A1B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B598; }
p { color: rgb(161,181,152); }
H1.HeaderClassName
{
color: #A1B598;
}
.AnyTagClassName
{
color: #A1B598;
}
</style>
background-color css
<style>
a { background-color: #A1B598; }
a { background-color: rgb(161,181,152); }
div.DivClassName
{
background-color: #A1B598;
}
.BgClassName
{
background-color: #A1B598;
}
</style>
border-color css
<style>
span { border-color: #A1B598; }
span { border-color: rgb(161,181,152); }
td.TdClassName
{
border-color: #A1B598;
}
.TagClassName
{
border-color: #A1B598;
}
</style>