Shades of Caper #ACB86F
Tints of Caper #ACB86F
RGB
CMYK
RGB Variations
Color information
#ACB86F (or 0xACB86F) is known color: Caper. HEX triplet: AC, B8 and 6F. RGB value is (172,184,111). Sum of RGB (Red+Green+Blue) = 172+184+111=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB86F is #534790. Grayscale: #ACACAC. Windows color (decimal): -5457809 or 7321772. OLE color: 7321772.
HSL color Cylindrical-coordinate representation of color #ACB86F: hue angle of 69.86º 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 #ACB86F is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 111 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.28 |
| HSL | 69.86º | 0.34% | 0.58% | - |
| HSV(B) | 69.86º | 0.4% | 0.72% | - |
| XYZ | 37.02 | 44.2 | 21.62 | - |
| YUV | 172.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 111 | 0.07 | 0 | 0.40 | 0.28 | 69.86 | 0.34 | 0.58 |
| Hex | AC | B8 | 6F | 7 | 0 | 28 | 1C | 46 | 22 | 3A |
| Octal | 254 | 270 | 157 | 7 | 0 | 50 | 34 | 106 | 42 | 72 |
| Binary | 10101100 | 10111000 | 1101111 | 111 | 0 | 101000 | 11100 | 1000110 | 100010 | 111010 |
Color Harmonies of #ACB86F
Complementary color
Monochromatic Colors of #ACB86F
Black with #ACB86F
Text Example
Text Example
White with #ACB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB86F; }
p { color: rgb(172,184,111); }
H1.HeaderClassName
{
color: #ACB86F;
}
.AnyTagClassName
{
color: #ACB86F;
}
</style>
background-color css
<style>
a { background-color: #ACB86F; }
a { background-color: rgb(172,184,111); }
div.DivClassName
{
background-color: #ACB86F;
}
.BgClassName
{
background-color: #ACB86F;
}
</style>
border-color css
<style>
span { border-color: #ACB86F; }
span { border-color: rgb(172,184,111); }
td.TdClassName
{
border-color: #ACB86F;
}
.TagClassName
{
border-color: #ACB86F;
}
</style>