Shades of Spring Rain #A0BA9A
Tints of Spring Rain #A0BA9A
RGB
CMYK
RGB Variations
Color information
#A0BA9A (or 0xA0BA9A) is known color: Spring Rain. HEX triplet: A0, BA and 9A. RGB value is (160,186,154). Sum of RGB (Red+Green+Blue) = 160+186+154=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9A is #5F4565. Grayscale: #AEAEAE. Windows color (decimal): -6243686 or 10140320. OLE color: 10140320.
HSL color Cylindrical-coordinate representation of color #A0BA9A: hue angle of 108.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BA9A is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 154 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.27 |
| HSL | 108.75º | 0.19% | 0.67% | - |
| HSV(B) | 108.75º | 0.17% | 0.73% | - |
| XYZ | 37.89 | 44.92 | 37.25 | - |
| YUV | 174.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 154 | 0.14 | 0 | 0.17 | 0.27 | 108.75 | 0.19 | 0.67 |
| Hex | A0 | BA | 9A | E | 0 | 11 | 1B | 6D | 13 | 43 |
| Octal | 240 | 272 | 232 | 16 | 0 | 21 | 33 | 155 | 23 | 103 |
| Binary | 10100000 | 10111010 | 10011010 | 1110 | 0 | 10001 | 11011 | 1101101 | 10011 | 1000011 |
Color Harmonies of #A0BA9A
Complementary color
Monochromatic Colors of #A0BA9A
Black with #A0BA9A
Text Example
Text Example
White with #A0BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA9A; }
p { color: rgb(160,186,154); }
H1.HeaderClassName
{
color: #A0BA9A;
}
.AnyTagClassName
{
color: #A0BA9A;
}
</style>
background-color css
<style>
a { background-color: #A0BA9A; }
a { background-color: rgb(160,186,154); }
div.DivClassName
{
background-color: #A0BA9A;
}
.BgClassName
{
background-color: #A0BA9A;
}
</style>
border-color css
<style>
span { border-color: #A0BA9A; }
span { border-color: rgb(160,186,154); }
td.TdClassName
{
border-color: #A0BA9A;
}
.TagClassName
{
border-color: #A0BA9A;
}
</style>