Shades of Spring Rain #A7B0A6
Tints of Spring Rain #A7B0A6
RGB
CMYK
RGB Variations
Color information
#A7B0A6 (or 0xA7B0A6) is known color: Spring Rain. HEX triplet: A7, B0 and A6. RGB value is (167,176,166). Sum of RGB (Red+Green+Blue) = 167+176+166=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0A6 is #584F59. Grayscale: #ACACAC. Windows color (decimal): -5787482 or 10924199. OLE color: 10924199.
HSL color Cylindrical-coordinate representation of color #A7B0A6: hue angle of 114º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7B0A6 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 166 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.31 |
| HSL | 114º | 0.06% | 0.67% | - |
| HSV(B) | 114º | 0.06% | 0.69% | - |
| XYZ | 38.34 | 42.02 | 42.17 | - |
| YUV | 172.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 166 | 0.05 | 0 | 0.06 | 0.31 | 114 | 0.06 | 0.67 |
| Hex | A7 | B0 | A6 | 5 | 0 | 6 | 1F | 72 | 6 | 43 |
| Octal | 247 | 260 | 246 | 5 | 0 | 6 | 37 | 162 | 6 | 103 |
| Binary | 10100111 | 10110000 | 10100110 | 101 | 0 | 110 | 11111 | 1110010 | 110 | 1000011 |
Color Harmonies of #A7B0A6
Complementary color
Monochromatic Colors of #A7B0A6
Black with #A7B0A6
Text Example
Text Example
White with #A7B0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B0A6; }
p { color: rgb(167,176,166); }
H1.HeaderClassName
{
color: #A7B0A6;
}
.AnyTagClassName
{
color: #A7B0A6;
}
</style>
background-color css
<style>
a { background-color: #A7B0A6; }
a { background-color: rgb(167,176,166); }
div.DivClassName
{
background-color: #A7B0A6;
}
.BgClassName
{
background-color: #A7B0A6;
}
</style>
border-color css
<style>
span { border-color: #A7B0A6; }
span { border-color: rgb(167,176,166); }
td.TdClassName
{
border-color: #A7B0A6;
}
.TagClassName
{
border-color: #A7B0A6;
}
</style>