Shades of Caper #ACB486
Tints of Caper #ACB486
RGB
CMYK
RGB Variations
Color information
#ACB486 (or 0xACB486) is known color: Caper. HEX triplet: AC, B4 and 86. RGB value is (172,180,134). Sum of RGB (Red+Green+Blue) = 172+180+134=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB486 is #534B79. Grayscale: #ACACAC. Windows color (decimal): -5458810 or 8828076. OLE color: 8828076.
HSL color Cylindrical-coordinate representation of color #ACB486: hue angle of 70.43º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB486 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 134 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.29 |
| HSL | 70.43º | 0.23% | 0.62% | - |
| HSV(B) | 70.43º | 0.26% | 0.71% | - |
| XYZ | 37.64 | 43.13 | 28.9 | - |
| YUV | 172.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 134 | 0.04 | 0 | 0.26 | 0.29 | 70.43 | 0.23 | 0.62 |
| Hex | AC | B4 | 86 | 4 | 0 | 1A | 1D | 46 | 17 | 3E |
| Octal | 254 | 264 | 206 | 4 | 0 | 32 | 35 | 106 | 27 | 76 |
| Binary | 10101100 | 10110100 | 10000110 | 100 | 0 | 11010 | 11101 | 1000110 | 10111 | 111110 |
Color Harmonies of #ACB486
Complementary color
Monochromatic Colors of #ACB486
Black with #ACB486
Text Example
Text Example
White with #ACB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB486; }
p { color: rgb(172,180,134); }
H1.HeaderClassName
{
color: #ACB486;
}
.AnyTagClassName
{
color: #ACB486;
}
</style>
background-color css
<style>
a { background-color: #ACB486; }
a { background-color: rgb(172,180,134); }
div.DivClassName
{
background-color: #ACB486;
}
.BgClassName
{
background-color: #ACB486;
}
</style>
border-color css
<style>
span { border-color: #ACB486; }
span { border-color: rgb(172,180,134); }
td.TdClassName
{
border-color: #ACB486;
}
.TagClassName
{
border-color: #ACB486;
}
</style>