Shades of Caper #A7BA86
Tints of Caper #A7BA86
RGB
CMYK
RGB Variations
Color information
#A7BA86 (or 0xA7BA86) is known color: Caper. HEX triplet: A7, BA and 86. RGB value is (167,186,134). Sum of RGB (Red+Green+Blue) = 167+186+134=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA86 is #584579. Grayscale: #AEAEAE. Windows color (decimal): -5784954 or 8829607. OLE color: 8829607.
HSL color Cylindrical-coordinate representation of color #A7BA86: hue angle of 81.92º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7BA86 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 134 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.27 |
| HSL | 81.92º | 0.27% | 0.63% | - |
| HSV(B) | 81.92º | 0.28% | 0.73% | - |
| XYZ | 37.8 | 45.05 | 29.26 | - |
| YUV | 174.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 134 | 0.10 | 0 | 0.28 | 0.27 | 81.92 | 0.27 | 0.63 |
| Hex | A7 | BA | 86 | A | 0 | 1C | 1B | 52 | 1B | 3F |
| Octal | 247 | 272 | 206 | 12 | 0 | 34 | 33 | 122 | 33 | 77 |
| Binary | 10100111 | 10111010 | 10000110 | 1010 | 0 | 11100 | 11011 | 1010010 | 11011 | 111111 |
Color Harmonies of #A7BA86
Complementary color
Monochromatic Colors of #A7BA86
Black with #A7BA86
Text Example
Text Example
White with #A7BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA86; }
p { color: rgb(167,186,134); }
H1.HeaderClassName
{
color: #A7BA86;
}
.AnyTagClassName
{
color: #A7BA86;
}
</style>
background-color css
<style>
a { background-color: #A7BA86; }
a { background-color: rgb(167,186,134); }
div.DivClassName
{
background-color: #A7BA86;
}
.BgClassName
{
background-color: #A7BA86;
}
</style>
border-color css
<style>
span { border-color: #A7BA86; }
span { border-color: rgb(167,186,134); }
td.TdClassName
{
border-color: #A7BA86;
}
.TagClassName
{
border-color: #A7BA86;
}
</style>