Shades of Caper #ACB888
Tints of Caper #ACB888
RGB
CMYK
RGB Variations
Color information
#ACB888 (or 0xACB888) is known color: Caper. HEX triplet: AC, B8 and 88. RGB value is (172,184,136). Sum of RGB (Red+Green+Blue) = 172+184+136=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB888 is #534777. Grayscale: #AFAFAF. Windows color (decimal): -5457784 or 8960172. OLE color: 8960172.
HSL color Cylindrical-coordinate representation of color #ACB888: hue angle of 75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB888 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 136 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.28 |
| HSL | 75º | 0.25% | 0.63% | - |
| HSV(B) | 75º | 0.26% | 0.72% | - |
| XYZ | 38.6 | 44.83 | 29.91 | - |
| YUV | 174.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 136 | 0.07 | 0 | 0.26 | 0.28 | 75 | 0.25 | 0.63 |
| Hex | AC | B8 | 88 | 7 | 0 | 1A | 1C | 4B | 19 | 3F |
| Octal | 254 | 270 | 210 | 7 | 0 | 32 | 34 | 113 | 31 | 77 |
| Binary | 10101100 | 10111000 | 10001000 | 111 | 0 | 11010 | 11100 | 1001011 | 11001 | 111111 |
Color Harmonies of #ACB888
Complementary color
Monochromatic Colors of #ACB888
Black with #ACB888
Text Example
Text Example
White with #ACB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB888; }
p { color: rgb(172,184,136); }
H1.HeaderClassName
{
color: #ACB888;
}
.AnyTagClassName
{
color: #ACB888;
}
</style>
background-color css
<style>
a { background-color: #ACB888; }
a { background-color: rgb(172,184,136); }
div.DivClassName
{
background-color: #ACB888;
}
.BgClassName
{
background-color: #ACB888;
}
</style>
border-color css
<style>
span { border-color: #ACB888; }
span { border-color: rgb(172,184,136); }
td.TdClassName
{
border-color: #ACB888;
}
.TagClassName
{
border-color: #ACB888;
}
</style>