Shades of Spring Rain #A9B9A1
Tints of Spring Rain #A9B9A1
RGB
CMYK
RGB Variations
Color information
#A9B9A1 (or 0xA9B9A1) is known color: Spring Rain. HEX triplet: A9, B9 and A1. RGB value is (169,185,161). Sum of RGB (Red+Green+Blue) = 169+185+161=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9A1 is #56465E. Grayscale: #B1B1B1. Windows color (decimal): -5654111 or 10598825. OLE color: 10598825.
HSL color Cylindrical-coordinate representation of color #A9B9A1: hue angle of 100º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9B9A1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 185 | 161 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.27 |
| HSL | 100º | 0.15% | 0.68% | - |
| HSV(B) | 100º | 0.13% | 0.73% | - |
| XYZ | 40.14 | 45.71 | 40.42 | - |
| YUV | 177.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 185 | 161 | 0.09 | 0 | 0.13 | 0.27 | 100 | 0.15 | 0.68 |
| Hex | A9 | B9 | A1 | 9 | 0 | D | 1B | 64 | F | 44 |
| Octal | 251 | 271 | 241 | 11 | 0 | 15 | 33 | 144 | 17 | 104 |
| Binary | 10101001 | 10111001 | 10100001 | 1001 | 0 | 1101 | 11011 | 1100100 | 1111 | 1000100 |
Color Harmonies of #A9B9A1
Complementary color
Monochromatic Colors of #A9B9A1
Black with #A9B9A1
Text Example
Text Example
White with #A9B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B9A1; }
p { color: rgb(169,185,161); }
H1.HeaderClassName
{
color: #A9B9A1;
}
.AnyTagClassName
{
color: #A9B9A1;
}
</style>
background-color css
<style>
a { background-color: #A9B9A1; }
a { background-color: rgb(169,185,161); }
div.DivClassName
{
background-color: #A9B9A1;
}
.BgClassName
{
background-color: #A9B9A1;
}
</style>
border-color css
<style>
span { border-color: #A9B9A1; }
span { border-color: rgb(169,185,161); }
td.TdClassName
{
border-color: #A9B9A1;
}
.TagClassName
{
border-color: #A9B9A1;
}
</style>