Shades of Caper #ACB972
Tints of Caper #ACB972
RGB
CMYK
RGB Variations
Color information
#ACB972 (or 0xACB972) is known color: Caper. HEX triplet: AC, B9 and 72. RGB value is (172,185,114). Sum of RGB (Red+Green+Blue) = 172+185+114=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB972 is #53468D. Grayscale: #ADADAD. Windows color (decimal): -5457550 or 7518636. OLE color: 7518636.
HSL color Cylindrical-coordinate representation of color #ACB972: hue angle of 70.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB972 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 114 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.27 |
| HSL | 70.99º | 0.34% | 0.59% | - |
| HSV(B) | 70.99º | 0.38% | 0.73% | - |
| XYZ | 37.4 | 44.68 | 22.57 | - |
| YUV | 173.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 114 | 0.07 | 0 | 0.38 | 0.27 | 70.99 | 0.34 | 0.59 |
| Hex | AC | B9 | 72 | 7 | 0 | 26 | 1B | 47 | 22 | 3B |
| Octal | 254 | 271 | 162 | 7 | 0 | 46 | 33 | 107 | 42 | 73 |
| Binary | 10101100 | 10111001 | 1110010 | 111 | 0 | 100110 | 11011 | 1000111 | 100010 | 111011 |
Color Harmonies of #ACB972
Complementary color
Monochromatic Colors of #ACB972
Black with #ACB972
Text Example
Text Example
White with #ACB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB972; }
p { color: rgb(172,185,114); }
H1.HeaderClassName
{
color: #ACB972;
}
.AnyTagClassName
{
color: #ACB972;
}
</style>
background-color css
<style>
a { background-color: #ACB972; }
a { background-color: rgb(172,185,114); }
div.DivClassName
{
background-color: #ACB972;
}
.BgClassName
{
background-color: #ACB972;
}
</style>
border-color css
<style>
span { border-color: #ACB972; }
span { border-color: rgb(172,185,114); }
td.TdClassName
{
border-color: #ACB972;
}
.TagClassName
{
border-color: #ACB972;
}
</style>