Shades of Spring Rain #A2B49C
Tints of Spring Rain #A2B49C
RGB
CMYK
RGB Variations
Color information
#A2B49C (or 0xA2B49C) is known color: Spring Rain. HEX triplet: A2, B4 and 9C. RGB value is (162,180,156). Sum of RGB (Red+Green+Blue) = 162+180+156=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49C is #5D4B63. Grayscale: #ABABAB. Windows color (decimal): -6114148 or 10269858. OLE color: 10269858.
HSL color Cylindrical-coordinate representation of color #A2B49C: hue angle of 105º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B49C is Cyan = 0.1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 156 | - |
| CMYK | 0.1 | 0 | 0.13 | 0.29 |
| HSL | 105º | 0.14% | 0.66% | - |
| HSV(B) | 105º | 0.13% | 0.71% | - |
| XYZ | 37.22 | 42.72 | 37.74 | - |
| YUV | 171.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 156 | 0.1 | 0 | 0.13 | 0.29 | 105 | 0.14 | 0.66 |
| Hex | A2 | B4 | 9C | A | 0 | D | 1D | 69 | E | 42 |
| Octal | 242 | 264 | 234 | 12 | 0 | 15 | 35 | 151 | 16 | 102 |
| Binary | 10100010 | 10110100 | 10011100 | 1010 | 0 | 1101 | 11101 | 1101001 | 1110 | 1000010 |
Color Harmonies of #A2B49C
Complementary color
Monochromatic Colors of #A2B49C
Black with #A2B49C
Text Example
Text Example
White with #A2B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B49C; }
p { color: rgb(162,180,156); }
H1.HeaderClassName
{
color: #A2B49C;
}
.AnyTagClassName
{
color: #A2B49C;
}
</style>
background-color css
<style>
a { background-color: #A2B49C; }
a { background-color: rgb(162,180,156); }
div.DivClassName
{
background-color: #A2B49C;
}
.BgClassName
{
background-color: #A2B49C;
}
</style>
border-color css
<style>
span { border-color: #A2B49C; }
span { border-color: rgb(162,180,156); }
td.TdClassName
{
border-color: #A2B49C;
}
.TagClassName
{
border-color: #A2B49C;
}
</style>