Shades of Spring Rain #A3B99F
Tints of Spring Rain #A3B99F
RGB
CMYK
RGB Variations
Color information
#A3B99F (or 0xA3B99F) is known color: Spring Rain. HEX triplet: A3, B9 and 9F. RGB value is (163,185,159). Sum of RGB (Red+Green+Blue) = 163+185+159=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B99F is #5C4660. Grayscale: #AFAFAF. Windows color (decimal): -6047329 or 10467747. OLE color: 10467747.
HSL color Cylindrical-coordinate representation of color #A3B99F: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B99F is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 159 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.27 |
| HSL | 110.77º | 0.16% | 0.67% | - |
| HSV(B) | 110.77º | 0.14% | 0.73% | - |
| XYZ | 38.71 | 44.99 | 39.44 | - |
| YUV | 175.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 159 | 0.12 | 0 | 0.14 | 0.27 | 110.77 | 0.16 | 0.67 |
| Hex | A3 | B9 | 9F | C | 0 | E | 1B | 6F | 10 | 43 |
| Octal | 243 | 271 | 237 | 14 | 0 | 16 | 33 | 157 | 20 | 103 |
| Binary | 10100011 | 10111001 | 10011111 | 1100 | 0 | 1110 | 11011 | 1101111 | 10000 | 1000011 |
Color Harmonies of #A3B99F
Complementary color
Monochromatic Colors of #A3B99F
Black with #A3B99F
Text Example
Text Example
White with #A3B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B99F; }
p { color: rgb(163,185,159); }
H1.HeaderClassName
{
color: #A3B99F;
}
.AnyTagClassName
{
color: #A3B99F;
}
</style>
background-color css
<style>
a { background-color: #A3B99F; }
a { background-color: rgb(163,185,159); }
div.DivClassName
{
background-color: #A3B99F;
}
.BgClassName
{
background-color: #A3B99F;
}
</style>
border-color css
<style>
span { border-color: #A3B99F; }
span { border-color: rgb(163,185,159); }
td.TdClassName
{
border-color: #A3B99F;
}
.TagClassName
{
border-color: #A3B99F;
}
</style>