Shades of Caper #ACB97D
Tints of Caper #ACB97D
RGB
CMYK
RGB Variations
Color information
#ACB97D (or 0xACB97D) is known color: Caper. HEX triplet: AC, B9 and 7D. RGB value is (172,185,125). Sum of RGB (Red+Green+Blue) = 172+185+125=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97D is #534682. Grayscale: #AEAEAE. Windows color (decimal): -5457539 or 8239532. OLE color: 8239532.
HSL color Cylindrical-coordinate representation of color #ACB97D: hue angle of 73º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB97D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 125 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.27 |
| HSL | 73º | 0.3% | 0.61% | - |
| HSV(B) | 73º | 0.32% | 0.73% | - |
| XYZ | 38.06 | 44.95 | 26.07 | - |
| YUV | 174.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 125 | 0.07 | 0 | 0.32 | 0.27 | 73 | 0.3 | 0.61 |
| Hex | AC | B9 | 7D | 7 | 0 | 20 | 1B | 49 | 1E | 3D |
| Octal | 254 | 271 | 175 | 7 | 0 | 40 | 33 | 111 | 36 | 75 |
| Binary | 10101100 | 10111001 | 1111101 | 111 | 0 | 100000 | 11011 | 1001001 | 11110 | 111101 |
Color Harmonies of #ACB97D
Complementary color
Monochromatic Colors of #ACB97D
Black with #ACB97D
Text Example
Text Example
White with #ACB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB97D; }
p { color: rgb(172,185,125); }
H1.HeaderClassName
{
color: #ACB97D;
}
.AnyTagClassName
{
color: #ACB97D;
}
</style>
background-color css
<style>
a { background-color: #ACB97D; }
a { background-color: rgb(172,185,125); }
div.DivClassName
{
background-color: #ACB97D;
}
.BgClassName
{
background-color: #ACB97D;
}
</style>
border-color css
<style>
span { border-color: #ACB97D; }
span { border-color: rgb(172,185,125); }
td.TdClassName
{
border-color: #ACB97D;
}
.TagClassName
{
border-color: #ACB97D;
}
</style>