Shades of Spring Rain #A7ABA6
Tints of Spring Rain #A7ABA6
RGB
CMYK
RGB Variations
Color information
#A7ABA6 (or 0xA7ABA6) is known color: Spring Rain. HEX triplet: A7, AB and A6. RGB value is (167,171,166). Sum of RGB (Red+Green+Blue) = 167+171+166=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A7ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABA6 is #585459. Grayscale: #A9A9A9. Windows color (decimal): -5788762 or 10922919. OLE color: 10922919.
HSL color Cylindrical-coordinate representation of color #A7ABA6: hue angle of 108º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A7ABA6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 171 | 166 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.33 |
| HSL | 108º | 0.03% | 0.66% | - |
| HSV(B) | 108º | 0.03% | 0.67% | - |
| XYZ | 37.38 | 40.09 | 41.85 | - |
| YUV | 169.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 171 | 166 | 0.02 | 0 | 0.03 | 0.33 | 108 | 0.03 | 0.66 |
| Hex | A7 | AB | A6 | 2 | 0 | 3 | 21 | 6C | 3 | 42 |
| Octal | 247 | 253 | 246 | 2 | 0 | 3 | 41 | 154 | 3 | 102 |
| Binary | 10100111 | 10101011 | 10100110 | 10 | 0 | 11 | 100001 | 1101100 | 11 | 1000010 |
Color Harmonies of #A7ABA6
Complementary color
Monochromatic Colors of #A7ABA6
Black with #A7ABA6
Text Example
Text Example
White with #A7ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ABA6; }
p { color: rgb(167,171,166); }
H1.HeaderClassName
{
color: #A7ABA6;
}
.AnyTagClassName
{
color: #A7ABA6;
}
</style>
background-color css
<style>
a { background-color: #A7ABA6; }
a { background-color: rgb(167,171,166); }
div.DivClassName
{
background-color: #A7ABA6;
}
.BgClassName
{
background-color: #A7ABA6;
}
</style>
border-color css
<style>
span { border-color: #A7ABA6; }
span { border-color: rgb(167,171,166); }
td.TdClassName
{
border-color: #A7ABA6;
}
.TagClassName
{
border-color: #A7ABA6;
}
</style>