Shades of Spring Rain #A6AAA5
Tints of Spring Rain #A6AAA5
RGB
CMYK
RGB Variations
Color information
#A6AAA5 (or 0xA6AAA5) is known color: Spring Rain. HEX triplet: A6, AA and A5. RGB value is (166,170,165). Sum of RGB (Red+Green+Blue) = 166+170+165=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAA5 is #59555A. Grayscale: #A8A8A8. Windows color (decimal): -5854555 or 10857126. OLE color: 10857126.
HSL color Cylindrical-coordinate representation of color #A6AAA5: 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 #A6AAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 165 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.33 |
| HSL | 108º | 0.03% | 0.66% | - |
| HSV(B) | 108º | 0.03% | 0.67% | - |
| XYZ | 36.89 | 39.57 | 41.29 | - |
| YUV | 168.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 165 | 0.02 | 0 | 0.03 | 0.33 | 108 | 0.03 | 0.66 |
| Hex | A6 | AA | A5 | 2 | 0 | 3 | 21 | 6C | 3 | 42 |
| Octal | 246 | 252 | 245 | 2 | 0 | 3 | 41 | 154 | 3 | 102 |
| Binary | 10100110 | 10101010 | 10100101 | 10 | 0 | 11 | 100001 | 1101100 | 11 | 1000010 |
Color Harmonies of #A6AAA5
Complementary color
Monochromatic Colors of #A6AAA5
Black with #A6AAA5
Text Example
Text Example
White with #A6AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAA5; }
p { color: rgb(166,170,165); }
H1.HeaderClassName
{
color: #A6AAA5;
}
.AnyTagClassName
{
color: #A6AAA5;
}
</style>
background-color css
<style>
a { background-color: #A6AAA5; }
a { background-color: rgb(166,170,165); }
div.DivClassName
{
background-color: #A6AAA5;
}
.BgClassName
{
background-color: #A6AAA5;
}
</style>
border-color css
<style>
span { border-color: #A6AAA5; }
span { border-color: rgb(166,170,165); }
td.TdClassName
{
border-color: #A6AAA5;
}
.TagClassName
{
border-color: #A6AAA5;
}
</style>