Shades of Spring Rain #A6B9A5
Tints of Spring Rain #A6B9A5
RGB
CMYK
RGB Variations
Color information
#A6B9A5 (or 0xA6B9A5) is known color: Spring Rain. HEX triplet: A6, B9 and A5. RGB value is (166,185,165). Sum of RGB (Red+Green+Blue) = 166+185+165=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9A5 is #59465A. Grayscale: #B1B1B1. Windows color (decimal): -5850715 or 10860966. OLE color: 10860966.
HSL color Cylindrical-coordinate representation of color #A6B9A5: hue angle of 117º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B9A5 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 165 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.27 |
| HSL | 117º | 0.13% | 0.69% | - |
| HSV(B) | 117º | 0.11% | 0.73% | - |
| XYZ | 39.87 | 45.52 | 42.28 | - |
| YUV | 177.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 165 | 0.10 | 0 | 0.11 | 0.27 | 117 | 0.13 | 0.69 |
| Hex | A6 | B9 | A5 | A | 0 | B | 1B | 75 | C | 45 |
| Octal | 246 | 271 | 245 | 12 | 0 | 13 | 33 | 165 | 14 | 105 |
| Binary | 10100110 | 10111001 | 10100101 | 1010 | 0 | 1011 | 11011 | 1110101 | 1100 | 1000101 |
Color Harmonies of #A6B9A5
Complementary color
Monochromatic Colors of #A6B9A5
Black with #A6B9A5
Text Example
Text Example
White with #A6B9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9A5; }
p { color: rgb(166,185,165); }
H1.HeaderClassName
{
color: #A6B9A5;
}
.AnyTagClassName
{
color: #A6B9A5;
}
</style>
background-color css
<style>
a { background-color: #A6B9A5; }
a { background-color: rgb(166,185,165); }
div.DivClassName
{
background-color: #A6B9A5;
}
.BgClassName
{
background-color: #A6B9A5;
}
</style>
border-color css
<style>
span { border-color: #A6B9A5; }
span { border-color: rgb(166,185,165); }
td.TdClassName
{
border-color: #A6B9A5;
}
.TagClassName
{
border-color: #A6B9A5;
}
</style>