Shades of Spring Rain #A0B59E
Tints of Spring Rain #A0B59E
RGB
CMYK
RGB Variations
Color information
#A0B59E (or 0xA0B59E) is known color: Spring Rain. HEX triplet: A0, B5 and 9E. RGB value is (160,181,158). Sum of RGB (Red+Green+Blue) = 160+181+158=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B59E is #5F4A61. Grayscale: #ACACAC. Windows color (decimal): -6244962 or 10401184. OLE color: 10401184.
HSL color Cylindrical-coordinate representation of color #A0B59E: hue angle of 114.78º degrees, saturation: 0.13, 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 #A0B59E is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 158 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.29 |
| HSL | 114.78º | 0.13% | 0.66% | - |
| HSV(B) | 114.78º | 0.13% | 0.71% | - |
| XYZ | 37.19 | 42.99 | 38.69 | - |
| YUV | 172.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 158 | 0.12 | 0 | 0.13 | 0.29 | 114.78 | 0.13 | 0.66 |
| Hex | A0 | B5 | 9E | C | 0 | D | 1D | 73 | D | 42 |
| Octal | 240 | 265 | 236 | 14 | 0 | 15 | 35 | 163 | 15 | 102 |
| Binary | 10100000 | 10110101 | 10011110 | 1100 | 0 | 1101 | 11101 | 1110011 | 1101 | 1000010 |
Color Harmonies of #A0B59E
Complementary color
Monochromatic Colors of #A0B59E
Black with #A0B59E
Text Example
Text Example
White with #A0B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B59E; }
p { color: rgb(160,181,158); }
H1.HeaderClassName
{
color: #A0B59E;
}
.AnyTagClassName
{
color: #A0B59E;
}
</style>
background-color css
<style>
a { background-color: #A0B59E; }
a { background-color: rgb(160,181,158); }
div.DivClassName
{
background-color: #A0B59E;
}
.BgClassName
{
background-color: #A0B59E;
}
</style>
border-color css
<style>
span { border-color: #A0B59E; }
span { border-color: rgb(160,181,158); }
td.TdClassName
{
border-color: #A0B59E;
}
.TagClassName
{
border-color: #A0B59E;
}
</style>