Shades of Spring Rain #A3B799
Tints of Spring Rain #A3B799
RGB
CMYK
RGB Variations
Color information
#A3B799 (or 0xA3B799) is known color: Spring Rain. HEX triplet: A3, B7 and 99. RGB value is (163,183,153). Sum of RGB (Red+Green+Blue) = 163+183+153=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B799 is #5C4866. Grayscale: #ADADAD. Windows color (decimal): -6047847 or 10074019. OLE color: 10074019.
HSL color Cylindrical-coordinate representation of color #A3B799: hue angle of 100º 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 #A3B799 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 153 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.28 |
| HSL | 100º | 0.17% | 0.66% | - |
| HSV(B) | 100º | 0.16% | 0.72% | - |
| XYZ | 37.79 | 43.95 | 36.63 | - |
| YUV | 173.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 153 | 0.11 | 0 | 0.16 | 0.28 | 100 | 0.17 | 0.66 |
| Hex | A3 | B7 | 99 | B | 0 | 10 | 1C | 64 | 11 | 42 |
| Octal | 243 | 267 | 231 | 13 | 0 | 20 | 34 | 144 | 21 | 102 |
| Binary | 10100011 | 10110111 | 10011001 | 1011 | 0 | 10000 | 11100 | 1100100 | 10001 | 1000010 |
Color Harmonies of #A3B799
Complementary color
Monochromatic Colors of #A3B799
Black with #A3B799
Text Example
Text Example
White with #A3B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B799; }
p { color: rgb(163,183,153); }
H1.HeaderClassName
{
color: #A3B799;
}
.AnyTagClassName
{
color: #A3B799;
}
</style>
background-color css
<style>
a { background-color: #A3B799; }
a { background-color: rgb(163,183,153); }
div.DivClassName
{
background-color: #A3B799;
}
.BgClassName
{
background-color: #A3B799;
}
</style>
border-color css
<style>
span { border-color: #A3B799; }
span { border-color: rgb(163,183,153); }
td.TdClassName
{
border-color: #A3B799;
}
.TagClassName
{
border-color: #A3B799;
}
</style>