Shades of Spring Rain #A0BA96
Tints of Spring Rain #A0BA96
RGB
CMYK
RGB Variations
Color information
#A0BA96 (or 0xA0BA96) is known color: Spring Rain. HEX triplet: A0, BA and 96. RGB value is (160,186,150). Sum of RGB (Red+Green+Blue) = 160+186+150=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA96 is #5F4569. Grayscale: #AEAEAE. Windows color (decimal): -6243690 or 9878176. OLE color: 9878176.
HSL color Cylindrical-coordinate representation of color #A0BA96: hue angle of 103.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BA96 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 150 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.27 |
| HSL | 103.33º | 0.21% | 0.66% | - |
| HSV(B) | 103.33º | 0.19% | 0.73% | - |
| XYZ | 37.56 | 44.79 | 35.52 | - |
| YUV | 174.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 150 | 0.14 | 0 | 0.19 | 0.27 | 103.33 | 0.21 | 0.66 |
| Hex | A0 | BA | 96 | E | 0 | 13 | 1B | 67 | 15 | 42 |
| Octal | 240 | 272 | 226 | 16 | 0 | 23 | 33 | 147 | 25 | 102 |
| Binary | 10100000 | 10111010 | 10010110 | 1110 | 0 | 10011 | 11011 | 1100111 | 10101 | 1000010 |
Color Harmonies of #A0BA96
Complementary color
Monochromatic Colors of #A0BA96
Black with #A0BA96
Text Example
Text Example
White with #A0BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA96; }
p { color: rgb(160,186,150); }
H1.HeaderClassName
{
color: #A0BA96;
}
.AnyTagClassName
{
color: #A0BA96;
}
</style>
background-color css
<style>
a { background-color: #A0BA96; }
a { background-color: rgb(160,186,150); }
div.DivClassName
{
background-color: #A0BA96;
}
.BgClassName
{
background-color: #A0BA96;
}
</style>
border-color css
<style>
span { border-color: #A0BA96; }
span { border-color: rgb(160,186,150); }
td.TdClassName
{
border-color: #A0BA96;
}
.TagClassName
{
border-color: #A0BA96;
}
</style>