Shades of Spring Rain #A0B9A1
Tints of Spring Rain #A0B9A1
RGB
CMYK
RGB Variations
Color information
#A0B9A1 (or 0xA0B9A1) is known color: Spring Rain. HEX triplet: A0, B9 and A1. RGB value is (160,185,161). Sum of RGB (Red+Green+Blue) = 160+185+161=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B9A1 is #5F465E. Grayscale: #AEAEAE. Windows color (decimal): -6243935 or 10598816. OLE color: 10598816.
HSL color Cylindrical-coordinate representation of color #A0B9A1: hue angle of 122.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B9A1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 161 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.27 |
| HSL | 122.4º | 0.15% | 0.68% | - |
| HSV(B) | 122.4º | 0.14% | 0.73% | - |
| XYZ | 38.28 | 44.74 | 40.34 | - |
| YUV | 174.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 161 | 0.14 | 0 | 0.13 | 0.27 | 122.4 | 0.15 | 0.68 |
| Hex | A0 | B9 | A1 | E | 0 | D | 1B | 7A | F | 44 |
| Octal | 240 | 271 | 241 | 16 | 0 | 15 | 33 | 172 | 17 | 104 |
| Binary | 10100000 | 10111001 | 10100001 | 1110 | 0 | 1101 | 11011 | 1111010 | 1111 | 1000100 |
Color Harmonies of #A0B9A1
Complementary color
Monochromatic Colors of #A0B9A1
Black with #A0B9A1
Text Example
Text Example
White with #A0B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9A1; }
p { color: rgb(160,185,161); }
H1.HeaderClassName
{
color: #A0B9A1;
}
.AnyTagClassName
{
color: #A0B9A1;
}
</style>
background-color css
<style>
a { background-color: #A0B9A1; }
a { background-color: rgb(160,185,161); }
div.DivClassName
{
background-color: #A0B9A1;
}
.BgClassName
{
background-color: #A0B9A1;
}
</style>
border-color css
<style>
span { border-color: #A0B9A1; }
span { border-color: rgb(160,185,161); }
td.TdClassName
{
border-color: #A0B9A1;
}
.TagClassName
{
border-color: #A0B9A1;
}
</style>