Shades of Caper #ACB87A
Tints of Caper #ACB87A
RGB
CMYK
RGB Variations
Color information
#ACB87A (or 0xACB87A) is known color: Caper. HEX triplet: AC, B8 and 7A. RGB value is (172,184,122). Sum of RGB (Red+Green+Blue) = 172+184+122=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB87A is #534785. Grayscale: #ADADAD. Windows color (decimal): -5457798 or 8042668. OLE color: 8042668.
HSL color Cylindrical-coordinate representation of color #ACB87A: hue angle of 71.61º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB87A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 122 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.28 |
| HSL | 71.61º | 0.3% | 0.6% | - |
| HSV(B) | 71.61º | 0.34% | 0.72% | - |
| XYZ | 37.67 | 44.46 | 25.01 | - |
| YUV | 173.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 122 | 0.07 | 0 | 0.34 | 0.28 | 71.61 | 0.3 | 0.6 |
| Hex | AC | B8 | 7A | 7 | 0 | 22 | 1C | 48 | 1E | 3C |
| Octal | 254 | 270 | 172 | 7 | 0 | 42 | 34 | 110 | 36 | 74 |
| Binary | 10101100 | 10111000 | 1111010 | 111 | 0 | 100010 | 11100 | 1001000 | 11110 | 111100 |
Color Harmonies of #ACB87A
Complementary color
Monochromatic Colors of #ACB87A
Black with #ACB87A
Text Example
Text Example
White with #ACB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB87A; }
p { color: rgb(172,184,122); }
H1.HeaderClassName
{
color: #ACB87A;
}
.AnyTagClassName
{
color: #ACB87A;
}
</style>
background-color css
<style>
a { background-color: #ACB87A; }
a { background-color: rgb(172,184,122); }
div.DivClassName
{
background-color: #ACB87A;
}
.BgClassName
{
background-color: #ACB87A;
}
</style>
border-color css
<style>
span { border-color: #ACB87A; }
span { border-color: rgb(172,184,122); }
td.TdClassName
{
border-color: #ACB87A;
}
.TagClassName
{
border-color: #ACB87A;
}
</style>