Shades of Spring Rain #A7BA9B
Tints of Spring Rain #A7BA9B
RGB
CMYK
RGB Variations
Color information
#A7BA9B (or 0xA7BA9B) is known color: Spring Rain. HEX triplet: A7, BA and 9B. RGB value is (167,186,155). Sum of RGB (Red+Green+Blue) = 167+186+155=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA9B is #584564. Grayscale: #B0B0B0. Windows color (decimal): -5784933 or 10205863. OLE color: 10205863.
HSL color Cylindrical-coordinate representation of color #A7BA9B: hue angle of 96.77º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BA9B is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 155 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.27 |
| HSL | 96.77º | 0.18% | 0.67% | - |
| HSV(B) | 96.77º | 0.17% | 0.73% | - |
| XYZ | 39.41 | 45.7 | 37.75 | - |
| YUV | 176.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 155 | 0.10 | 0 | 0.17 | 0.27 | 96.77 | 0.18 | 0.67 |
| Hex | A7 | BA | 9B | A | 0 | 11 | 1B | 61 | 12 | 43 |
| Octal | 247 | 272 | 233 | 12 | 0 | 21 | 33 | 141 | 22 | 103 |
| Binary | 10100111 | 10111010 | 10011011 | 1010 | 0 | 10001 | 11011 | 1100001 | 10010 | 1000011 |
Color Harmonies of #A7BA9B
Complementary color
Monochromatic Colors of #A7BA9B
Black with #A7BA9B
Text Example
Text Example
White with #A7BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA9B; }
p { color: rgb(167,186,155); }
H1.HeaderClassName
{
color: #A7BA9B;
}
.AnyTagClassName
{
color: #A7BA9B;
}
</style>
background-color css
<style>
a { background-color: #A7BA9B; }
a { background-color: rgb(167,186,155); }
div.DivClassName
{
background-color: #A7BA9B;
}
.BgClassName
{
background-color: #A7BA9B;
}
</style>
border-color css
<style>
span { border-color: #A7BA9B; }
span { border-color: rgb(167,186,155); }
td.TdClassName
{
border-color: #A7BA9B;
}
.TagClassName
{
border-color: #A7BA9B;
}
</style>