Shades of Spring Rain #A3BEA0
Tints of Spring Rain #A3BEA0
RGB
CMYK
RGB Variations
Color information
#A3BEA0 (or 0xA3BEA0) is known color: Spring Rain. HEX triplet: A3, BE and A0. RGB value is (163,190,160). Sum of RGB (Red+Green+Blue) = 163+190+160=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEA0 is #5C415F. Grayscale: #B2B2B2. Windows color (decimal): -6046048 or 10534563. OLE color: 10534563.
HSL color Cylindrical-coordinate representation of color #A3BEA0: hue angle of 114º 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 #A3BEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 160 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.25 |
| HSL | 114º | 0.19% | 0.69% | - |
| HSV(B) | 114º | 0.16% | 0.75% | - |
| XYZ | 39.86 | 47.15 | 40.26 | - |
| YUV | 178.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 160 | 0.14 | 0 | 0.16 | 0.25 | 114 | 0.19 | 0.69 |
| Hex | A3 | BE | A0 | E | 0 | 10 | 19 | 72 | 13 | 45 |
| Octal | 243 | 276 | 240 | 16 | 0 | 20 | 31 | 162 | 23 | 105 |
| Binary | 10100011 | 10111110 | 10100000 | 1110 | 0 | 10000 | 11001 | 1110010 | 10011 | 1000101 |
Color Harmonies of #A3BEA0
Complementary color
Monochromatic Colors of #A3BEA0
Black with #A3BEA0
Text Example
Text Example
White with #A3BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BEA0; }
p { color: rgb(163,190,160); }
H1.HeaderClassName
{
color: #A3BEA0;
}
.AnyTagClassName
{
color: #A3BEA0;
}
</style>
background-color css
<style>
a { background-color: #A3BEA0; }
a { background-color: rgb(163,190,160); }
div.DivClassName
{
background-color: #A3BEA0;
}
.BgClassName
{
background-color: #A3BEA0;
}
</style>
border-color css
<style>
span { border-color: #A3BEA0; }
span { border-color: rgb(163,190,160); }
td.TdClassName
{
border-color: #A3BEA0;
}
.TagClassName
{
border-color: #A3BEA0;
}
</style>