Shades of Spring Rain #A6ADA3
Tints of Spring Rain #A6ADA3
RGB
CMYK
RGB Variations
Color information
#A6ADA3 (or 0xA6ADA3) is known color: Spring Rain. HEX triplet: A6, AD and A3. RGB value is (166,173,163). Sum of RGB (Red+Green+Blue) = 166+173+163=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA3 is #59525C. Grayscale: #A9A9A9. Windows color (decimal): -5853789 or 10726822. OLE color: 10726822.
HSL color Cylindrical-coordinate representation of color #A6ADA3: hue angle of 102º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6ADA3 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 163 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.32 |
| HSL | 102º | 0.06% | 0.66% | - |
| HSV(B) | 102º | 0.06% | 0.68% | - |
| XYZ | 37.28 | 40.64 | 40.53 | - |
| YUV | 169.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 163 | 0.04 | 0 | 0.06 | 0.32 | 102 | 0.06 | 0.66 |
| Hex | A6 | AD | A3 | 4 | 0 | 6 | 20 | 66 | 6 | 42 |
| Octal | 246 | 255 | 243 | 4 | 0 | 6 | 40 | 146 | 6 | 102 |
| Binary | 10100110 | 10101101 | 10100011 | 100 | 0 | 110 | 100000 | 1100110 | 110 | 1000010 |
Color Harmonies of #A6ADA3
Complementary color
Monochromatic Colors of #A6ADA3
Black with #A6ADA3
Text Example
Text Example
White with #A6ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADA3; }
p { color: rgb(166,173,163); }
H1.HeaderClassName
{
color: #A6ADA3;
}
.AnyTagClassName
{
color: #A6ADA3;
}
</style>
background-color css
<style>
a { background-color: #A6ADA3; }
a { background-color: rgb(166,173,163); }
div.DivClassName
{
background-color: #A6ADA3;
}
.BgClassName
{
background-color: #A6ADA3;
}
</style>
border-color css
<style>
span { border-color: #A6ADA3; }
span { border-color: rgb(166,173,163); }
td.TdClassName
{
border-color: #A6ADA3;
}
.TagClassName
{
border-color: #A6ADA3;
}
</style>