Shades of Spring Rain #A4B99F
Tints of Spring Rain #A4B99F
RGB
CMYK
RGB Variations
Color information
#A4B99F (or 0xA4B99F) is known color: Spring Rain. HEX triplet: A4, B9 and 9F. RGB value is (164,185,159). Sum of RGB (Red+Green+Blue) = 164+185+159=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B99F is #5B4660. Grayscale: #AFAFAF. Windows color (decimal): -5981793 or 10467748. OLE color: 10467748.
HSL color Cylindrical-coordinate representation of color #A4B99F: hue angle of 108.46º 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 #A4B99F is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 159 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.27 |
| HSL | 108.46º | 0.16% | 0.67% | - |
| HSV(B) | 108.46º | 0.14% | 0.73% | - |
| XYZ | 38.92 | 45.09 | 39.45 | - |
| YUV | 175.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 159 | 0.11 | 0 | 0.14 | 0.27 | 108.46 | 0.16 | 0.67 |
| Hex | A4 | B9 | 9F | B | 0 | E | 1B | 6C | 10 | 43 |
| Octal | 244 | 271 | 237 | 13 | 0 | 16 | 33 | 154 | 20 | 103 |
| Binary | 10100100 | 10111001 | 10011111 | 1011 | 0 | 1110 | 11011 | 1101100 | 10000 | 1000011 |
Color Harmonies of #A4B99F
Complementary color
Monochromatic Colors of #A4B99F
Black with #A4B99F
Text Example
Text Example
White with #A4B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B99F; }
p { color: rgb(164,185,159); }
H1.HeaderClassName
{
color: #A4B99F;
}
.AnyTagClassName
{
color: #A4B99F;
}
</style>
background-color css
<style>
a { background-color: #A4B99F; }
a { background-color: rgb(164,185,159); }
div.DivClassName
{
background-color: #A4B99F;
}
.BgClassName
{
background-color: #A4B99F;
}
</style>
border-color css
<style>
span { border-color: #A4B99F; }
span { border-color: rgb(164,185,159); }
td.TdClassName
{
border-color: #A4B99F;
}
.TagClassName
{
border-color: #A4B99F;
}
</style>