Shades of Caper #A8B786
Tints of Caper #A8B786
RGB
CMYK
RGB Variations
Color information
#A8B786 (or 0xA8B786) is known color: Caper. HEX triplet: A8, B7 and 86. RGB value is (168,183,134). Sum of RGB (Red+Green+Blue) = 168+183+134=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B786 is #574879. Grayscale: #ADADAD. Windows color (decimal): -5720186 or 8828840. OLE color: 8828840.
HSL color Cylindrical-coordinate representation of color #A8B786: hue angle of 78.37º 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 #A8B786 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 134 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.28 |
| HSL | 78.37º | 0.25% | 0.62% | - |
| HSV(B) | 78.37º | 0.27% | 0.72% | - |
| XYZ | 37.39 | 43.91 | 29.06 | - |
| YUV | 172.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 134 | 0.08 | 0 | 0.27 | 0.28 | 78.37 | 0.25 | 0.62 |
| Hex | A8 | B7 | 86 | 8 | 0 | 1B | 1C | 4E | 19 | 3E |
| Octal | 250 | 267 | 206 | 10 | 0 | 33 | 34 | 116 | 31 | 76 |
| Binary | 10101000 | 10110111 | 10000110 | 1000 | 0 | 11011 | 11100 | 1001110 | 11001 | 111110 |
Color Harmonies of #A8B786
Complementary color
Monochromatic Colors of #A8B786
Black with #A8B786
Text Example
Text Example
White with #A8B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B786; }
p { color: rgb(168,183,134); }
H1.HeaderClassName
{
color: #A8B786;
}
.AnyTagClassName
{
color: #A8B786;
}
</style>
background-color css
<style>
a { background-color: #A8B786; }
a { background-color: rgb(168,183,134); }
div.DivClassName
{
background-color: #A8B786;
}
.BgClassName
{
background-color: #A8B786;
}
</style>
border-color css
<style>
span { border-color: #A8B786; }
span { border-color: rgb(168,183,134); }
td.TdClassName
{
border-color: #A8B786;
}
.TagClassName
{
border-color: #A8B786;
}
</style>