Shades of Spring Rain #A5BA9E
Tints of Spring Rain #A5BA9E
RGB
CMYK
RGB Variations
Color information
#A5BA9E (or 0xA5BA9E) is known color: Spring Rain. HEX triplet: A5, BA and 9E. RGB value is (165,186,158). Sum of RGB (Red+Green+Blue) = 165+186+158=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9E is #5A4561. Grayscale: #B0B0B0. Windows color (decimal): -5916002 or 10402469. OLE color: 10402469.
HSL color Cylindrical-coordinate representation of color #A5BA9E: hue angle of 105º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BA9E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 158 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.27 |
| HSL | 105º | 0.17% | 0.67% | - |
| HSV(B) | 105º | 0.15% | 0.73% | - |
| XYZ | 39.25 | 45.59 | 39.08 | - |
| YUV | 176.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 158 | 0.11 | 0 | 0.15 | 0.27 | 105 | 0.17 | 0.67 |
| Hex | A5 | BA | 9E | B | 0 | F | 1B | 69 | 11 | 43 |
| Octal | 245 | 272 | 236 | 13 | 0 | 17 | 33 | 151 | 21 | 103 |
| Binary | 10100101 | 10111010 | 10011110 | 1011 | 0 | 1111 | 11011 | 1101001 | 10001 | 1000011 |
Color Harmonies of #A5BA9E
Complementary color
Monochromatic Colors of #A5BA9E
Black with #A5BA9E
Text Example
Text Example
White with #A5BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA9E; }
p { color: rgb(165,186,158); }
H1.HeaderClassName
{
color: #A5BA9E;
}
.AnyTagClassName
{
color: #A5BA9E;
}
</style>
background-color css
<style>
a { background-color: #A5BA9E; }
a { background-color: rgb(165,186,158); }
div.DivClassName
{
background-color: #A5BA9E;
}
.BgClassName
{
background-color: #A5BA9E;
}
</style>
border-color css
<style>
span { border-color: #A5BA9E; }
span { border-color: rgb(165,186,158); }
td.TdClassName
{
border-color: #A5BA9E;
}
.TagClassName
{
border-color: #A5BA9E;
}
</style>