Shades of Spring Rain #A0BA9E
Tints of Spring Rain #A0BA9E
RGB
CMYK
RGB Variations
Color information
#A0BA9E (or 0xA0BA9E) is known color: Spring Rain. HEX triplet: A0, BA and 9E. RGB value is (160,186,158). Sum of RGB (Red+Green+Blue) = 160+186+158=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA9E is #5F4561. Grayscale: #AFAFAF. Windows color (decimal): -6243682 or 10402464. OLE color: 10402464.
HSL color Cylindrical-coordinate representation of color #A0BA9E: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BA9E is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 158 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.27 |
| HSL | 115.71º | 0.17% | 0.67% | - |
| HSV(B) | 115.71º | 0.15% | 0.73% | - |
| XYZ | 38.23 | 45.06 | 39.03 | - |
| YUV | 175.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 158 | 0.14 | 0 | 0.15 | 0.27 | 115.71 | 0.17 | 0.67 |
| Hex | A0 | BA | 9E | E | 0 | F | 1B | 74 | 11 | 43 |
| Octal | 240 | 272 | 236 | 16 | 0 | 17 | 33 | 164 | 21 | 103 |
| Binary | 10100000 | 10111010 | 10011110 | 1110 | 0 | 1111 | 11011 | 1110100 | 10001 | 1000011 |
Color Harmonies of #A0BA9E
Complementary color
Monochromatic Colors of #A0BA9E
Black with #A0BA9E
Text Example
Text Example
White with #A0BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA9E; }
p { color: rgb(160,186,158); }
H1.HeaderClassName
{
color: #A0BA9E;
}
.AnyTagClassName
{
color: #A0BA9E;
}
</style>
background-color css
<style>
a { background-color: #A0BA9E; }
a { background-color: rgb(160,186,158); }
div.DivClassName
{
background-color: #A0BA9E;
}
.BgClassName
{
background-color: #A0BA9E;
}
</style>
border-color css
<style>
span { border-color: #A0BA9E; }
span { border-color: rgb(160,186,158); }
td.TdClassName
{
border-color: #A0BA9E;
}
.TagClassName
{
border-color: #A0BA9E;
}
</style>