Shades of Spring Rain #A6ADA6
Tints of Spring Rain #A6ADA6
RGB
CMYK
RGB Variations
Color information
#A6ADA6 (or 0xA6ADA6) is known color: Spring Rain. HEX triplet: A6, AD and A6. RGB value is (166,173,166). Sum of RGB (Red+Green+Blue) = 166+173+166=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA6 is #595259. Grayscale: #AAAAAA. Windows color (decimal): -5853786 or 10923430. OLE color: 10923430.
HSL color Cylindrical-coordinate representation of color #A6ADA6: hue angle of 120º 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 #A6ADA6 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 166 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.32 |
| HSL | 120º | 0.04% | 0.66% | - |
| HSV(B) | 120º | 0.04% | 0.68% | - |
| XYZ | 37.55 | 40.75 | 41.96 | - |
| YUV | 170.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 166 | 0.04 | 0 | 0.04 | 0.32 | 120 | 0.04 | 0.66 |
| Hex | A6 | AD | A6 | 4 | 0 | 4 | 20 | 78 | 4 | 42 |
| Octal | 246 | 255 | 246 | 4 | 0 | 4 | 40 | 170 | 4 | 102 |
| Binary | 10100110 | 10101101 | 10100110 | 100 | 0 | 100 | 100000 | 1111000 | 100 | 1000010 |
Color Harmonies of #A6ADA6
Complementary color
Monochromatic Colors of #A6ADA6
Black with #A6ADA6
Text Example
Text Example
White with #A6ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADA6; }
p { color: rgb(166,173,166); }
H1.HeaderClassName
{
color: #A6ADA6;
}
.AnyTagClassName
{
color: #A6ADA6;
}
</style>
background-color css
<style>
a { background-color: #A6ADA6; }
a { background-color: rgb(166,173,166); }
div.DivClassName
{
background-color: #A6ADA6;
}
.BgClassName
{
background-color: #A6ADA6;
}
</style>
border-color css
<style>
span { border-color: #A6ADA6; }
span { border-color: rgb(166,173,166); }
td.TdClassName
{
border-color: #A6ADA6;
}
.TagClassName
{
border-color: #A6ADA6;
}
</style>