Shades of Caper #ACB98C
Tints of Caper #ACB98C
RGB
CMYK
RGB Variations
Color information
#ACB98C (or 0xACB98C) is known color: Caper. HEX triplet: AC, B9 and 8C. RGB value is (172,185,140). Sum of RGB (Red+Green+Blue) = 172+185+140=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98C is #534673. Grayscale: #B0B0B0. Windows color (decimal): -5457524 or 9222572. OLE color: 9222572.
HSL color Cylindrical-coordinate representation of color #ACB98C: hue angle of 77.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB98C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 140 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.27 |
| HSL | 77.33º | 0.24% | 0.64% | - |
| HSV(B) | 77.33º | 0.24% | 0.73% | - |
| XYZ | 39.1 | 45.36 | 31.51 | - |
| YUV | 175.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 140 | 0.07 | 0 | 0.24 | 0.27 | 77.33 | 0.24 | 0.64 |
| Hex | AC | B9 | 8C | 7 | 0 | 18 | 1B | 4D | 18 | 40 |
| Octal | 254 | 271 | 214 | 7 | 0 | 30 | 33 | 115 | 30 | 100 |
| Binary | 10101100 | 10111001 | 10001100 | 111 | 0 | 11000 | 11011 | 1001101 | 11000 | 1000000 |
Color Harmonies of #ACB98C
Complementary color
Monochromatic Colors of #ACB98C
Black with #ACB98C
Text Example
Text Example
White with #ACB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB98C; }
p { color: rgb(172,185,140); }
H1.HeaderClassName
{
color: #ACB98C;
}
.AnyTagClassName
{
color: #ACB98C;
}
</style>
background-color css
<style>
a { background-color: #ACB98C; }
a { background-color: rgb(172,185,140); }
div.DivClassName
{
background-color: #ACB98C;
}
.BgClassName
{
background-color: #ACB98C;
}
</style>
border-color css
<style>
span { border-color: #ACB98C; }
span { border-color: rgb(172,185,140); }
td.TdClassName
{
border-color: #ACB98C;
}
.TagClassName
{
border-color: #ACB98C;
}
</style>