Shades of Spring Rain #A2B29E
Tints of Spring Rain #A2B29E
RGB
CMYK
RGB Variations
Color information
#A2B29E (or 0xA2B29E) is known color: Spring Rain. HEX triplet: A2, B2 and 9E. RGB value is (162,178,158). Sum of RGB (Red+Green+Blue) = 162+178+158=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B29E is #5D4D61. Grayscale: #ABABAB. Windows color (decimal): -6114658 or 10400418. OLE color: 10400418.
HSL color Cylindrical-coordinate representation of color #A2B29E: hue angle of 108º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B29E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 158 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.30 |
| HSL | 108º | 0.11% | 0.66% | - |
| HSV(B) | 108º | 0.11% | 0.7% | - |
| XYZ | 36.99 | 41.99 | 38.5 | - |
| YUV | 170.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 158 | 0.09 | 0 | 0.11 | 0.30 | 108 | 0.11 | 0.66 |
| Hex | A2 | B2 | 9E | 9 | 0 | B | 1E | 6C | B | 42 |
| Octal | 242 | 262 | 236 | 11 | 0 | 13 | 36 | 154 | 13 | 102 |
| Binary | 10100010 | 10110010 | 10011110 | 1001 | 0 | 1011 | 11110 | 1101100 | 1011 | 1000010 |
Color Harmonies of #A2B29E
Complementary color
Monochromatic Colors of #A2B29E
Black with #A2B29E
Text Example
Text Example
White with #A2B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B29E; }
p { color: rgb(162,178,158); }
H1.HeaderClassName
{
color: #A2B29E;
}
.AnyTagClassName
{
color: #A2B29E;
}
</style>
background-color css
<style>
a { background-color: #A2B29E; }
a { background-color: rgb(162,178,158); }
div.DivClassName
{
background-color: #A2B29E;
}
.BgClassName
{
background-color: #A2B29E;
}
</style>
border-color css
<style>
span { border-color: #A2B29E; }
span { border-color: rgb(162,178,158); }
td.TdClassName
{
border-color: #A2B29E;
}
.TagClassName
{
border-color: #A2B29E;
}
</style>