Shades of Caper #ACB67A
Tints of Caper #ACB67A
RGB
CMYK
RGB Variations
Color information
#ACB67A (or 0xACB67A) is known color: Caper. HEX triplet: AC, B6 and 7A. RGB value is (172,182,122). Sum of RGB (Red+Green+Blue) = 172+182+122=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67A is #534985. Grayscale: #ACACAC. Windows color (decimal): -5458310 or 8042156. OLE color: 8042156.
HSL color Cylindrical-coordinate representation of color #ACB67A: hue angle of 70º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB67A is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 122 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.29 |
| HSL | 70º | 0.29% | 0.6% | - |
| HSV(B) | 70º | 0.33% | 0.71% | - |
| XYZ | 37.25 | 43.63 | 24.87 | - |
| YUV | 172.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 122 | 0.05 | 0 | 0.33 | 0.29 | 70 | 0.29 | 0.6 |
| Hex | AC | B6 | 7A | 5 | 0 | 21 | 1D | 46 | 1D | 3C |
| Octal | 254 | 266 | 172 | 5 | 0 | 41 | 35 | 106 | 35 | 74 |
| Binary | 10101100 | 10110110 | 1111010 | 101 | 0 | 100001 | 11101 | 1000110 | 11101 | 111100 |
Color Harmonies of #ACB67A
Complementary color
Monochromatic Colors of #ACB67A
Black with #ACB67A
Text Example
Text Example
White with #ACB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB67A; }
p { color: rgb(172,182,122); }
H1.HeaderClassName
{
color: #ACB67A;
}
.AnyTagClassName
{
color: #ACB67A;
}
</style>
background-color css
<style>
a { background-color: #ACB67A; }
a { background-color: rgb(172,182,122); }
div.DivClassName
{
background-color: #ACB67A;
}
.BgClassName
{
background-color: #ACB67A;
}
</style>
border-color css
<style>
span { border-color: #ACB67A; }
span { border-color: rgb(172,182,122); }
td.TdClassName
{
border-color: #ACB67A;
}
.TagClassName
{
border-color: #ACB67A;
}
</style>