Shades of Spring Rain #A3B49F
Tints of Spring Rain #A3B49F
RGB
CMYK
RGB Variations
Color information
#A3B49F (or 0xA3B49F) is known color: Spring Rain. HEX triplet: A3, B4 and 9F. RGB value is (163,180,159). Sum of RGB (Red+Green+Blue) = 163+180+159=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B49F is #5C4B60. Grayscale: #ACACAC. Windows color (decimal): -6048609 or 10466467. OLE color: 10466467.
HSL color Cylindrical-coordinate representation of color #A3B49F: hue angle of 108.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B49F is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 159 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.29 |
| HSL | 108.57º | 0.12% | 0.66% | - |
| HSV(B) | 108.57º | 0.12% | 0.71% | - |
| XYZ | 37.68 | 42.93 | 39.1 | - |
| YUV | 172.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 159 | 0.09 | 0 | 0.12 | 0.29 | 108.57 | 0.12 | 0.66 |
| Hex | A3 | B4 | 9F | 9 | 0 | C | 1D | 6D | C | 42 |
| Octal | 243 | 264 | 237 | 11 | 0 | 14 | 35 | 155 | 14 | 102 |
| Binary | 10100011 | 10110100 | 10011111 | 1001 | 0 | 1100 | 11101 | 1101101 | 1100 | 1000010 |
Color Harmonies of #A3B49F
Complementary color
Monochromatic Colors of #A3B49F
Black with #A3B49F
Text Example
Text Example
White with #A3B49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B49F; }
p { color: rgb(163,180,159); }
H1.HeaderClassName
{
color: #A3B49F;
}
.AnyTagClassName
{
color: #A3B49F;
}
</style>
background-color css
<style>
a { background-color: #A3B49F; }
a { background-color: rgb(163,180,159); }
div.DivClassName
{
background-color: #A3B49F;
}
.BgClassName
{
background-color: #A3B49F;
}
</style>
border-color css
<style>
span { border-color: #A3B49F; }
span { border-color: rgb(163,180,159); }
td.TdClassName
{
border-color: #A3B49F;
}
.TagClassName
{
border-color: #A3B49F;
}
</style>