Shades of Spring Rain #A1B998
Tints of Spring Rain #A1B998
RGB
CMYK
RGB Variations
Color information
#A1B998 (or 0xA1B998) is known color: Spring Rain. HEX triplet: A1, B9 and 98. RGB value is (161,185,152). Sum of RGB (Red+Green+Blue) = 161+185+152=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B998 is #5E4667. Grayscale: #AEAEAE. Windows color (decimal): -6178408 or 10008993. OLE color: 10008993.
HSL color Cylindrical-coordinate representation of color #A1B998: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1B998 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 152 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.27 |
| HSL | 103.64º | 0.19% | 0.66% | - |
| HSV(B) | 103.64º | 0.18% | 0.73% | - |
| XYZ | 37.71 | 44.54 | 36.32 | - |
| YUV | 174.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 152 | 0.13 | 0 | 0.18 | 0.27 | 103.64 | 0.19 | 0.66 |
| Hex | A1 | B9 | 98 | D | 0 | 12 | 1B | 68 | 13 | 42 |
| Octal | 241 | 271 | 230 | 15 | 0 | 22 | 33 | 150 | 23 | 102 |
| Binary | 10100001 | 10111001 | 10011000 | 1101 | 0 | 10010 | 11011 | 1101000 | 10011 | 1000010 |
Color Harmonies of #A1B998
Complementary color
Monochromatic Colors of #A1B998
Black with #A1B998
Text Example
Text Example
White with #A1B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B998; }
p { color: rgb(161,185,152); }
H1.HeaderClassName
{
color: #A1B998;
}
.AnyTagClassName
{
color: #A1B998;
}
</style>
background-color css
<style>
a { background-color: #A1B998; }
a { background-color: rgb(161,185,152); }
div.DivClassName
{
background-color: #A1B998;
}
.BgClassName
{
background-color: #A1B998;
}
</style>
border-color css
<style>
span { border-color: #A1B998; }
span { border-color: rgb(161,185,152); }
td.TdClassName
{
border-color: #A1B998;
}
.TagClassName
{
border-color: #A1B998;
}
</style>