Shades of Spring Rain #A4B799
Tints of Spring Rain #A4B799
RGB
CMYK
RGB Variations
Color information
#A4B799 (or 0xA4B799) is known color: Spring Rain. HEX triplet: A4, B7 and 99. RGB value is (164,183,153). Sum of RGB (Red+Green+Blue) = 164+183+153=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B799 is #5B4866. Grayscale: #AEAEAE. Windows color (decimal): -5982311 or 10074020. OLE color: 10074020.
HSL color Cylindrical-coordinate representation of color #A4B799: hue angle of 98º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4B799 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 153 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.28 |
| HSL | 98º | 0.17% | 0.66% | - |
| HSV(B) | 98º | 0.16% | 0.72% | - |
| XYZ | 37.99 | 44.06 | 36.64 | - |
| YUV | 173.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 153 | 0.10 | 0 | 0.16 | 0.28 | 98 | 0.17 | 0.66 |
| Hex | A4 | B7 | 99 | A | 0 | 10 | 1C | 62 | 11 | 42 |
| Octal | 244 | 267 | 231 | 12 | 0 | 20 | 34 | 142 | 21 | 102 |
| Binary | 10100100 | 10110111 | 10011001 | 1010 | 0 | 10000 | 11100 | 1100010 | 10001 | 1000010 |
Color Harmonies of #A4B799
Complementary color
Monochromatic Colors of #A4B799
Black with #A4B799
Text Example
Text Example
White with #A4B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B799; }
p { color: rgb(164,183,153); }
H1.HeaderClassName
{
color: #A4B799;
}
.AnyTagClassName
{
color: #A4B799;
}
</style>
background-color css
<style>
a { background-color: #A4B799; }
a { background-color: rgb(164,183,153); }
div.DivClassName
{
background-color: #A4B799;
}
.BgClassName
{
background-color: #A4B799;
}
</style>
border-color css
<style>
span { border-color: #A4B799; }
span { border-color: rgb(164,183,153); }
td.TdClassName
{
border-color: #A4B799;
}
.TagClassName
{
border-color: #A4B799;
}
</style>