Shades of Spring Rain #A0BEA1
Tints of Spring Rain #A0BEA1
RGB
CMYK
RGB Variations
Color information
#A0BEA1 (or 0xA0BEA1) is known color: Spring Rain. HEX triplet: A0, BE and A1. RGB value is (160,190,161). Sum of RGB (Red+Green+Blue) = 160+190+161=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA1 is #5F415E. Grayscale: #B1B1B1. Windows color (decimal): -6242655 or 10600096. OLE color: 10600096.
HSL color Cylindrical-coordinate representation of color #A0BEA1: hue angle of 122º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 161 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.25 |
| HSL | 122º | 0.19% | 0.69% | - |
| HSV(B) | 122º | 0.16% | 0.75% | - |
| XYZ | 39.34 | 46.87 | 40.69 | - |
| YUV | 177.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 161 | 0.16 | 0 | 0.15 | 0.25 | 122 | 0.19 | 0.69 |
| Hex | A0 | BE | A1 | 10 | 0 | F | 19 | 7A | 13 | 45 |
| Octal | 240 | 276 | 241 | 20 | 0 | 17 | 31 | 172 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10100001 | 10000 | 0 | 1111 | 11001 | 1111010 | 10011 | 1000101 |
Color Harmonies of #A0BEA1
Complementary color
Monochromatic Colors of #A0BEA1
Black with #A0BEA1
Text Example
Text Example
White with #A0BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEA1; }
p { color: rgb(160,190,161); }
H1.HeaderClassName
{
color: #A0BEA1;
}
.AnyTagClassName
{
color: #A0BEA1;
}
</style>
background-color css
<style>
a { background-color: #A0BEA1; }
a { background-color: rgb(160,190,161); }
div.DivClassName
{
background-color: #A0BEA1;
}
.BgClassName
{
background-color: #A0BEA1;
}
</style>
border-color css
<style>
span { border-color: #A0BEA1; }
span { border-color: rgb(160,190,161); }
td.TdClassName
{
border-color: #A0BEA1;
}
.TagClassName
{
border-color: #A0BEA1;
}
</style>