Shades of Caper #ACB78C
Tints of Caper #ACB78C
RGB
CMYK
RGB Variations
Color information
#ACB78C (or 0xACB78C) is known color: Caper. HEX triplet: AC, B7 and 8C. RGB value is (172,183,140). Sum of RGB (Red+Green+Blue) = 172+183+140=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78C is #534873. Grayscale: #AEAEAE. Windows color (decimal): -5458036 or 9222060. OLE color: 9222060.
HSL color Cylindrical-coordinate representation of color #ACB78C: hue angle of 75.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB78C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 140 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.28 |
| HSL | 75.35º | 0.23% | 0.63% | - |
| HSV(B) | 75.35º | 0.23% | 0.72% | - |
| XYZ | 38.68 | 44.53 | 31.37 | - |
| YUV | 174.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 140 | 0.06 | 0 | 0.23 | 0.28 | 75.35 | 0.23 | 0.63 |
| Hex | AC | B7 | 8C | 6 | 0 | 17 | 1C | 4B | 17 | 3F |
| Octal | 254 | 267 | 214 | 6 | 0 | 27 | 34 | 113 | 27 | 77 |
| Binary | 10101100 | 10110111 | 10001100 | 110 | 0 | 10111 | 11100 | 1001011 | 10111 | 111111 |
Color Harmonies of #ACB78C
Complementary color
Monochromatic Colors of #ACB78C
Black with #ACB78C
Text Example
Text Example
White with #ACB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB78C; }
p { color: rgb(172,183,140); }
H1.HeaderClassName
{
color: #ACB78C;
}
.AnyTagClassName
{
color: #ACB78C;
}
</style>
background-color css
<style>
a { background-color: #ACB78C; }
a { background-color: rgb(172,183,140); }
div.DivClassName
{
background-color: #ACB78C;
}
.BgClassName
{
background-color: #ACB78C;
}
</style>
border-color css
<style>
span { border-color: #ACB78C; }
span { border-color: rgb(172,183,140); }
td.TdClassName
{
border-color: #ACB78C;
}
.TagClassName
{
border-color: #ACB78C;
}
</style>