Shades of Spring Rain #A9BBA0
Tints of Spring Rain #A9BBA0
RGB
CMYK
RGB Variations
Color information
#A9BBA0 (or 0xA9BBA0) is known color: Spring Rain. HEX triplet: A9, BB and A0. RGB value is (169,187,160). Sum of RGB (Red+Green+Blue) = 169+187+160=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBA0 is #56445F. Grayscale: #B2B2B2. Windows color (decimal): -5653600 or 10533801. OLE color: 10533801.
HSL color Cylindrical-coordinate representation of color #A9BBA0: hue angle of 100º degrees, saturation: 0.17, 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 #A9BBA0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 160 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.27 |
| HSL | 100º | 0.17% | 0.68% | - |
| HSV(B) | 100º | 0.14% | 0.73% | - |
| XYZ | 40.48 | 46.51 | 40.1 | - |
| YUV | 178.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 160 | 0.10 | 0 | 0.14 | 0.27 | 100 | 0.17 | 0.68 |
| Hex | A9 | BB | A0 | A | 0 | E | 1B | 64 | 11 | 44 |
| Octal | 251 | 273 | 240 | 12 | 0 | 16 | 33 | 144 | 21 | 104 |
| Binary | 10101001 | 10111011 | 10100000 | 1010 | 0 | 1110 | 11011 | 1100100 | 10001 | 1000100 |
Color Harmonies of #A9BBA0
Complementary color
Monochromatic Colors of #A9BBA0
Black with #A9BBA0
Text Example
Text Example
White with #A9BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBA0; }
p { color: rgb(169,187,160); }
H1.HeaderClassName
{
color: #A9BBA0;
}
.AnyTagClassName
{
color: #A9BBA0;
}
</style>
background-color css
<style>
a { background-color: #A9BBA0; }
a { background-color: rgb(169,187,160); }
div.DivClassName
{
background-color: #A9BBA0;
}
.BgClassName
{
background-color: #A9BBA0;
}
</style>
border-color css
<style>
span { border-color: #A9BBA0; }
span { border-color: rgb(169,187,160); }
td.TdClassName
{
border-color: #A9BBA0;
}
.TagClassName
{
border-color: #A9BBA0;
}
</style>