Shades of Spring Rain #A3B9A0
Tints of Spring Rain #A3B9A0
RGB
CMYK
RGB Variations
Color information
#A3B9A0 (or 0xA3B9A0) is known color: Spring Rain. HEX triplet: A3, B9 and A0. RGB value is (163,185,160). Sum of RGB (Red+Green+Blue) = 163+185+160=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9A0 is #5C465F. Grayscale: #AFAFAF. Windows color (decimal): -6047328 or 10533283. OLE color: 10533283.
HSL color Cylindrical-coordinate representation of color #A3B9A0: hue angle of 112.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 160 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.27 |
| HSL | 112.8º | 0.15% | 0.68% | - |
| HSV(B) | 112.8º | 0.14% | 0.73% | - |
| XYZ | 38.8 | 45.02 | 39.9 | - |
| YUV | 175.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 160 | 0.12 | 0 | 0.14 | 0.27 | 112.8 | 0.15 | 0.68 |
| Hex | A3 | B9 | A0 | C | 0 | E | 1B | 71 | F | 44 |
| Octal | 243 | 271 | 240 | 14 | 0 | 16 | 33 | 161 | 17 | 104 |
| Binary | 10100011 | 10111001 | 10100000 | 1100 | 0 | 1110 | 11011 | 1110001 | 1111 | 1000100 |
Color Harmonies of #A3B9A0
Complementary color
Monochromatic Colors of #A3B9A0
Black with #A3B9A0
Text Example
Text Example
White with #A3B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B9A0; }
p { color: rgb(163,185,160); }
H1.HeaderClassName
{
color: #A3B9A0;
}
.AnyTagClassName
{
color: #A3B9A0;
}
</style>
background-color css
<style>
a { background-color: #A3B9A0; }
a { background-color: rgb(163,185,160); }
div.DivClassName
{
background-color: #A3B9A0;
}
.BgClassName
{
background-color: #A3B9A0;
}
</style>
border-color css
<style>
span { border-color: #A3B9A0; }
span { border-color: rgb(163,185,160); }
td.TdClassName
{
border-color: #A3B9A0;
}
.TagClassName
{
border-color: #A3B9A0;
}
</style>