Shades of Caper #A6B586
Tints of Caper #A6B586
RGB
CMYK
RGB Variations
Color information
#A6B586 (or 0xA6B586) is known color: Caper. HEX triplet: A6, B5 and 86. RGB value is (166,181,134). Sum of RGB (Red+Green+Blue) = 166+181+134=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B586 is #594A79. Grayscale: #ABABAB. Windows color (decimal): -5851770 or 8828326. OLE color: 8828326.
HSL color Cylindrical-coordinate representation of color #A6B586: hue angle of 79.15º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B586 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 134 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.29 |
| HSL | 79.15º | 0.24% | 0.62% | - |
| HSV(B) | 79.15º | 0.26% | 0.71% | - |
| XYZ | 36.55 | 42.88 | 28.9 | - |
| YUV | 171.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 134 | 0.08 | 0 | 0.26 | 0.29 | 79.15 | 0.24 | 0.62 |
| Hex | A6 | B5 | 86 | 8 | 0 | 1A | 1D | 4F | 18 | 3E |
| Octal | 246 | 265 | 206 | 10 | 0 | 32 | 35 | 117 | 30 | 76 |
| Binary | 10100110 | 10110101 | 10000110 | 1000 | 0 | 11010 | 11101 | 1001111 | 11000 | 111110 |
Color Harmonies of #A6B586
Complementary color
Monochromatic Colors of #A6B586
Black with #A6B586
Text Example
Text Example
White with #A6B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B586; }
p { color: rgb(166,181,134); }
H1.HeaderClassName
{
color: #A6B586;
}
.AnyTagClassName
{
color: #A6B586;
}
</style>
background-color css
<style>
a { background-color: #A6B586; }
a { background-color: rgb(166,181,134); }
div.DivClassName
{
background-color: #A6B586;
}
.BgClassName
{
background-color: #A6B586;
}
</style>
border-color css
<style>
span { border-color: #A6B586; }
span { border-color: rgb(166,181,134); }
td.TdClassName
{
border-color: #A6B586;
}
.TagClassName
{
border-color: #A6B586;
}
</style>