Shades of Spring Rain #A2B99D
Tints of Spring Rain #A2B99D
RGB
CMYK
RGB Variations
Color information
#A2B99D (or 0xA2B99D) is known color: Spring Rain. HEX triplet: A2, B9 and 9D. RGB value is (162,185,157). Sum of RGB (Red+Green+Blue) = 162+185+157=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B99D is #5D4662. Grayscale: #AFAFAF. Windows color (decimal): -6112867 or 10336674. OLE color: 10336674.
HSL color Cylindrical-coordinate representation of color #A2B99D: hue angle of 109.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B99D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 157 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.27 |
| HSL | 109.29º | 0.17% | 0.67% | - |
| HSV(B) | 109.29º | 0.15% | 0.73% | - |
| XYZ | 38.34 | 44.81 | 38.53 | - |
| YUV | 174.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 157 | 0.12 | 0 | 0.15 | 0.27 | 109.29 | 0.17 | 0.67 |
| Hex | A2 | B9 | 9D | C | 0 | F | 1B | 6D | 11 | 43 |
| Octal | 242 | 271 | 235 | 14 | 0 | 17 | 33 | 155 | 21 | 103 |
| Binary | 10100010 | 10111001 | 10011101 | 1100 | 0 | 1111 | 11011 | 1101101 | 10001 | 1000011 |
Color Harmonies of #A2B99D
Complementary color
Monochromatic Colors of #A2B99D
Black with #A2B99D
Text Example
Text Example
White with #A2B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B99D; }
p { color: rgb(162,185,157); }
H1.HeaderClassName
{
color: #A2B99D;
}
.AnyTagClassName
{
color: #A2B99D;
}
</style>
background-color css
<style>
a { background-color: #A2B99D; }
a { background-color: rgb(162,185,157); }
div.DivClassName
{
background-color: #A2B99D;
}
.BgClassName
{
background-color: #A2B99D;
}
</style>
border-color css
<style>
span { border-color: #A2B99D; }
span { border-color: rgb(162,185,157); }
td.TdClassName
{
border-color: #A2B99D;
}
.TagClassName
{
border-color: #A2B99D;
}
</style>