Shades of Spring Rain #A9B7A0
Tints of Spring Rain #A9B7A0
RGB
CMYK
RGB Variations
Color information
#A9B7A0 (or 0xA9B7A0) is known color: Spring Rain. HEX triplet: A9, B7 and A0. RGB value is (169,183,160). Sum of RGB (Red+Green+Blue) = 169+183+160=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B7A0 is #56485F. Grayscale: #B0B0B0. Windows color (decimal): -5654624 or 10532777. OLE color: 10532777.
HSL color Cylindrical-coordinate representation of color #A9B7A0: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9B7A0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 160 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.28 |
| HSL | 96.52º | 0.14% | 0.67% | - |
| HSV(B) | 96.52º | 0.13% | 0.72% | - |
| XYZ | 39.64 | 44.84 | 39.82 | - |
| YUV | 176.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 160 | 0.08 | 0 | 0.13 | 0.28 | 96.52 | 0.14 | 0.67 |
| Hex | A9 | B7 | A0 | 8 | 0 | D | 1C | 61 | E | 43 |
| Octal | 251 | 267 | 240 | 10 | 0 | 15 | 34 | 141 | 16 | 103 |
| Binary | 10101001 | 10110111 | 10100000 | 1000 | 0 | 1101 | 11100 | 1100001 | 1110 | 1000011 |
Color Harmonies of #A9B7A0
Complementary color
Monochromatic Colors of #A9B7A0
Black with #A9B7A0
Text Example
Text Example
White with #A9B7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7A0; }
p { color: rgb(169,183,160); }
H1.HeaderClassName
{
color: #A9B7A0;
}
.AnyTagClassName
{
color: #A9B7A0;
}
</style>
background-color css
<style>
a { background-color: #A9B7A0; }
a { background-color: rgb(169,183,160); }
div.DivClassName
{
background-color: #A9B7A0;
}
.BgClassName
{
background-color: #A9B7A0;
}
</style>
border-color css
<style>
span { border-color: #A9B7A0; }
span { border-color: rgb(169,183,160); }
td.TdClassName
{
border-color: #A9B7A0;
}
.TagClassName
{
border-color: #A9B7A0;
}
</style>