Shades of Caper #ACB971
Tints of Caper #ACB971
RGB
CMYK
RGB Variations
Color information
#ACB971 (or 0xACB971) is known color: Caper. HEX triplet: AC, B9 and 71. RGB value is (172,185,113). Sum of RGB (Red+Green+Blue) = 172+185+113=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB971 is #53468E. Grayscale: #ADADAD. Windows color (decimal): -5457551 or 7453100. OLE color: 7453100.
HSL color Cylindrical-coordinate representation of color #ACB971: hue angle of 70.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB971 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 113 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.27 |
| HSL | 70.83º | 0.34% | 0.58% | - |
| HSV(B) | 70.83º | 0.39% | 0.73% | - |
| XYZ | 37.34 | 44.66 | 22.28 | - |
| YUV | 172.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 113 | 0.07 | 0 | 0.39 | 0.27 | 70.83 | 0.34 | 0.58 |
| Hex | AC | B9 | 71 | 7 | 0 | 27 | 1B | 47 | 22 | 3A |
| Octal | 254 | 271 | 161 | 7 | 0 | 47 | 33 | 107 | 42 | 72 |
| Binary | 10101100 | 10111001 | 1110001 | 111 | 0 | 100111 | 11011 | 1000111 | 100010 | 111010 |
Color Harmonies of #ACB971
Complementary color
Monochromatic Colors of #ACB971
Black with #ACB971
Text Example
Text Example
White with #ACB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB971; }
p { color: rgb(172,185,113); }
H1.HeaderClassName
{
color: #ACB971;
}
.AnyTagClassName
{
color: #ACB971;
}
</style>
background-color css
<style>
a { background-color: #ACB971; }
a { background-color: rgb(172,185,113); }
div.DivClassName
{
background-color: #ACB971;
}
.BgClassName
{
background-color: #ACB971;
}
</style>
border-color css
<style>
span { border-color: #ACB971; }
span { border-color: rgb(172,185,113); }
td.TdClassName
{
border-color: #ACB971;
}
.TagClassName
{
border-color: #ACB971;
}
</style>