Shades of Spring Rain #A1B399
Tints of Spring Rain #A1B399
RGB
CMYK
RGB Variations
Color information
#A1B399 (or 0xA1B399) is known color: Spring Rain. HEX triplet: A1, B3 and 99. RGB value is (161,179,153). Sum of RGB (Red+Green+Blue) = 161+179+153=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B399 is #5E4C66. Grayscale: #AAAAAA. Windows color (decimal): -6179943 or 10072993. OLE color: 10072993.
HSL color Cylindrical-coordinate representation of color #A1B399: hue angle of 101.54º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B399 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 153 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.30 |
| HSL | 101.54º | 0.15% | 0.65% | - |
| HSV(B) | 101.54º | 0.15% | 0.7% | - |
| XYZ | 36.57 | 42.12 | 36.34 | - |
| YUV | 170.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 153 | 0.10 | 0 | 0.15 | 0.30 | 101.54 | 0.15 | 0.65 |
| Hex | A1 | B3 | 99 | A | 0 | F | 1E | 66 | F | 41 |
| Octal | 241 | 263 | 231 | 12 | 0 | 17 | 36 | 146 | 17 | 101 |
| Binary | 10100001 | 10110011 | 10011001 | 1010 | 0 | 1111 | 11110 | 1100110 | 1111 | 1000001 |
Color Harmonies of #A1B399
Complementary color
Monochromatic Colors of #A1B399
Black with #A1B399
Text Example
Text Example
White with #A1B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B399; }
p { color: rgb(161,179,153); }
H1.HeaderClassName
{
color: #A1B399;
}
.AnyTagClassName
{
color: #A1B399;
}
</style>
background-color css
<style>
a { background-color: #A1B399; }
a { background-color: rgb(161,179,153); }
div.DivClassName
{
background-color: #A1B399;
}
.BgClassName
{
background-color: #A1B399;
}
</style>
border-color css
<style>
span { border-color: #A1B399; }
span { border-color: rgb(161,179,153); }
td.TdClassName
{
border-color: #A1B399;
}
.TagClassName
{
border-color: #A1B399;
}
</style>