Shades of Spring Rain #A0B698
Tints of Spring Rain #A0B698
RGB
CMYK
RGB Variations
Color information
#A0B698 (or 0xA0B698) is known color: Spring Rain. HEX triplet: A0, B6 and 98. RGB value is (160,182,152). Sum of RGB (Red+Green+Blue) = 160+182+152=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B698 is #5F4967. Grayscale: #ACACAC. Windows color (decimal): -6244712 or 10008224. OLE color: 10008224.
HSL color Cylindrical-coordinate representation of color #A0B698: hue angle of 104º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B698 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 152 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.29 |
| HSL | 104º | 0.17% | 0.65% | - |
| HSV(B) | 104º | 0.16% | 0.71% | - |
| XYZ | 36.89 | 43.2 | 36.1 | - |
| YUV | 172 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 152 | 0.12 | 0 | 0.16 | 0.29 | 104 | 0.17 | 0.65 |
| Hex | A0 | B6 | 98 | C | 0 | 10 | 1D | 68 | 11 | 41 |
| Octal | 240 | 266 | 230 | 14 | 0 | 20 | 35 | 150 | 21 | 101 |
| Binary | 10100000 | 10110110 | 10011000 | 1100 | 0 | 10000 | 11101 | 1101000 | 10001 | 1000001 |
Color Harmonies of #A0B698
Complementary color
Monochromatic Colors of #A0B698
Black with #A0B698
Text Example
Text Example
White with #A0B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B698; }
p { color: rgb(160,182,152); }
H1.HeaderClassName
{
color: #A0B698;
}
.AnyTagClassName
{
color: #A0B698;
}
</style>
background-color css
<style>
a { background-color: #A0B698; }
a { background-color: rgb(160,182,152); }
div.DivClassName
{
background-color: #A0B698;
}
.BgClassName
{
background-color: #A0B698;
}
</style>
border-color css
<style>
span { border-color: #A0B698; }
span { border-color: rgb(160,182,152); }
td.TdClassName
{
border-color: #A0B698;
}
.TagClassName
{
border-color: #A0B698;
}
</style>