Shades of Spring Rain #A7B2A6
Tints of Spring Rain #A7B2A6
RGB
CMYK
RGB Variations
Color information
#A7B2A6 (or 0xA7B2A6) is known color: Spring Rain. HEX triplet: A7, B2 and A6. RGB value is (167,178,166). Sum of RGB (Red+Green+Blue) = 167+178+166=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B2A6 is #584D59. Grayscale: #ADADAD. Windows color (decimal): -5786970 or 10924711. OLE color: 10924711.
HSL color Cylindrical-coordinate representation of color #A7B2A6: hue angle of 115º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B2A6 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 166 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.30 |
| HSL | 115º | 0.07% | 0.67% | - |
| HSV(B) | 115º | 0.07% | 0.7% | - |
| XYZ | 38.74 | 42.81 | 42.3 | - |
| YUV | 173.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 166 | 0.06 | 0 | 0.07 | 0.30 | 115 | 0.07 | 0.67 |
| Hex | A7 | B2 | A6 | 6 | 0 | 7 | 1E | 73 | 7 | 43 |
| Octal | 247 | 262 | 246 | 6 | 0 | 7 | 36 | 163 | 7 | 103 |
| Binary | 10100111 | 10110010 | 10100110 | 110 | 0 | 111 | 11110 | 1110011 | 111 | 1000011 |
Color Harmonies of #A7B2A6
Complementary color
Monochromatic Colors of #A7B2A6
Black with #A7B2A6
Text Example
Text Example
White with #A7B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2A6; }
p { color: rgb(167,178,166); }
H1.HeaderClassName
{
color: #A7B2A6;
}
.AnyTagClassName
{
color: #A7B2A6;
}
</style>
background-color css
<style>
a { background-color: #A7B2A6; }
a { background-color: rgb(167,178,166); }
div.DivClassName
{
background-color: #A7B2A6;
}
.BgClassName
{
background-color: #A7B2A6;
}
</style>
border-color css
<style>
span { border-color: #A7B2A6; }
span { border-color: rgb(167,178,166); }
td.TdClassName
{
border-color: #A7B2A6;
}
.TagClassName
{
border-color: #A7B2A6;
}
</style>