Shades of Spring Rain #A0BA99
Tints of Spring Rain #A0BA99
RGB
CMYK
RGB Variations
Color information
#A0BA99 (or 0xA0BA99) is known color: Spring Rain. HEX triplet: A0, BA and 99. RGB value is (160,186,153). Sum of RGB (Red+Green+Blue) = 160+186+153=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA99 is #5F4566. Grayscale: #AEAEAE. Windows color (decimal): -6243687 or 10074784. OLE color: 10074784.
HSL color Cylindrical-coordinate representation of color #A0BA99: hue angle of 107.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BA99 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 153 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.27 |
| HSL | 107.27º | 0.19% | 0.66% | - |
| HSV(B) | 107.27º | 0.18% | 0.73% | - |
| XYZ | 37.81 | 44.89 | 36.81 | - |
| YUV | 174.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 153 | 0.14 | 0 | 0.18 | 0.27 | 107.27 | 0.19 | 0.66 |
| Hex | A0 | BA | 99 | E | 0 | 12 | 1B | 6B | 13 | 42 |
| Octal | 240 | 272 | 231 | 16 | 0 | 22 | 33 | 153 | 23 | 102 |
| Binary | 10100000 | 10111010 | 10011001 | 1110 | 0 | 10010 | 11011 | 1101011 | 10011 | 1000010 |
Color Harmonies of #A0BA99
Complementary color
Monochromatic Colors of #A0BA99
Black with #A0BA99
Text Example
Text Example
White with #A0BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA99; }
p { color: rgb(160,186,153); }
H1.HeaderClassName
{
color: #A0BA99;
}
.AnyTagClassName
{
color: #A0BA99;
}
</style>
background-color css
<style>
a { background-color: #A0BA99; }
a { background-color: rgb(160,186,153); }
div.DivClassName
{
background-color: #A0BA99;
}
.BgClassName
{
background-color: #A0BA99;
}
</style>
border-color css
<style>
span { border-color: #A0BA99; }
span { border-color: rgb(160,186,153); }
td.TdClassName
{
border-color: #A0BA99;
}
.TagClassName
{
border-color: #A0BA99;
}
</style>