Shades of Spring Rain #A1B99B
Tints of Spring Rain #A1B99B
RGB
CMYK
RGB Variations
Color information
#A1B99B (or 0xA1B99B) is known color: Spring Rain. HEX triplet: A1, B9 and 9B. RGB value is (161,185,155). Sum of RGB (Red+Green+Blue) = 161+185+155=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B99B is #5E4664. Grayscale: #AEAEAE. Windows color (decimal): -6178405 or 10205601. OLE color: 10205601.
HSL color Cylindrical-coordinate representation of color #A1B99B: hue angle of 108º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B99B is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 155 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.27 |
| HSL | 108º | 0.18% | 0.67% | - |
| HSV(B) | 108º | 0.16% | 0.73% | - |
| XYZ | 37.96 | 44.64 | 37.63 | - |
| YUV | 174.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 155 | 0.13 | 0 | 0.16 | 0.27 | 108 | 0.18 | 0.67 |
| Hex | A1 | B9 | 9B | D | 0 | 10 | 1B | 6C | 12 | 43 |
| Octal | 241 | 271 | 233 | 15 | 0 | 20 | 33 | 154 | 22 | 103 |
| Binary | 10100001 | 10111001 | 10011011 | 1101 | 0 | 10000 | 11011 | 1101100 | 10010 | 1000011 |
Color Harmonies of #A1B99B
Complementary color
Monochromatic Colors of #A1B99B
Black with #A1B99B
Text Example
Text Example
White with #A1B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B99B; }
p { color: rgb(161,185,155); }
H1.HeaderClassName
{
color: #A1B99B;
}
.AnyTagClassName
{
color: #A1B99B;
}
</style>
background-color css
<style>
a { background-color: #A1B99B; }
a { background-color: rgb(161,185,155); }
div.DivClassName
{
background-color: #A1B99B;
}
.BgClassName
{
background-color: #A1B99B;
}
</style>
border-color css
<style>
span { border-color: #A1B99B; }
span { border-color: rgb(161,185,155); }
td.TdClassName
{
border-color: #A1B99B;
}
.TagClassName
{
border-color: #A1B99B;
}
</style>