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