Shades of Spring Rain #A9B7A1
Tints of Spring Rain #A9B7A1
RGB
CMYK
RGB Variations
Color information
#A9B7A1 (or 0xA9B7A1) is known color: Spring Rain. HEX triplet: A9, B7 and A1. RGB value is (169,183,161). Sum of RGB (Red+Green+Blue) = 169+183+161=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B7A1 is #56485E. Grayscale: #B0B0B0. Windows color (decimal): -5654623 or 10598313. OLE color: 10598313.
HSL color Cylindrical-coordinate representation of color #A9B7A1: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9B7A1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 161 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.28 |
| HSL | 98.18º | 0.13% | 0.67% | - |
| HSV(B) | 98.18º | 0.12% | 0.72% | - |
| XYZ | 39.73 | 44.88 | 40.29 | - |
| YUV | 176.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 161 | 0.08 | 0 | 0.12 | 0.28 | 98.18 | 0.13 | 0.67 |
| Hex | A9 | B7 | A1 | 8 | 0 | C | 1C | 62 | D | 43 |
| Octal | 251 | 267 | 241 | 10 | 0 | 14 | 34 | 142 | 15 | 103 |
| Binary | 10101001 | 10110111 | 10100001 | 1000 | 0 | 1100 | 11100 | 1100010 | 1101 | 1000011 |
Color Harmonies of #A9B7A1
Complementary color
Monochromatic Colors of #A9B7A1
Black with #A9B7A1
Text Example
Text Example
White with #A9B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7A1; }
p { color: rgb(169,183,161); }
H1.HeaderClassName
{
color: #A9B7A1;
}
.AnyTagClassName
{
color: #A9B7A1;
}
</style>
background-color css
<style>
a { background-color: #A9B7A1; }
a { background-color: rgb(169,183,161); }
div.DivClassName
{
background-color: #A9B7A1;
}
.BgClassName
{
background-color: #A9B7A1;
}
</style>
border-color css
<style>
span { border-color: #A9B7A1; }
span { border-color: rgb(169,183,161); }
td.TdClassName
{
border-color: #A9B7A1;
}
.TagClassName
{
border-color: #A9B7A1;
}
</style>