Shades of Caper #ACB97F
Tints of Caper #ACB97F
RGB
CMYK
RGB Variations
Color information
#ACB97F (or 0xACB97F) is known color: Caper. HEX triplet: AC, B9 and 7F. RGB value is (172,185,127). Sum of RGB (Red+Green+Blue) = 172+185+127=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97F is #534680. Grayscale: #AEAEAE. Windows color (decimal): -5457537 or 8370604. OLE color: 8370604.
HSL color Cylindrical-coordinate representation of color #ACB97F: hue angle of 73.45º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB97F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 127 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.27 |
| HSL | 73.45º | 0.29% | 0.61% | - |
| HSV(B) | 73.45º | 0.31% | 0.73% | - |
| XYZ | 38.19 | 45 | 26.75 | - |
| YUV | 174.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 127 | 0.07 | 0 | 0.31 | 0.27 | 73.45 | 0.29 | 0.61 |
| Hex | AC | B9 | 7F | 7 | 0 | 1F | 1B | 49 | 1D | 3D |
| Octal | 254 | 271 | 177 | 7 | 0 | 37 | 33 | 111 | 35 | 75 |
| Binary | 10101100 | 10111001 | 1111111 | 111 | 0 | 11111 | 11011 | 1001001 | 11101 | 111101 |
Color Harmonies of #ACB97F
Complementary color
Monochromatic Colors of #ACB97F
Black with #ACB97F
Text Example
Text Example
White with #ACB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB97F; }
p { color: rgb(172,185,127); }
H1.HeaderClassName
{
color: #ACB97F;
}
.AnyTagClassName
{
color: #ACB97F;
}
</style>
background-color css
<style>
a { background-color: #ACB97F; }
a { background-color: rgb(172,185,127); }
div.DivClassName
{
background-color: #ACB97F;
}
.BgClassName
{
background-color: #ACB97F;
}
</style>
border-color css
<style>
span { border-color: #ACB97F; }
span { border-color: rgb(172,185,127); }
td.TdClassName
{
border-color: #ACB97F;
}
.TagClassName
{
border-color: #ACB97F;
}
</style>