Shades of Spring Rain #A2B29A
Tints of Spring Rain #A2B29A
RGB
CMYK
RGB Variations
Color information
#A2B29A (or 0xA2B29A) is known color: Spring Rain. HEX triplet: A2, B2 and 9A. RGB value is (162,178,154). Sum of RGB (Red+Green+Blue) = 162+178+154=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B29A is #5D4D65. Grayscale: #AAAAAA. Windows color (decimal): -6114662 or 10138274. OLE color: 10138274.
HSL color Cylindrical-coordinate representation of color #A2B29A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B29A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 154 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.30 |
| HSL | 100º | 0.13% | 0.65% | - |
| HSV(B) | 100º | 0.13% | 0.7% | - |
| XYZ | 36.65 | 41.86 | 36.72 | - |
| YUV | 170.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 154 | 0.09 | 0 | 0.13 | 0.30 | 100 | 0.13 | 0.65 |
| Hex | A2 | B2 | 9A | 9 | 0 | D | 1E | 64 | D | 41 |
| Octal | 242 | 262 | 232 | 11 | 0 | 15 | 36 | 144 | 15 | 101 |
| Binary | 10100010 | 10110010 | 10011010 | 1001 | 0 | 1101 | 11110 | 1100100 | 1101 | 1000001 |
Color Harmonies of #A2B29A
Complementary color
Monochromatic Colors of #A2B29A
Black with #A2B29A
Text Example
Text Example
White with #A2B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B29A; }
p { color: rgb(162,178,154); }
H1.HeaderClassName
{
color: #A2B29A;
}
.AnyTagClassName
{
color: #A2B29A;
}
</style>
background-color css
<style>
a { background-color: #A2B29A; }
a { background-color: rgb(162,178,154); }
div.DivClassName
{
background-color: #A2B29A;
}
.BgClassName
{
background-color: #A2B29A;
}
</style>
border-color css
<style>
span { border-color: #A2B29A; }
span { border-color: rgb(162,178,154); }
td.TdClassName
{
border-color: #A2B29A;
}
.TagClassName
{
border-color: #A2B29A;
}
</style>