Shades of Caper #A6B785
Tints of Caper #A6B785
RGB
CMYK
RGB Variations
Color information
#A6B785 (or 0xA6B785) is known color: Caper. HEX triplet: A6, B7 and 85. RGB value is (166,183,133). Sum of RGB (Red+Green+Blue) = 166+183+133=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B785 is #59487A. Grayscale: #ACACAC. Windows color (decimal): -5851259 or 8763302. OLE color: 8763302.
HSL color Cylindrical-coordinate representation of color #A6B785: hue angle of 80.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6B785 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 133 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.28 |
| HSL | 80.4º | 0.26% | 0.62% | - |
| HSV(B) | 80.4º | 0.27% | 0.72% | - |
| XYZ | 36.89 | 43.67 | 28.67 | - |
| YUV | 172.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 133 | 0.09 | 0 | 0.27 | 0.28 | 80.4 | 0.26 | 0.62 |
| Hex | A6 | B7 | 85 | 9 | 0 | 1B | 1C | 50 | 1A | 3E |
| Octal | 246 | 267 | 205 | 11 | 0 | 33 | 34 | 120 | 32 | 76 |
| Binary | 10100110 | 10110111 | 10000101 | 1001 | 0 | 11011 | 11100 | 1010000 | 11010 | 111110 |
Color Harmonies of #A6B785
Complementary color
Monochromatic Colors of #A6B785
Black with #A6B785
Text Example
Text Example
White with #A6B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B785; }
p { color: rgb(166,183,133); }
H1.HeaderClassName
{
color: #A6B785;
}
.AnyTagClassName
{
color: #A6B785;
}
</style>
background-color css
<style>
a { background-color: #A6B785; }
a { background-color: rgb(166,183,133); }
div.DivClassName
{
background-color: #A6B785;
}
.BgClassName
{
background-color: #A6B785;
}
</style>
border-color css
<style>
span { border-color: #A6B785; }
span { border-color: rgb(166,183,133); }
td.TdClassName
{
border-color: #A6B785;
}
.TagClassName
{
border-color: #A6B785;
}
</style>