Shades of Spring Rain #A6BA9C
Tints of Spring Rain #A6BA9C
RGB
CMYK
RGB Variations
Color information
#A6BA9C (or 0xA6BA9C) is known color: Spring Rain. HEX triplet: A6, BA and 9C. RGB value is (166,186,156). Sum of RGB (Red+Green+Blue) = 166+186+156=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9C is #594563. Grayscale: #B0B0B0. Windows color (decimal): -5850468 or 10271398. OLE color: 10271398.
HSL color Cylindrical-coordinate representation of color #A6BA9C: hue angle of 100º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BA9C is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 156 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.27 |
| HSL | 100º | 0.18% | 0.67% | - |
| HSV(B) | 100º | 0.16% | 0.73% | - |
| XYZ | 39.29 | 45.63 | 38.19 | - |
| YUV | 176.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 156 | 0.11 | 0 | 0.16 | 0.27 | 100 | 0.18 | 0.67 |
| Hex | A6 | BA | 9C | B | 0 | 10 | 1B | 64 | 12 | 43 |
| Octal | 246 | 272 | 234 | 13 | 0 | 20 | 33 | 144 | 22 | 103 |
| Binary | 10100110 | 10111010 | 10011100 | 1011 | 0 | 10000 | 11011 | 1100100 | 10010 | 1000011 |
Color Harmonies of #A6BA9C
Complementary color
Monochromatic Colors of #A6BA9C
Black with #A6BA9C
Text Example
Text Example
White with #A6BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA9C; }
p { color: rgb(166,186,156); }
H1.HeaderClassName
{
color: #A6BA9C;
}
.AnyTagClassName
{
color: #A6BA9C;
}
</style>
background-color css
<style>
a { background-color: #A6BA9C; }
a { background-color: rgb(166,186,156); }
div.DivClassName
{
background-color: #A6BA9C;
}
.BgClassName
{
background-color: #A6BA9C;
}
</style>
border-color css
<style>
span { border-color: #A6BA9C; }
span { border-color: rgb(166,186,156); }
td.TdClassName
{
border-color: #A6BA9C;
}
.TagClassName
{
border-color: #A6BA9C;
}
</style>