Shades of Spring Rain #A2B49B
Tints of Spring Rain #A2B49B
RGB
CMYK
RGB Variations
Color information
#A2B49B (or 0xA2B49B) is known color: Spring Rain. HEX triplet: A2, B4 and 9B. RGB value is (162,180,155). Sum of RGB (Red+Green+Blue) = 162+180+155=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49B is #5D4B64. Grayscale: #ABABAB. Windows color (decimal): -6114149 or 10204322. OLE color: 10204322.
HSL color Cylindrical-coordinate representation of color #A2B49B: hue angle of 103.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B49B is Cyan = 0.1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 155 | - |
| CMYK | 0.1 | 0 | 0.14 | 0.29 |
| HSL | 103.2º | 0.14% | 0.66% | - |
| HSV(B) | 103.2º | 0.14% | 0.71% | - |
| XYZ | 37.14 | 42.69 | 37.29 | - |
| YUV | 171.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 155 | 0.1 | 0 | 0.14 | 0.29 | 103.2 | 0.14 | 0.66 |
| Hex | A2 | B4 | 9B | A | 0 | E | 1D | 67 | E | 42 |
| Octal | 242 | 264 | 233 | 12 | 0 | 16 | 35 | 147 | 16 | 102 |
| Binary | 10100010 | 10110100 | 10011011 | 1010 | 0 | 1110 | 11101 | 1100111 | 1110 | 1000010 |
Color Harmonies of #A2B49B
Complementary color
Monochromatic Colors of #A2B49B
Black with #A2B49B
Text Example
Text Example
White with #A2B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B49B; }
p { color: rgb(162,180,155); }
H1.HeaderClassName
{
color: #A2B49B;
}
.AnyTagClassName
{
color: #A2B49B;
}
</style>
background-color css
<style>
a { background-color: #A2B49B; }
a { background-color: rgb(162,180,155); }
div.DivClassName
{
background-color: #A2B49B;
}
.BgClassName
{
background-color: #A2B49B;
}
</style>
border-color css
<style>
span { border-color: #A2B49B; }
span { border-color: rgb(162,180,155); }
td.TdClassName
{
border-color: #A2B49B;
}
.TagClassName
{
border-color: #A2B49B;
}
</style>