Shades of Spring Rain #A7ADA6
Tints of Spring Rain #A7ADA6
RGB
CMYK
RGB Variations
Color information
#A7ADA6 (or 0xA7ADA6) is known color: Spring Rain. HEX triplet: A7, AD and A6. RGB value is (167,173,166). Sum of RGB (Red+Green+Blue) = 167+173+166=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADA6 is #585259. Grayscale: #AAAAAA. Windows color (decimal): -5788250 or 10923431. OLE color: 10923431.
HSL color Cylindrical-coordinate representation of color #A7ADA6: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A7ADA6 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 166 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.32 |
| HSL | 111.43º | 0.04% | 0.66% | - |
| HSV(B) | 111.43º | 0.04% | 0.68% | - |
| XYZ | 37.76 | 40.86 | 41.97 | - |
| YUV | 170.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 166 | 0.03 | 0 | 0.04 | 0.32 | 111.43 | 0.04 | 0.66 |
| Hex | A7 | AD | A6 | 3 | 0 | 4 | 20 | 6F | 4 | 42 |
| Octal | 247 | 255 | 246 | 3 | 0 | 4 | 40 | 157 | 4 | 102 |
| Binary | 10100111 | 10101101 | 10100110 | 11 | 0 | 100 | 100000 | 1101111 | 100 | 1000010 |
Color Harmonies of #A7ADA6
Complementary color
Monochromatic Colors of #A7ADA6
Black with #A7ADA6
Text Example
Text Example
White with #A7ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADA6; }
p { color: rgb(167,173,166); }
H1.HeaderClassName
{
color: #A7ADA6;
}
.AnyTagClassName
{
color: #A7ADA6;
}
</style>
background-color css
<style>
a { background-color: #A7ADA6; }
a { background-color: rgb(167,173,166); }
div.DivClassName
{
background-color: #A7ADA6;
}
.BgClassName
{
background-color: #A7ADA6;
}
</style>
border-color css
<style>
span { border-color: #A7ADA6; }
span { border-color: rgb(167,173,166); }
td.TdClassName
{
border-color: #A7ADA6;
}
.TagClassName
{
border-color: #A7ADA6;
}
</style>