Shades of Spring Rain #A6ADA4
Tints of Spring Rain #A6ADA4
RGB
CMYK
RGB Variations
Color information
#A6ADA4 (or 0xA6ADA4) is known color: Spring Rain. HEX triplet: A6, AD and A4. RGB value is (166,173,164). Sum of RGB (Red+Green+Blue) = 166+173+164=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA4 is #59525B. Grayscale: #A9A9A9. Windows color (decimal): -5853788 or 10792358. OLE color: 10792358.
HSL color Cylindrical-coordinate representation of color #A6ADA4: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6ADA4 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 164 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.32 |
| HSL | 106.67º | 0.05% | 0.66% | - |
| HSV(B) | 106.67º | 0.05% | 0.68% | - |
| XYZ | 37.37 | 40.67 | 41 | - |
| YUV | 169.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 164 | 0.04 | 0 | 0.05 | 0.32 | 106.67 | 0.05 | 0.66 |
| Hex | A6 | AD | A4 | 4 | 0 | 5 | 20 | 6B | 5 | 42 |
| Octal | 246 | 255 | 244 | 4 | 0 | 5 | 40 | 153 | 5 | 102 |
| Binary | 10100110 | 10101101 | 10100100 | 100 | 0 | 101 | 100000 | 1101011 | 101 | 1000010 |
Color Harmonies of #A6ADA4
Complementary color
Monochromatic Colors of #A6ADA4
Black with #A6ADA4
Text Example
Text Example
White with #A6ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADA4; }
p { color: rgb(166,173,164); }
H1.HeaderClassName
{
color: #A6ADA4;
}
.AnyTagClassName
{
color: #A6ADA4;
}
</style>
background-color css
<style>
a { background-color: #A6ADA4; }
a { background-color: rgb(166,173,164); }
div.DivClassName
{
background-color: #A6ADA4;
}
.BgClassName
{
background-color: #A6ADA4;
}
</style>
border-color css
<style>
span { border-color: #A6ADA4; }
span { border-color: rgb(166,173,164); }
td.TdClassName
{
border-color: #A6ADA4;
}
.TagClassName
{
border-color: #A6ADA4;
}
</style>