Shades of Spring Rain #A0B699
Tints of Spring Rain #A0B699
RGB
CMYK
RGB Variations
Color information
#A0B699 (or 0xA0B699) is known color: Spring Rain. HEX triplet: A0, B6 and 99. RGB value is (160,182,153). Sum of RGB (Red+Green+Blue) = 160+182+153=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B699 is #5F4966. Grayscale: #ACACAC. Windows color (decimal): -6244711 or 10073760. OLE color: 10073760.
HSL color Cylindrical-coordinate representation of color #A0B699: hue angle of 105.52º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B699 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 153 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.29 |
| HSL | 105.52º | 0.17% | 0.66% | - |
| HSV(B) | 105.52º | 0.16% | 0.71% | - |
| XYZ | 36.97 | 43.23 | 36.53 | - |
| YUV | 172.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 153 | 0.12 | 0 | 0.16 | 0.29 | 105.52 | 0.17 | 0.66 |
| Hex | A0 | B6 | 99 | C | 0 | 10 | 1D | 6A | 11 | 42 |
| Octal | 240 | 266 | 231 | 14 | 0 | 20 | 35 | 152 | 21 | 102 |
| Binary | 10100000 | 10110110 | 10011001 | 1100 | 0 | 10000 | 11101 | 1101010 | 10001 | 1000010 |
Color Harmonies of #A0B699
Complementary color
Monochromatic Colors of #A0B699
Black with #A0B699
Text Example
Text Example
White with #A0B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B699; }
p { color: rgb(160,182,153); }
H1.HeaderClassName
{
color: #A0B699;
}
.AnyTagClassName
{
color: #A0B699;
}
</style>
background-color css
<style>
a { background-color: #A0B699; }
a { background-color: rgb(160,182,153); }
div.DivClassName
{
background-color: #A0B699;
}
.BgClassName
{
background-color: #A0B699;
}
</style>
border-color css
<style>
span { border-color: #A0B699; }
span { border-color: rgb(160,182,153); }
td.TdClassName
{
border-color: #A0B699;
}
.TagClassName
{
border-color: #A0B699;
}
</style>