Shades of Spring Rain #A0B49B
Tints of Spring Rain #A0B49B
RGB
CMYK
RGB Variations
Color information
#A0B49B (or 0xA0B49B) is known color: Spring Rain. HEX triplet: A0, B4 and 9B. RGB value is (160,180,155). Sum of RGB (Red+Green+Blue) = 160+180+155=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B49B is #5F4B64. Grayscale: #ABABAB. Windows color (decimal): -6245221 or 10204320. OLE color: 10204320.
HSL color Cylindrical-coordinate representation of color #A0B49B: hue angle of 108º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B49B is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 155 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.29 |
| HSL | 108º | 0.14% | 0.66% | - |
| HSV(B) | 108º | 0.14% | 0.71% | - |
| XYZ | 36.73 | 42.48 | 37.27 | - |
| YUV | 171.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 155 | 0.11 | 0 | 0.14 | 0.29 | 108 | 0.14 | 0.66 |
| Hex | A0 | B4 | 9B | B | 0 | E | 1D | 6C | E | 42 |
| Octal | 240 | 264 | 233 | 13 | 0 | 16 | 35 | 154 | 16 | 102 |
| Binary | 10100000 | 10110100 | 10011011 | 1011 | 0 | 1110 | 11101 | 1101100 | 1110 | 1000010 |
Color Harmonies of #A0B49B
Complementary color
Monochromatic Colors of #A0B49B
Black with #A0B49B
Text Example
Text Example
White with #A0B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B49B; }
p { color: rgb(160,180,155); }
H1.HeaderClassName
{
color: #A0B49B;
}
.AnyTagClassName
{
color: #A0B49B;
}
</style>
background-color css
<style>
a { background-color: #A0B49B; }
a { background-color: rgb(160,180,155); }
div.DivClassName
{
background-color: #A0B49B;
}
.BgClassName
{
background-color: #A0B49B;
}
</style>
border-color css
<style>
span { border-color: #A0B49B; }
span { border-color: rgb(160,180,155); }
td.TdClassName
{
border-color: #A0B49B;
}
.TagClassName
{
border-color: #A0B49B;
}
</style>