Shades of Spring Rain #A2B99F
Tints of Spring Rain #A2B99F
RGB
CMYK
RGB Variations
Color information
#A2B99F (or 0xA2B99F) is known color: Spring Rain. HEX triplet: A2, B9 and 9F. RGB value is (162,185,159). Sum of RGB (Red+Green+Blue) = 162+185+159=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B99F is #5D4660. Grayscale: #AFAFAF. Windows color (decimal): -6112865 or 10467746. OLE color: 10467746.
HSL color Cylindrical-coordinate representation of color #A2B99F: hue angle of 113.08º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B99F is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 159 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.27 |
| HSL | 113.08º | 0.16% | 0.67% | - |
| HSV(B) | 113.08º | 0.14% | 0.73% | - |
| XYZ | 38.51 | 44.88 | 39.43 | - |
| YUV | 175.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 159 | 0.12 | 0 | 0.14 | 0.27 | 113.08 | 0.16 | 0.67 |
| Hex | A2 | B9 | 9F | C | 0 | E | 1B | 71 | 10 | 43 |
| Octal | 242 | 271 | 237 | 14 | 0 | 16 | 33 | 161 | 20 | 103 |
| Binary | 10100010 | 10111001 | 10011111 | 1100 | 0 | 1110 | 11011 | 1110001 | 10000 | 1000011 |
Color Harmonies of #A2B99F
Complementary color
Monochromatic Colors of #A2B99F
Black with #A2B99F
Text Example
Text Example
White with #A2B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B99F; }
p { color: rgb(162,185,159); }
H1.HeaderClassName
{
color: #A2B99F;
}
.AnyTagClassName
{
color: #A2B99F;
}
</style>
background-color css
<style>
a { background-color: #A2B99F; }
a { background-color: rgb(162,185,159); }
div.DivClassName
{
background-color: #A2B99F;
}
.BgClassName
{
background-color: #A2B99F;
}
</style>
border-color css
<style>
span { border-color: #A2B99F; }
span { border-color: rgb(162,185,159); }
td.TdClassName
{
border-color: #A2B99F;
}
.TagClassName
{
border-color: #A2B99F;
}
</style>