Shades of Spring Rain #A9BDA0
Tints of Spring Rain #A9BDA0
RGB
CMYK
RGB Variations
Color information
#A9BDA0 (or 0xA9BDA0) is known color: Spring Rain. HEX triplet: A9, BD and A0. RGB value is (169,189,160). Sum of RGB (Red+Green+Blue) = 169+189+160=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA0 is #56425F. Grayscale: #B3B3B3. Windows color (decimal): -5653088 or 10534313. OLE color: 10534313.
HSL color Cylindrical-coordinate representation of color #A9BDA0: hue angle of 101.38º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9BDA0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 160 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.26 |
| HSL | 101.38º | 0.18% | 0.68% | - |
| HSV(B) | 101.38º | 0.15% | 0.74% | - |
| XYZ | 40.9 | 47.37 | 40.24 | - |
| YUV | 179.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 160 | 0.11 | 0 | 0.15 | 0.26 | 101.38 | 0.18 | 0.68 |
| Hex | A9 | BD | A0 | B | 0 | F | 1A | 65 | 12 | 44 |
| Octal | 251 | 275 | 240 | 13 | 0 | 17 | 32 | 145 | 22 | 104 |
| Binary | 10101001 | 10111101 | 10100000 | 1011 | 0 | 1111 | 11010 | 1100101 | 10010 | 1000100 |
Color Harmonies of #A9BDA0
Complementary color
Monochromatic Colors of #A9BDA0
Black with #A9BDA0
Text Example
Text Example
White with #A9BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDA0; }
p { color: rgb(169,189,160); }
H1.HeaderClassName
{
color: #A9BDA0;
}
.AnyTagClassName
{
color: #A9BDA0;
}
</style>
background-color css
<style>
a { background-color: #A9BDA0; }
a { background-color: rgb(169,189,160); }
div.DivClassName
{
background-color: #A9BDA0;
}
.BgClassName
{
background-color: #A9BDA0;
}
</style>
border-color css
<style>
span { border-color: #A9BDA0; }
span { border-color: rgb(169,189,160); }
td.TdClassName
{
border-color: #A9BDA0;
}
.TagClassName
{
border-color: #A9BDA0;
}
</style>