Shades of Spring Rain #A3B39B
Tints of Spring Rain #A3B39B
RGB
CMYK
RGB Variations
Color information
#A3B39B (or 0xA3B39B) is known color: Spring Rain. HEX triplet: A3, B3 and 9B. RGB value is (163,179,155). Sum of RGB (Red+Green+Blue) = 163+179+155=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B39B is #5C4C64. Grayscale: #ABABAB. Windows color (decimal): -6048869 or 10204067. OLE color: 10204067.
HSL color Cylindrical-coordinate representation of color #A3B39B: hue angle of 100º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B39B is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 155 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.30 |
| HSL | 100º | 0.14% | 0.65% | - |
| HSV(B) | 100º | 0.13% | 0.7% | - |
| XYZ | 37.14 | 42.39 | 37.24 | - |
| YUV | 171.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 155 | 0.09 | 0 | 0.13 | 0.30 | 100 | 0.14 | 0.65 |
| Hex | A3 | B3 | 9B | 9 | 0 | D | 1E | 64 | E | 41 |
| Octal | 243 | 263 | 233 | 11 | 0 | 15 | 36 | 144 | 16 | 101 |
| Binary | 10100011 | 10110011 | 10011011 | 1001 | 0 | 1101 | 11110 | 1100100 | 1110 | 1000001 |
Color Harmonies of #A3B39B
Complementary color
Monochromatic Colors of #A3B39B
Black with #A3B39B
Text Example
Text Example
White with #A3B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B39B; }
p { color: rgb(163,179,155); }
H1.HeaderClassName
{
color: #A3B39B;
}
.AnyTagClassName
{
color: #A3B39B;
}
</style>
background-color css
<style>
a { background-color: #A3B39B; }
a { background-color: rgb(163,179,155); }
div.DivClassName
{
background-color: #A3B39B;
}
.BgClassName
{
background-color: #A3B39B;
}
</style>
border-color css
<style>
span { border-color: #A3B39B; }
span { border-color: rgb(163,179,155); }
td.TdClassName
{
border-color: #A3B39B;
}
.TagClassName
{
border-color: #A3B39B;
}
</style>