Shades of Spring Rain #A5BAA3
Tints of Spring Rain #A5BAA3
RGB
CMYK
RGB Variations
Color information
#A5BAA3 (or 0xA5BAA3) is known color: Spring Rain. HEX triplet: A5, BA and A3. RGB value is (165,186,163). Sum of RGB (Red+Green+Blue) = 165+186+163=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAA3 is #5A455C. Grayscale: #B1B1B1. Windows color (decimal): -5915997 or 10730149. OLE color: 10730149.
HSL color Cylindrical-coordinate representation of color #A5BAA3: hue angle of 114.78º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BAA3 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 163 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.27 |
| HSL | 114.78º | 0.14% | 0.68% | - |
| HSV(B) | 114.78º | 0.12% | 0.73% | - |
| XYZ | 39.69 | 45.76 | 41.39 | - |
| YUV | 177.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 163 | 0.11 | 0 | 0.12 | 0.27 | 114.78 | 0.14 | 0.68 |
| Hex | A5 | BA | A3 | B | 0 | C | 1B | 73 | E | 44 |
| Octal | 245 | 272 | 243 | 13 | 0 | 14 | 33 | 163 | 16 | 104 |
| Binary | 10100101 | 10111010 | 10100011 | 1011 | 0 | 1100 | 11011 | 1110011 | 1110 | 1000100 |
Color Harmonies of #A5BAA3
Complementary color
Monochromatic Colors of #A5BAA3
Black with #A5BAA3
Text Example
Text Example
White with #A5BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BAA3; }
p { color: rgb(165,186,163); }
H1.HeaderClassName
{
color: #A5BAA3;
}
.AnyTagClassName
{
color: #A5BAA3;
}
</style>
background-color css
<style>
a { background-color: #A5BAA3; }
a { background-color: rgb(165,186,163); }
div.DivClassName
{
background-color: #A5BAA3;
}
.BgClassName
{
background-color: #A5BAA3;
}
</style>
border-color css
<style>
span { border-color: #A5BAA3; }
span { border-color: rgb(165,186,163); }
td.TdClassName
{
border-color: #A5BAA3;
}
.TagClassName
{
border-color: #A5BAA3;
}
</style>