Shades of Spring Rain #A9B9A0
Tints of Spring Rain #A9B9A0
RGB
CMYK
RGB Variations
Color information
#A9B9A0 (or 0xA9B9A0) is known color: Spring Rain. HEX triplet: A9, B9 and A0. RGB value is (169,185,160). Sum of RGB (Red+Green+Blue) = 169+185+160=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9A0 is #56465F. Grayscale: #B1B1B1. Windows color (decimal): -5654112 or 10533289. OLE color: 10533289.
HSL color Cylindrical-coordinate representation of color #A9B9A0: hue angle of 98.4º 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 #A9B9A0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 185 | 160 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.27 |
| HSL | 98.4º | 0.15% | 0.68% | - |
| HSV(B) | 98.4º | 0.14% | 0.73% | - |
| XYZ | 40.06 | 45.67 | 39.96 | - |
| YUV | 177.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 185 | 160 | 0.09 | 0 | 0.14 | 0.27 | 98.4 | 0.15 | 0.68 |
| Hex | A9 | B9 | A0 | 9 | 0 | E | 1B | 62 | F | 44 |
| Octal | 251 | 271 | 240 | 11 | 0 | 16 | 33 | 142 | 17 | 104 |
| Binary | 10101001 | 10111001 | 10100000 | 1001 | 0 | 1110 | 11011 | 1100010 | 1111 | 1000100 |
Color Harmonies of #A9B9A0
Complementary color
Monochromatic Colors of #A9B9A0
Black with #A9B9A0
Text Example
Text Example
White with #A9B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B9A0; }
p { color: rgb(169,185,160); }
H1.HeaderClassName
{
color: #A9B9A0;
}
.AnyTagClassName
{
color: #A9B9A0;
}
</style>
background-color css
<style>
a { background-color: #A9B9A0; }
a { background-color: rgb(169,185,160); }
div.DivClassName
{
background-color: #A9B9A0;
}
.BgClassName
{
background-color: #A9B9A0;
}
</style>
border-color css
<style>
span { border-color: #A9B9A0; }
span { border-color: rgb(169,185,160); }
td.TdClassName
{
border-color: #A9B9A0;
}
.TagClassName
{
border-color: #A9B9A0;
}
</style>