Shades of Spring Rain #A7B7A6
Tints of Spring Rain #A7B7A6
RGB
CMYK
RGB Variations
Color information
#A7B7A6 (or 0xA7B7A6) is known color: Spring Rain. HEX triplet: A7, B7 and A6. RGB value is (167,183,166). Sum of RGB (Red+Green+Blue) = 167+183+166=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B7A6 is #584859. Grayscale: #B0B0B0. Windows color (decimal): -5785690 or 10925991. OLE color: 10925991.
HSL color Cylindrical-coordinate representation of color #A7B7A6: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7B7A6 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 166 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.28 |
| HSL | 116.47º | 0.11% | 0.68% | - |
| HSV(B) | 116.47º | 0.09% | 0.72% | - |
| XYZ | 39.75 | 44.84 | 42.64 | - |
| YUV | 176.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 166 | 0.09 | 0 | 0.09 | 0.28 | 116.47 | 0.11 | 0.68 |
| Hex | A7 | B7 | A6 | 9 | 0 | 9 | 1C | 74 | B | 44 |
| Octal | 247 | 267 | 246 | 11 | 0 | 11 | 34 | 164 | 13 | 104 |
| Binary | 10100111 | 10110111 | 10100110 | 1001 | 0 | 1001 | 11100 | 1110100 | 1011 | 1000100 |
Color Harmonies of #A7B7A6
Complementary color
Monochromatic Colors of #A7B7A6
Black with #A7B7A6
Text Example
Text Example
White with #A7B7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B7A6; }
p { color: rgb(167,183,166); }
H1.HeaderClassName
{
color: #A7B7A6;
}
.AnyTagClassName
{
color: #A7B7A6;
}
</style>
background-color css
<style>
a { background-color: #A7B7A6; }
a { background-color: rgb(167,183,166); }
div.DivClassName
{
background-color: #A7B7A6;
}
.BgClassName
{
background-color: #A7B7A6;
}
</style>
border-color css
<style>
span { border-color: #A7B7A6; }
span { border-color: rgb(167,183,166); }
td.TdClassName
{
border-color: #A7B7A6;
}
.TagClassName
{
border-color: #A7B7A6;
}
</style>