Shades of Caper #A8BF86
Tints of Caper #A8BF86
RGB
CMYK
RGB Variations
Color information
#A8BF86 (or 0xA8BF86) is known color: Caper. HEX triplet: A8, BF and 86. RGB value is (168,191,134). Sum of RGB (Red+Green+Blue) = 168+191+134=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF86 is #574079. Grayscale: #B1B1B1. Windows color (decimal): -5718138 or 8830888. OLE color: 8830888.
HSL color Cylindrical-coordinate representation of color #A8BF86: hue angle of 84.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BF86 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 134 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.25 |
| HSL | 84.21º | 0.31% | 0.64% | - |
| HSV(B) | 84.21º | 0.3% | 0.75% | - |
| XYZ | 39.08 | 47.31 | 29.63 | - |
| YUV | 177.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 134 | 0.12 | 0 | 0.30 | 0.25 | 84.21 | 0.31 | 0.64 |
| Hex | A8 | BF | 86 | C | 0 | 1E | 19 | 54 | 1F | 40 |
| Octal | 250 | 277 | 206 | 14 | 0 | 36 | 31 | 124 | 37 | 100 |
| Binary | 10101000 | 10111111 | 10000110 | 1100 | 0 | 11110 | 11001 | 1010100 | 11111 | 1000000 |
Color Harmonies of #A8BF86
Complementary color
Monochromatic Colors of #A8BF86
Black with #A8BF86
Text Example
Text Example
White with #A8BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF86; }
p { color: rgb(168,191,134); }
H1.HeaderClassName
{
color: #A8BF86;
}
.AnyTagClassName
{
color: #A8BF86;
}
</style>
background-color css
<style>
a { background-color: #A8BF86; }
a { background-color: rgb(168,191,134); }
div.DivClassName
{
background-color: #A8BF86;
}
.BgClassName
{
background-color: #A8BF86;
}
</style>
border-color css
<style>
span { border-color: #A8BF86; }
span { border-color: rgb(168,191,134); }
td.TdClassName
{
border-color: #A8BF86;
}
.TagClassName
{
border-color: #A8BF86;
}
</style>