Shades of Spring Rain #A6B39E
Tints of Spring Rain #A6B39E
RGB
CMYK
RGB Variations
Color information
#A6B39E (or 0xA6B39E) is known color: Spring Rain. HEX triplet: A6, B3 and 9E. RGB value is (166,179,158). Sum of RGB (Red+Green+Blue) = 166+179+158=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B39E is #594C61. Grayscale: #ACACAC. Windows color (decimal): -5852258 or 10400678. OLE color: 10400678.
HSL color Cylindrical-coordinate representation of color #A6B39E: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B39E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 158 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.30 |
| HSL | 97.14º | 0.12% | 0.66% | - |
| HSV(B) | 97.14º | 0.12% | 0.7% | - |
| XYZ | 38.02 | 42.82 | 38.61 | - |
| YUV | 172.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 158 | 0.07 | 0 | 0.12 | 0.30 | 97.14 | 0.12 | 0.66 |
| Hex | A6 | B3 | 9E | 7 | 0 | C | 1E | 61 | C | 42 |
| Octal | 246 | 263 | 236 | 7 | 0 | 14 | 36 | 141 | 14 | 102 |
| Binary | 10100110 | 10110011 | 10011110 | 111 | 0 | 1100 | 11110 | 1100001 | 1100 | 1000010 |
Color Harmonies of #A6B39E
Complementary color
Monochromatic Colors of #A6B39E
Black with #A6B39E
Text Example
Text Example
White with #A6B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B39E; }
p { color: rgb(166,179,158); }
H1.HeaderClassName
{
color: #A6B39E;
}
.AnyTagClassName
{
color: #A6B39E;
}
</style>
background-color css
<style>
a { background-color: #A6B39E; }
a { background-color: rgb(166,179,158); }
div.DivClassName
{
background-color: #A6B39E;
}
.BgClassName
{
background-color: #A6B39E;
}
</style>
border-color css
<style>
span { border-color: #A6B39E; }
span { border-color: rgb(166,179,158); }
td.TdClassName
{
border-color: #A6B39E;
}
.TagClassName
{
border-color: #A6B39E;
}
</style>