Shades of Spring Rain #A6BA9F
Tints of Spring Rain #A6BA9F
RGB
CMYK
RGB Variations
Color information
#A6BA9F (or 0xA6BA9F) is known color: Spring Rain. HEX triplet: A6, BA and 9F. RGB value is (166,186,159). Sum of RGB (Red+Green+Blue) = 166+186+159=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9F is #594560. Grayscale: #B1B1B1. Windows color (decimal): -5850465 or 10468006. OLE color: 10468006.
HSL color Cylindrical-coordinate representation of color #A6BA9F: hue angle of 104.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6BA9F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 159 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.27 |
| HSL | 104.44º | 0.16% | 0.68% | - |
| HSV(B) | 104.44º | 0.15% | 0.73% | - |
| XYZ | 39.54 | 45.73 | 39.54 | - |
| YUV | 176.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 159 | 0.11 | 0 | 0.15 | 0.27 | 104.44 | 0.16 | 0.68 |
| Hex | A6 | BA | 9F | B | 0 | F | 1B | 68 | 10 | 44 |
| Octal | 246 | 272 | 237 | 13 | 0 | 17 | 33 | 150 | 20 | 104 |
| Binary | 10100110 | 10111010 | 10011111 | 1011 | 0 | 1111 | 11011 | 1101000 | 10000 | 1000100 |
Color Harmonies of #A6BA9F
Complementary color
Monochromatic Colors of #A6BA9F
Black with #A6BA9F
Text Example
Text Example
White with #A6BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA9F; }
p { color: rgb(166,186,159); }
H1.HeaderClassName
{
color: #A6BA9F;
}
.AnyTagClassName
{
color: #A6BA9F;
}
</style>
background-color css
<style>
a { background-color: #A6BA9F; }
a { background-color: rgb(166,186,159); }
div.DivClassName
{
background-color: #A6BA9F;
}
.BgClassName
{
background-color: #A6BA9F;
}
</style>
border-color css
<style>
span { border-color: #A6BA9F; }
span { border-color: rgb(166,186,159); }
td.TdClassName
{
border-color: #A6BA9F;
}
.TagClassName
{
border-color: #A6BA9F;
}
</style>