Shades of Caper #ACB57C
Tints of Caper #ACB57C
RGB
CMYK
RGB Variations
Color information
#ACB57C (or 0xACB57C) is known color: Caper. HEX triplet: AC, B5 and 7C. RGB value is (172,181,124). Sum of RGB (Red+Green+Blue) = 172+181+124=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57C is #534A83. Grayscale: #ACACAC. Windows color (decimal): -5458564 or 8172972. OLE color: 8172972.
HSL color Cylindrical-coordinate representation of color #ACB57C: hue angle of 69.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB57C is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 124 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.29 |
| HSL | 69.47º | 0.28% | 0.6% | - |
| HSV(B) | 69.47º | 0.31% | 0.71% | - |
| XYZ | 37.18 | 43.27 | 25.46 | - |
| YUV | 171.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 124 | 0.05 | 0 | 0.31 | 0.29 | 69.47 | 0.28 | 0.6 |
| Hex | AC | B5 | 7C | 5 | 0 | 1F | 1D | 45 | 1C | 3C |
| Octal | 254 | 265 | 174 | 5 | 0 | 37 | 35 | 105 | 34 | 74 |
| Binary | 10101100 | 10110101 | 1111100 | 101 | 0 | 11111 | 11101 | 1000101 | 11100 | 111100 |
Color Harmonies of #ACB57C
Complementary color
Monochromatic Colors of #ACB57C
Black with #ACB57C
Text Example
Text Example
White with #ACB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB57C; }
p { color: rgb(172,181,124); }
H1.HeaderClassName
{
color: #ACB57C;
}
.AnyTagClassName
{
color: #ACB57C;
}
</style>
background-color css
<style>
a { background-color: #ACB57C; }
a { background-color: rgb(172,181,124); }
div.DivClassName
{
background-color: #ACB57C;
}
.BgClassName
{
background-color: #ACB57C;
}
</style>
border-color css
<style>
span { border-color: #ACB57C; }
span { border-color: rgb(172,181,124); }
td.TdClassName
{
border-color: #ACB57C;
}
.TagClassName
{
border-color: #ACB57C;
}
</style>