Shades of Caper #A7B786
Tints of Caper #A7B786
RGB
CMYK
RGB Variations
Color information
#A7B786 (or 0xA7B786) is known color: Caper. HEX triplet: A7, B7 and 86. RGB value is (167,183,134). Sum of RGB (Red+Green+Blue) = 167+183+134=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B786 is #584879. Grayscale: #ACACAC. Windows color (decimal): -5785722 or 8828839. OLE color: 8828839.
HSL color Cylindrical-coordinate representation of color #A7B786: hue angle of 79.59º degrees, saturation: 0.25, 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 #A7B786 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 134 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.28 |
| HSL | 79.59º | 0.25% | 0.62% | - |
| HSV(B) | 79.59º | 0.27% | 0.72% | - |
| XYZ | 37.17 | 43.8 | 29.05 | - |
| YUV | 172.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 134 | 0.09 | 0 | 0.27 | 0.28 | 79.59 | 0.25 | 0.62 |
| Hex | A7 | B7 | 86 | 9 | 0 | 1B | 1C | 50 | 19 | 3E |
| Octal | 247 | 267 | 206 | 11 | 0 | 33 | 34 | 120 | 31 | 76 |
| Binary | 10100111 | 10110111 | 10000110 | 1001 | 0 | 11011 | 11100 | 1010000 | 11001 | 111110 |
Color Harmonies of #A7B786
Complementary color
Monochromatic Colors of #A7B786
Black with #A7B786
Text Example
Text Example
White with #A7B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B786; }
p { color: rgb(167,183,134); }
H1.HeaderClassName
{
color: #A7B786;
}
.AnyTagClassName
{
color: #A7B786;
}
</style>
background-color css
<style>
a { background-color: #A7B786; }
a { background-color: rgb(167,183,134); }
div.DivClassName
{
background-color: #A7B786;
}
.BgClassName
{
background-color: #A7B786;
}
</style>
border-color css
<style>
span { border-color: #A7B786; }
span { border-color: rgb(167,183,134); }
td.TdClassName
{
border-color: #A7B786;
}
.TagClassName
{
border-color: #A7B786;
}
</style>