Shades of Spring Rain #A0B897
Tints of Spring Rain #A0B897
RGB
CMYK
RGB Variations
Color information
#A0B897 (or 0xA0B897) is known color: Spring Rain. HEX triplet: A0, B8 and 97. RGB value is (160,184,151). Sum of RGB (Red+Green+Blue) = 160+184+151=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B897 is #5F4768. Grayscale: #ADADAD. Windows color (decimal): -6244201 or 9943200. OLE color: 9943200.
HSL color Cylindrical-coordinate representation of color #A0B897: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B897 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 151 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.28 |
| HSL | 103.64º | 0.19% | 0.66% | - |
| HSV(B) | 103.64º | 0.18% | 0.72% | - |
| XYZ | 37.22 | 43.99 | 35.81 | - |
| YUV | 173.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 151 | 0.13 | 0 | 0.18 | 0.28 | 103.64 | 0.19 | 0.66 |
| Hex | A0 | B8 | 97 | D | 0 | 12 | 1C | 68 | 13 | 42 |
| Octal | 240 | 270 | 227 | 15 | 0 | 22 | 34 | 150 | 23 | 102 |
| Binary | 10100000 | 10111000 | 10010111 | 1101 | 0 | 10010 | 11100 | 1101000 | 10011 | 1000010 |
Color Harmonies of #A0B897
Complementary color
Monochromatic Colors of #A0B897
Black with #A0B897
Text Example
Text Example
White with #A0B897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B897; }
p { color: rgb(160,184,151); }
H1.HeaderClassName
{
color: #A0B897;
}
.AnyTagClassName
{
color: #A0B897;
}
</style>
background-color css
<style>
a { background-color: #A0B897; }
a { background-color: rgb(160,184,151); }
div.DivClassName
{
background-color: #A0B897;
}
.BgClassName
{
background-color: #A0B897;
}
</style>
border-color css
<style>
span { border-color: #A0B897; }
span { border-color: rgb(160,184,151); }
td.TdClassName
{
border-color: #A0B897;
}
.TagClassName
{
border-color: #A0B897;
}
</style>