Shades of Caper #ACB772
Tints of Caper #ACB772
RGB
CMYK
RGB Variations
Color information
#ACB772 (or 0xACB772) is known color: Caper. HEX triplet: AC, B7 and 72. RGB value is (172,183,114). Sum of RGB (Red+Green+Blue) = 172+183+114=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB772 is #53488D. Grayscale: #ACACAC. Windows color (decimal): -5458062 or 7518124. OLE color: 7518124.
HSL color Cylindrical-coordinate representation of color #ACB772: hue angle of 69.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB772 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 114 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.28 |
| HSL | 69.57º | 0.32% | 0.58% | - |
| HSV(B) | 69.57º | 0.38% | 0.72% | - |
| XYZ | 36.98 | 43.85 | 22.43 | - |
| YUV | 171.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 114 | 0.06 | 0 | 0.38 | 0.28 | 69.57 | 0.32 | 0.58 |
| Hex | AC | B7 | 72 | 6 | 0 | 26 | 1C | 46 | 20 | 3A |
| Octal | 254 | 267 | 162 | 6 | 0 | 46 | 34 | 106 | 40 | 72 |
| Binary | 10101100 | 10110111 | 1110010 | 110 | 0 | 100110 | 11100 | 1000110 | 100000 | 111010 |
Color Harmonies of #ACB772
Complementary color
Monochromatic Colors of #ACB772
Black with #ACB772
Text Example
Text Example
White with #ACB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB772; }
p { color: rgb(172,183,114); }
H1.HeaderClassName
{
color: #ACB772;
}
.AnyTagClassName
{
color: #ACB772;
}
</style>
background-color css
<style>
a { background-color: #ACB772; }
a { background-color: rgb(172,183,114); }
div.DivClassName
{
background-color: #ACB772;
}
.BgClassName
{
background-color: #ACB772;
}
</style>
border-color css
<style>
span { border-color: #ACB772; }
span { border-color: rgb(172,183,114); }
td.TdClassName
{
border-color: #ACB772;
}
.TagClassName
{
border-color: #ACB772;
}
</style>