Shades of Spring Rain #A1B999
Tints of Spring Rain #A1B999
RGB
CMYK
RGB Variations
Color information
#A1B999 (or 0xA1B999) is known color: Spring Rain. HEX triplet: A1, B9 and 99. RGB value is (161,185,153). Sum of RGB (Red+Green+Blue) = 161+185+153=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B999 is #5E4666. Grayscale: #AEAEAE. Windows color (decimal): -6178407 or 10074529. OLE color: 10074529.
HSL color Cylindrical-coordinate representation of color #A1B999: hue angle of 105º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1B999 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 153 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.27 |
| HSL | 105º | 0.19% | 0.66% | - |
| HSV(B) | 105º | 0.17% | 0.73% | - |
| XYZ | 37.8 | 44.57 | 36.75 | - |
| YUV | 174.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 153 | 0.13 | 0 | 0.17 | 0.27 | 105 | 0.19 | 0.66 |
| Hex | A1 | B9 | 99 | D | 0 | 11 | 1B | 69 | 13 | 42 |
| Octal | 241 | 271 | 231 | 15 | 0 | 21 | 33 | 151 | 23 | 102 |
| Binary | 10100001 | 10111001 | 10011001 | 1101 | 0 | 10001 | 11011 | 1101001 | 10011 | 1000010 |
Color Harmonies of #A1B999
Complementary color
Monochromatic Colors of #A1B999
Black with #A1B999
Text Example
Text Example
White with #A1B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B999; }
p { color: rgb(161,185,153); }
H1.HeaderClassName
{
color: #A1B999;
}
.AnyTagClassName
{
color: #A1B999;
}
</style>
background-color css
<style>
a { background-color: #A1B999; }
a { background-color: rgb(161,185,153); }
div.DivClassName
{
background-color: #A1B999;
}
.BgClassName
{
background-color: #A1B999;
}
</style>
border-color css
<style>
span { border-color: #A1B999; }
span { border-color: rgb(161,185,153); }
td.TdClassName
{
border-color: #A1B999;
}
.TagClassName
{
border-color: #A1B999;
}
</style>