Shades of Caper #ACB86E
Tints of Caper #ACB86E
RGB
CMYK
RGB Variations
Color information
#ACB86E (or 0xACB86E) is known color: Caper. HEX triplet: AC, B8 and 6E. RGB value is (172,184,110). Sum of RGB (Red+Green+Blue) = 172+184+110=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86E is #534791. Grayscale: #ACACAC. Windows color (decimal): -5457810 or 7256236. OLE color: 7256236.
HSL color Cylindrical-coordinate representation of color #ACB86E: hue angle of 69.73º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB86E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 110 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.28 |
| HSL | 69.73º | 0.34% | 0.58% | - |
| HSV(B) | 69.73º | 0.4% | 0.72% | - |
| XYZ | 36.97 | 44.18 | 21.33 | - |
| YUV | 171.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 110 | 0.07 | 0 | 0.40 | 0.28 | 69.73 | 0.34 | 0.58 |
| Hex | AC | B8 | 6E | 7 | 0 | 28 | 1C | 46 | 22 | 3A |
| Octal | 254 | 270 | 156 | 7 | 0 | 50 | 34 | 106 | 42 | 72 |
| Binary | 10101100 | 10111000 | 1101110 | 111 | 0 | 101000 | 11100 | 1000110 | 100010 | 111010 |
Color Harmonies of #ACB86E
Complementary color
Monochromatic Colors of #ACB86E
Black with #ACB86E
Text Example
Text Example
White with #ACB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB86E; }
p { color: rgb(172,184,110); }
H1.HeaderClassName
{
color: #ACB86E;
}
.AnyTagClassName
{
color: #ACB86E;
}
</style>
background-color css
<style>
a { background-color: #ACB86E; }
a { background-color: rgb(172,184,110); }
div.DivClassName
{
background-color: #ACB86E;
}
.BgClassName
{
background-color: #ACB86E;
}
</style>
border-color css
<style>
span { border-color: #ACB86E; }
span { border-color: rgb(172,184,110); }
td.TdClassName
{
border-color: #ACB86E;
}
.TagClassName
{
border-color: #ACB86E;
}
</style>