Shades of Spring Rain #A3BAA0
Tints of Spring Rain #A3BAA0
RGB
CMYK
RGB Variations
Color information
#A3BAA0 (or 0xA3BAA0) is known color: Spring Rain. HEX triplet: A3, BA and A0. RGB value is (163,186,160). Sum of RGB (Red+Green+Blue) = 163+186+160=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAA0 is #5C455F. Grayscale: #B0B0B0. Windows color (decimal): -6047072 or 10533539. OLE color: 10533539.
HSL color Cylindrical-coordinate representation of color #A3BAA0: hue angle of 113.08º degrees, saturation: 0.16, 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 #A3BAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 160 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.27 |
| HSL | 113.08º | 0.16% | 0.68% | - |
| HSV(B) | 113.08º | 0.14% | 0.73% | - |
| XYZ | 39.01 | 45.44 | 39.97 | - |
| YUV | 176.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 160 | 0.12 | 0 | 0.14 | 0.27 | 113.08 | 0.16 | 0.68 |
| Hex | A3 | BA | A0 | C | 0 | E | 1B | 71 | 10 | 44 |
| Octal | 243 | 272 | 240 | 14 | 0 | 16 | 33 | 161 | 20 | 104 |
| Binary | 10100011 | 10111010 | 10100000 | 1100 | 0 | 1110 | 11011 | 1110001 | 10000 | 1000100 |
Color Harmonies of #A3BAA0
Complementary color
Monochromatic Colors of #A3BAA0
Black with #A3BAA0
Text Example
Text Example
White with #A3BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAA0; }
p { color: rgb(163,186,160); }
H1.HeaderClassName
{
color: #A3BAA0;
}
.AnyTagClassName
{
color: #A3BAA0;
}
</style>
background-color css
<style>
a { background-color: #A3BAA0; }
a { background-color: rgb(163,186,160); }
div.DivClassName
{
background-color: #A3BAA0;
}
.BgClassName
{
background-color: #A3BAA0;
}
</style>
border-color css
<style>
span { border-color: #A3BAA0; }
span { border-color: rgb(163,186,160); }
td.TdClassName
{
border-color: #A3BAA0;
}
.TagClassName
{
border-color: #A3BAA0;
}
</style>