Shades of Spring Rain #A0B79D
Tints of Spring Rain #A0B79D
RGB
CMYK
RGB Variations
Color information
#A0B79D (or 0xA0B79D) is known color: Spring Rain. HEX triplet: A0, B7 and 9D. RGB value is (160,183,157). Sum of RGB (Red+Green+Blue) = 160+183+157=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B79D is #5F4862. Grayscale: #ADADAD. Windows color (decimal): -6244451 or 10336160. OLE color: 10336160.
HSL color Cylindrical-coordinate representation of color #A0B79D: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B79D is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 157 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.28 |
| HSL | 113.08º | 0.15% | 0.67% | - |
| HSV(B) | 113.08º | 0.14% | 0.72% | - |
| XYZ | 37.52 | 43.77 | 38.37 | - |
| YUV | 173.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 157 | 0.13 | 0 | 0.14 | 0.28 | 113.08 | 0.15 | 0.67 |
| Hex | A0 | B7 | 9D | D | 0 | E | 1C | 71 | F | 43 |
| Octal | 240 | 267 | 235 | 15 | 0 | 16 | 34 | 161 | 17 | 103 |
| Binary | 10100000 | 10110111 | 10011101 | 1101 | 0 | 1110 | 11100 | 1110001 | 1111 | 1000011 |
Color Harmonies of #A0B79D
Complementary color
Monochromatic Colors of #A0B79D
Black with #A0B79D
Text Example
Text Example
White with #A0B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B79D; }
p { color: rgb(160,183,157); }
H1.HeaderClassName
{
color: #A0B79D;
}
.AnyTagClassName
{
color: #A0B79D;
}
</style>
background-color css
<style>
a { background-color: #A0B79D; }
a { background-color: rgb(160,183,157); }
div.DivClassName
{
background-color: #A0B79D;
}
.BgClassName
{
background-color: #A0B79D;
}
</style>
border-color css
<style>
span { border-color: #A0B79D; }
span { border-color: rgb(160,183,157); }
td.TdClassName
{
border-color: #A0B79D;
}
.TagClassName
{
border-color: #A0B79D;
}
</style>