Shades of Spring Rain #A1B499
Tints of Spring Rain #A1B499
RGB
CMYK
RGB Variations
Color information
#A1B499 (or 0xA1B499) is known color: Spring Rain. HEX triplet: A1, B4 and 99. RGB value is (161,180,153). Sum of RGB (Red+Green+Blue) = 161+180+153=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B499 is #5E4B66. Grayscale: #ABABAB. Windows color (decimal): -6179687 or 10073249. OLE color: 10073249.
HSL color Cylindrical-coordinate representation of color #A1B499: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B499 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 153 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.29 |
| HSL | 102.22º | 0.15% | 0.65% | - |
| HSV(B) | 102.22º | 0.15% | 0.71% | - |
| XYZ | 36.77 | 42.52 | 36.41 | - |
| YUV | 171.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 153 | 0.11 | 0 | 0.15 | 0.29 | 102.22 | 0.15 | 0.65 |
| Hex | A1 | B4 | 99 | B | 0 | F | 1D | 66 | F | 41 |
| Octal | 241 | 264 | 231 | 13 | 0 | 17 | 35 | 146 | 17 | 101 |
| Binary | 10100001 | 10110100 | 10011001 | 1011 | 0 | 1111 | 11101 | 1100110 | 1111 | 1000001 |
Color Harmonies of #A1B499
Complementary color
Monochromatic Colors of #A1B499
Black with #A1B499
Text Example
Text Example
White with #A1B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B499; }
p { color: rgb(161,180,153); }
H1.HeaderClassName
{
color: #A1B499;
}
.AnyTagClassName
{
color: #A1B499;
}
</style>
background-color css
<style>
a { background-color: #A1B499; }
a { background-color: rgb(161,180,153); }
div.DivClassName
{
background-color: #A1B499;
}
.BgClassName
{
background-color: #A1B499;
}
</style>
border-color css
<style>
span { border-color: #A1B499; }
span { border-color: rgb(161,180,153); }
td.TdClassName
{
border-color: #A1B499;
}
.TagClassName
{
border-color: #A1B499;
}
</style>