Shades of Spring Rain #A0B799
Tints of Spring Rain #A0B799
RGB
CMYK
RGB Variations
Color information
#A0B799 (or 0xA0B799) is known color: Spring Rain. HEX triplet: A0, B7 and 99. RGB value is (160,183,153). Sum of RGB (Red+Green+Blue) = 160+183+153=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B799 is #5F4866. Grayscale: #ACACAC. Windows color (decimal): -6244455 or 10074016. OLE color: 10074016.
HSL color Cylindrical-coordinate representation of color #A0B799: hue angle of 106º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B799 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 153 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.28 |
| HSL | 106º | 0.17% | 0.66% | - |
| HSV(B) | 106º | 0.16% | 0.72% | - |
| XYZ | 37.18 | 43.64 | 36.6 | - |
| YUV | 172.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 153 | 0.13 | 0 | 0.16 | 0.28 | 106 | 0.17 | 0.66 |
| Hex | A0 | B7 | 99 | D | 0 | 10 | 1C | 6A | 11 | 42 |
| Octal | 240 | 267 | 231 | 15 | 0 | 20 | 34 | 152 | 21 | 102 |
| Binary | 10100000 | 10110111 | 10011001 | 1101 | 0 | 10000 | 11100 | 1101010 | 10001 | 1000010 |
Color Harmonies of #A0B799
Complementary color
Monochromatic Colors of #A0B799
Black with #A0B799
Text Example
Text Example
White with #A0B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B799; }
p { color: rgb(160,183,153); }
H1.HeaderClassName
{
color: #A0B799;
}
.AnyTagClassName
{
color: #A0B799;
}
</style>
background-color css
<style>
a { background-color: #A0B799; }
a { background-color: rgb(160,183,153); }
div.DivClassName
{
background-color: #A0B799;
}
.BgClassName
{
background-color: #A0B799;
}
</style>
border-color css
<style>
span { border-color: #A0B799; }
span { border-color: rgb(160,183,153); }
td.TdClassName
{
border-color: #A0B799;
}
.TagClassName
{
border-color: #A0B799;
}
</style>