Shades of Caper #ACB98E
Tints of Caper #ACB98E
RGB
CMYK
RGB Variations
Color information
#ACB98E (or 0xACB98E) is known color: Caper. HEX triplet: AC, B9 and 8E. RGB value is (172,185,142). Sum of RGB (Red+Green+Blue) = 172+185+142=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98E is #534671. Grayscale: #B0B0B0. Windows color (decimal): -5457522 or 9353644. OLE color: 9353644.
HSL color Cylindrical-coordinate representation of color #ACB98E: hue angle of 78.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB98E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 142 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.27 |
| HSL | 78.14º | 0.23% | 0.64% | - |
| HSV(B) | 78.14º | 0.23% | 0.73% | - |
| XYZ | 39.24 | 45.42 | 32.29 | - |
| YUV | 176.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 142 | 0.07 | 0 | 0.23 | 0.27 | 78.14 | 0.23 | 0.64 |
| Hex | AC | B9 | 8E | 7 | 0 | 17 | 1B | 4E | 17 | 40 |
| Octal | 254 | 271 | 216 | 7 | 0 | 27 | 33 | 116 | 27 | 100 |
| Binary | 10101100 | 10111001 | 10001110 | 111 | 0 | 10111 | 11011 | 1001110 | 10111 | 1000000 |
Color Harmonies of #ACB98E
Complementary color
Monochromatic Colors of #ACB98E
Black with #ACB98E
Text Example
Text Example
White with #ACB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB98E; }
p { color: rgb(172,185,142); }
H1.HeaderClassName
{
color: #ACB98E;
}
.AnyTagClassName
{
color: #ACB98E;
}
</style>
background-color css
<style>
a { background-color: #ACB98E; }
a { background-color: rgb(172,185,142); }
div.DivClassName
{
background-color: #ACB98E;
}
.BgClassName
{
background-color: #ACB98E;
}
</style>
border-color css
<style>
span { border-color: #ACB98E; }
span { border-color: rgb(172,185,142); }
td.TdClassName
{
border-color: #ACB98E;
}
.TagClassName
{
border-color: #ACB98E;
}
</style>