Shades of Spring Rain #A0BDA1
Tints of Spring Rain #A0BDA1
RGB
CMYK
RGB Variations
Color information
#A0BDA1 (or 0xA0BDA1) is known color: Spring Rain. HEX triplet: A0, BD and A1. RGB value is (160,189,161). Sum of RGB (Red+Green+Blue) = 160+189+161=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA1 is #5F425E. Grayscale: #B1B1B1. Windows color (decimal): -6242911 or 10599840. OLE color: 10599840.
HSL color Cylindrical-coordinate representation of color #A0BDA1: hue angle of 122.07º 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 #A0BDA1 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 161 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.26 |
| HSL | 122.07º | 0.18% | 0.68% | - |
| HSV(B) | 122.07º | 0.15% | 0.74% | - |
| XYZ | 39.13 | 46.44 | 40.62 | - |
| YUV | 177.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 161 | 0.15 | 0 | 0.15 | 0.26 | 122.07 | 0.18 | 0.68 |
| Hex | A0 | BD | A1 | F | 0 | F | 1A | 7A | 12 | 44 |
| Octal | 240 | 275 | 241 | 17 | 0 | 17 | 32 | 172 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10100001 | 1111 | 0 | 1111 | 11010 | 1111010 | 10010 | 1000100 |
Color Harmonies of #A0BDA1
Complementary color
Monochromatic Colors of #A0BDA1
Black with #A0BDA1
Text Example
Text Example
White with #A0BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDA1; }
p { color: rgb(160,189,161); }
H1.HeaderClassName
{
color: #A0BDA1;
}
.AnyTagClassName
{
color: #A0BDA1;
}
</style>
background-color css
<style>
a { background-color: #A0BDA1; }
a { background-color: rgb(160,189,161); }
div.DivClassName
{
background-color: #A0BDA1;
}
.BgClassName
{
background-color: #A0BDA1;
}
</style>
border-color css
<style>
span { border-color: #A0BDA1; }
span { border-color: rgb(160,189,161); }
td.TdClassName
{
border-color: #A0BDA1;
}
.TagClassName
{
border-color: #A0BDA1;
}
</style>