Shades of Spring Rain #A3BBA1
Tints of Spring Rain #A3BBA1
RGB
CMYK
RGB Variations
Color information
#A3BBA1 (or 0xA3BBA1) is known color: Spring Rain. HEX triplet: A3, BB and A1. RGB value is (163,187,161). Sum of RGB (Red+Green+Blue) = 163+187+161=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBA1 is #5C445E. Grayscale: #B0B0B0. Windows color (decimal): -6046815 or 10599331. OLE color: 10599331.
HSL color Cylindrical-coordinate representation of color #A3BBA1: hue angle of 115.38º 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 #A3BBA1 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 161 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.27 |
| HSL | 115.38º | 0.16% | 0.68% | - |
| HSV(B) | 115.38º | 0.14% | 0.73% | - |
| XYZ | 39.31 | 45.9 | 40.51 | - |
| YUV | 176.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 161 | 0.13 | 0 | 0.14 | 0.27 | 115.38 | 0.16 | 0.68 |
| Hex | A3 | BB | A1 | D | 0 | E | 1B | 73 | 10 | 44 |
| Octal | 243 | 273 | 241 | 15 | 0 | 16 | 33 | 163 | 20 | 104 |
| Binary | 10100011 | 10111011 | 10100001 | 1101 | 0 | 1110 | 11011 | 1110011 | 10000 | 1000100 |
Color Harmonies of #A3BBA1
Complementary color
Monochromatic Colors of #A3BBA1
Black with #A3BBA1
Text Example
Text Example
White with #A3BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBA1; }
p { color: rgb(163,187,161); }
H1.HeaderClassName
{
color: #A3BBA1;
}
.AnyTagClassName
{
color: #A3BBA1;
}
</style>
background-color css
<style>
a { background-color: #A3BBA1; }
a { background-color: rgb(163,187,161); }
div.DivClassName
{
background-color: #A3BBA1;
}
.BgClassName
{
background-color: #A3BBA1;
}
</style>
border-color css
<style>
span { border-color: #A3BBA1; }
span { border-color: rgb(163,187,161); }
td.TdClassName
{
border-color: #A3BBA1;
}
.TagClassName
{
border-color: #A3BBA1;
}
</style>