Shades of Spring Rain #A5BEA3
Tints of Spring Rain #A5BEA3
RGB
CMYK
RGB Variations
Color information
#A5BEA3 (or 0xA5BEA3) is known color: Spring Rain. HEX triplet: A5, BE and A3. RGB value is (165,190,163). Sum of RGB (Red+Green+Blue) = 165+190+163=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA3 is #5A415C. Grayscale: #B3B3B3. Windows color (decimal): -5914973 or 10731173. OLE color: 10731173.
HSL color Cylindrical-coordinate representation of color #A5BEA3: hue angle of 115.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BEA3 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 163 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.25 |
| HSL | 115.56º | 0.17% | 0.69% | - |
| HSV(B) | 115.56º | 0.14% | 0.75% | - |
| XYZ | 40.54 | 47.47 | 41.68 | - |
| YUV | 179.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 163 | 0.13 | 0 | 0.14 | 0.25 | 115.56 | 0.17 | 0.69 |
| Hex | A5 | BE | A3 | D | 0 | E | 19 | 74 | 11 | 45 |
| Octal | 245 | 276 | 243 | 15 | 0 | 16 | 31 | 164 | 21 | 105 |
| Binary | 10100101 | 10111110 | 10100011 | 1101 | 0 | 1110 | 11001 | 1110100 | 10001 | 1000101 |
Color Harmonies of #A5BEA3
Complementary color
Monochromatic Colors of #A5BEA3
Black with #A5BEA3
Text Example
Text Example
White with #A5BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEA3; }
p { color: rgb(165,190,163); }
H1.HeaderClassName
{
color: #A5BEA3;
}
.AnyTagClassName
{
color: #A5BEA3;
}
</style>
background-color css
<style>
a { background-color: #A5BEA3; }
a { background-color: rgb(165,190,163); }
div.DivClassName
{
background-color: #A5BEA3;
}
.BgClassName
{
background-color: #A5BEA3;
}
</style>
border-color css
<style>
span { border-color: #A5BEA3; }
span { border-color: rgb(165,190,163); }
td.TdClassName
{
border-color: #A5BEA3;
}
.TagClassName
{
border-color: #A5BEA3;
}
</style>