Shades of Caper #ACB96D
Tints of Caper #ACB96D
RGB
CMYK
RGB Variations
Color information
#ACB96D (or 0xACB96D) is known color: Caper. HEX triplet: AC, B9 and 6D. RGB value is (172,185,109). Sum of RGB (Red+Green+Blue) = 172+185+109=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96D is #534692. Grayscale: #ACACAC. Windows color (decimal): -5457555 or 7190956. OLE color: 7190956.
HSL color Cylindrical-coordinate representation of color #ACB96D: hue angle of 70.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB96D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 109 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.27 |
| HSL | 70.26º | 0.35% | 0.58% | - |
| HSV(B) | 70.26º | 0.41% | 0.73% | - |
| XYZ | 37.12 | 44.57 | 21.11 | - |
| YUV | 172.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 109 | 0.07 | 0 | 0.41 | 0.27 | 70.26 | 0.35 | 0.58 |
| Hex | AC | B9 | 6D | 7 | 0 | 29 | 1B | 46 | 23 | 3A |
| Octal | 254 | 271 | 155 | 7 | 0 | 51 | 33 | 106 | 43 | 72 |
| Binary | 10101100 | 10111001 | 1101101 | 111 | 0 | 101001 | 11011 | 1000110 | 100011 | 111010 |
Color Harmonies of #ACB96D
Complementary color
Monochromatic Colors of #ACB96D
Black with #ACB96D
Text Example
Text Example
White with #ACB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB96D; }
p { color: rgb(172,185,109); }
H1.HeaderClassName
{
color: #ACB96D;
}
.AnyTagClassName
{
color: #ACB96D;
}
</style>
background-color css
<style>
a { background-color: #ACB96D; }
a { background-color: rgb(172,185,109); }
div.DivClassName
{
background-color: #ACB96D;
}
.BgClassName
{
background-color: #ACB96D;
}
</style>
border-color css
<style>
span { border-color: #ACB96D; }
span { border-color: rgb(172,185,109); }
td.TdClassName
{
border-color: #ACB96D;
}
.TagClassName
{
border-color: #ACB96D;
}
</style>