Shades of Caper #ACB78A
Tints of Caper #ACB78A
RGB
CMYK
RGB Variations
Color information
#ACB78A (or 0xACB78A) is known color: Caper. HEX triplet: AC, B7 and 8A. RGB value is (172,183,138). Sum of RGB (Red+Green+Blue) = 172+183+138=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78A is #534875. Grayscale: #AEAEAE. Windows color (decimal): -5458038 or 9090988. OLE color: 9090988.
HSL color Cylindrical-coordinate representation of color #ACB78A: hue angle of 74.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB78A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 138 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.28 |
| HSL | 74.67º | 0.24% | 0.63% | - |
| HSV(B) | 74.67º | 0.25% | 0.72% | - |
| XYZ | 38.53 | 44.47 | 30.6 | - |
| YUV | 174.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 138 | 0.06 | 0 | 0.25 | 0.28 | 74.67 | 0.24 | 0.63 |
| Hex | AC | B7 | 8A | 6 | 0 | 19 | 1C | 4B | 18 | 3F |
| Octal | 254 | 267 | 212 | 6 | 0 | 31 | 34 | 113 | 30 | 77 |
| Binary | 10101100 | 10110111 | 10001010 | 110 | 0 | 11001 | 11100 | 1001011 | 11000 | 111111 |
Color Harmonies of #ACB78A
Complementary color
Monochromatic Colors of #ACB78A
Black with #ACB78A
Text Example
Text Example
White with #ACB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB78A; }
p { color: rgb(172,183,138); }
H1.HeaderClassName
{
color: #ACB78A;
}
.AnyTagClassName
{
color: #ACB78A;
}
</style>
background-color css
<style>
a { background-color: #ACB78A; }
a { background-color: rgb(172,183,138); }
div.DivClassName
{
background-color: #ACB78A;
}
.BgClassName
{
background-color: #ACB78A;
}
</style>
border-color css
<style>
span { border-color: #ACB78A; }
span { border-color: rgb(172,183,138); }
td.TdClassName
{
border-color: #ACB78A;
}
.TagClassName
{
border-color: #ACB78A;
}
</style>