Shades of Spring Rain #A6B69E
Tints of Spring Rain #A6B69E
RGB
CMYK
RGB Variations
Color information
#A6B69E (or 0xA6B69E) is known color: Spring Rain. HEX triplet: A6, B6 and 9E. RGB value is (166,182,158). Sum of RGB (Red+Green+Blue) = 166+182+158=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69E is #594961. Grayscale: #AEAEAE. Windows color (decimal): -5851490 or 10401446. OLE color: 10401446.
HSL color Cylindrical-coordinate representation of color #A6B69E: hue angle of 100º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B69E is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 158 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.29 |
| HSL | 100º | 0.14% | 0.67% | - |
| HSV(B) | 100º | 0.13% | 0.71% | - |
| XYZ | 38.63 | 44.03 | 38.81 | - |
| YUV | 174.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 158 | 0.09 | 0 | 0.13 | 0.29 | 100 | 0.14 | 0.67 |
| Hex | A6 | B6 | 9E | 9 | 0 | D | 1D | 64 | E | 43 |
| Octal | 246 | 266 | 236 | 11 | 0 | 15 | 35 | 144 | 16 | 103 |
| Binary | 10100110 | 10110110 | 10011110 | 1001 | 0 | 1101 | 11101 | 1100100 | 1110 | 1000011 |
Color Harmonies of #A6B69E
Complementary color
Monochromatic Colors of #A6B69E
Black with #A6B69E
Text Example
Text Example
White with #A6B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B69E; }
p { color: rgb(166,182,158); }
H1.HeaderClassName
{
color: #A6B69E;
}
.AnyTagClassName
{
color: #A6B69E;
}
</style>
background-color css
<style>
a { background-color: #A6B69E; }
a { background-color: rgb(166,182,158); }
div.DivClassName
{
background-color: #A6B69E;
}
.BgClassName
{
background-color: #A6B69E;
}
</style>
border-color css
<style>
span { border-color: #A6B69E; }
span { border-color: rgb(166,182,158); }
td.TdClassName
{
border-color: #A6B69E;
}
.TagClassName
{
border-color: #A6B69E;
}
</style>