Shades of Caper #ACB76F
Tints of Caper #ACB76F
RGB
CMYK
RGB Variations
Color information
#ACB76F (or 0xACB76F) is known color: Caper. HEX triplet: AC, B7 and 6F. RGB value is (172,183,111). Sum of RGB (Red+Green+Blue) = 172+183+111=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76F is #534890. Grayscale: #ABABAB. Windows color (decimal): -5458065 or 7321516. OLE color: 7321516.
HSL color Cylindrical-coordinate representation of color #ACB76F: hue angle of 69.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB76F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 111 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.28 |
| HSL | 69.17º | 0.33% | 0.58% | - |
| HSV(B) | 69.17º | 0.39% | 0.72% | - |
| XYZ | 36.82 | 43.79 | 21.55 | - |
| YUV | 171.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 111 | 0.06 | 0 | 0.39 | 0.28 | 69.17 | 0.33 | 0.58 |
| Hex | AC | B7 | 6F | 6 | 0 | 27 | 1C | 45 | 21 | 3A |
| Octal | 254 | 267 | 157 | 6 | 0 | 47 | 34 | 105 | 41 | 72 |
| Binary | 10101100 | 10110111 | 1101111 | 110 | 0 | 100111 | 11100 | 1000101 | 100001 | 111010 |
Color Harmonies of #ACB76F
Complementary color
Monochromatic Colors of #ACB76F
Black with #ACB76F
Text Example
Text Example
White with #ACB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB76F; }
p { color: rgb(172,183,111); }
H1.HeaderClassName
{
color: #ACB76F;
}
.AnyTagClassName
{
color: #ACB76F;
}
</style>
background-color css
<style>
a { background-color: #ACB76F; }
a { background-color: rgb(172,183,111); }
div.DivClassName
{
background-color: #ACB76F;
}
.BgClassName
{
background-color: #ACB76F;
}
</style>
border-color css
<style>
span { border-color: #ACB76F; }
span { border-color: rgb(172,183,111); }
td.TdClassName
{
border-color: #ACB76F;
}
.TagClassName
{
border-color: #ACB76F;
}
</style>