Shades of Caper #ACB987
Tints of Caper #ACB987
RGB
CMYK
RGB Variations
Color information
#ACB987 (or 0xACB987) is known color: Caper. HEX triplet: AC, B9 and 87. RGB value is (172,185,135). Sum of RGB (Red+Green+Blue) = 172+185+135=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB987 is #534678. Grayscale: #AFAFAF. Windows color (decimal): -5457529 or 8894892. OLE color: 8894892.
HSL color Cylindrical-coordinate representation of color #ACB987: hue angle of 75.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB987 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 135 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.27 |
| HSL | 75.6º | 0.26% | 0.63% | - |
| HSV(B) | 75.6º | 0.27% | 0.73% | - |
| XYZ | 38.74 | 45.22 | 29.61 | - |
| YUV | 175.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 135 | 0.07 | 0 | 0.27 | 0.27 | 75.6 | 0.26 | 0.63 |
| Hex | AC | B9 | 87 | 7 | 0 | 1B | 1B | 4C | 1A | 3F |
| Octal | 254 | 271 | 207 | 7 | 0 | 33 | 33 | 114 | 32 | 77 |
| Binary | 10101100 | 10111001 | 10000111 | 111 | 0 | 11011 | 11011 | 1001100 | 11010 | 111111 |
Color Harmonies of #ACB987
Complementary color
Monochromatic Colors of #ACB987
Black with #ACB987
Text Example
Text Example
White with #ACB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB987; }
p { color: rgb(172,185,135); }
H1.HeaderClassName
{
color: #ACB987;
}
.AnyTagClassName
{
color: #ACB987;
}
</style>
background-color css
<style>
a { background-color: #ACB987; }
a { background-color: rgb(172,185,135); }
div.DivClassName
{
background-color: #ACB987;
}
.BgClassName
{
background-color: #ACB987;
}
</style>
border-color css
<style>
span { border-color: #ACB987; }
span { border-color: rgb(172,185,135); }
td.TdClassName
{
border-color: #ACB987;
}
.TagClassName
{
border-color: #ACB987;
}
</style>