Shades of Spring Rain #A2B69E
Tints of Spring Rain #A2B69E
RGB
CMYK
RGB Variations
Color information
#A2B69E (or 0xA2B69E) is known color: Spring Rain. HEX triplet: A2, B6 and 9E. RGB value is (162,182,158). Sum of RGB (Red+Green+Blue) = 162+182+158=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B69E is #5D4961. Grayscale: #ADADAD. Windows color (decimal): -6113634 or 10401442. OLE color: 10401442.
HSL color Cylindrical-coordinate representation of color #A2B69E: hue angle of 110º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B69E is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 158 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.29 |
| HSL | 110º | 0.14% | 0.67% | - |
| HSV(B) | 110º | 0.13% | 0.71% | - |
| XYZ | 37.8 | 43.61 | 38.77 | - |
| YUV | 173.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 158 | 0.11 | 0 | 0.13 | 0.29 | 110 | 0.14 | 0.67 |
| Hex | A2 | B6 | 9E | B | 0 | D | 1D | 6E | E | 43 |
| Octal | 242 | 266 | 236 | 13 | 0 | 15 | 35 | 156 | 16 | 103 |
| Binary | 10100010 | 10110110 | 10011110 | 1011 | 0 | 1101 | 11101 | 1101110 | 1110 | 1000011 |
Color Harmonies of #A2B69E
Complementary color
Monochromatic Colors of #A2B69E
Black with #A2B69E
Text Example
Text Example
White with #A2B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B69E; }
p { color: rgb(162,182,158); }
H1.HeaderClassName
{
color: #A2B69E;
}
.AnyTagClassName
{
color: #A2B69E;
}
</style>
background-color css
<style>
a { background-color: #A2B69E; }
a { background-color: rgb(162,182,158); }
div.DivClassName
{
background-color: #A2B69E;
}
.BgClassName
{
background-color: #A2B69E;
}
</style>
border-color css
<style>
span { border-color: #A2B69E; }
span { border-color: rgb(162,182,158); }
td.TdClassName
{
border-color: #A2B69E;
}
.TagClassName
{
border-color: #A2B69E;
}
</style>