Shades of Caper #ACB58A
Tints of Caper #ACB58A
RGB
CMYK
RGB Variations
Color information
#ACB58A (or 0xACB58A) is known color: Caper. HEX triplet: AC, B5 and 8A. RGB value is (172,181,138). Sum of RGB (Red+Green+Blue) = 172+181+138=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58A is #534A75. Grayscale: #ADADAD. Windows color (decimal): -5458550 or 9090476. OLE color: 9090476.
HSL color Cylindrical-coordinate representation of color #ACB58A: hue angle of 72.56º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB58A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 138 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.29 |
| HSL | 72.56º | 0.23% | 0.63% | - |
| HSV(B) | 72.56º | 0.24% | 0.71% | - |
| XYZ | 38.12 | 43.65 | 30.46 | - |
| YUV | 173.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 138 | 0.05 | 0 | 0.24 | 0.29 | 72.56 | 0.23 | 0.63 |
| Hex | AC | B5 | 8A | 5 | 0 | 18 | 1D | 49 | 17 | 3F |
| Octal | 254 | 265 | 212 | 5 | 0 | 30 | 35 | 111 | 27 | 77 |
| Binary | 10101100 | 10110101 | 10001010 | 101 | 0 | 11000 | 11101 | 1001001 | 10111 | 111111 |
Color Harmonies of #ACB58A
Complementary color
Monochromatic Colors of #ACB58A
Black with #ACB58A
Text Example
Text Example
White with #ACB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB58A; }
p { color: rgb(172,181,138); }
H1.HeaderClassName
{
color: #ACB58A;
}
.AnyTagClassName
{
color: #ACB58A;
}
</style>
background-color css
<style>
a { background-color: #ACB58A; }
a { background-color: rgb(172,181,138); }
div.DivClassName
{
background-color: #ACB58A;
}
.BgClassName
{
background-color: #ACB58A;
}
</style>
border-color css
<style>
span { border-color: #ACB58A; }
span { border-color: rgb(172,181,138); }
td.TdClassName
{
border-color: #ACB58A;
}
.TagClassName
{
border-color: #ACB58A;
}
</style>