Shades of Caper #ACB67F
Tints of Caper #ACB67F
RGB
CMYK
RGB Variations
Color information
#ACB67F (or 0xACB67F) is known color: Caper. HEX triplet: AC, B6 and 7F. RGB value is (172,182,127). Sum of RGB (Red+Green+Blue) = 172+182+127=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67F is #534980. Grayscale: #ACACAC. Windows color (decimal): -5458305 or 8369836. OLE color: 8369836.
HSL color Cylindrical-coordinate representation of color #ACB67F: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB67F is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 127 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.29 |
| HSL | 70.91º | 0.27% | 0.61% | - |
| HSV(B) | 70.91º | 0.3% | 0.71% | - |
| XYZ | 37.57 | 43.76 | 26.54 | - |
| YUV | 172.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 127 | 0.05 | 0 | 0.30 | 0.29 | 70.91 | 0.27 | 0.61 |
| Hex | AC | B6 | 7F | 5 | 0 | 1E | 1D | 47 | 1B | 3D |
| Octal | 254 | 266 | 177 | 5 | 0 | 36 | 35 | 107 | 33 | 75 |
| Binary | 10101100 | 10110110 | 1111111 | 101 | 0 | 11110 | 11101 | 1000111 | 11011 | 111101 |
Color Harmonies of #ACB67F
Complementary color
Monochromatic Colors of #ACB67F
Black with #ACB67F
Text Example
Text Example
White with #ACB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB67F; }
p { color: rgb(172,182,127); }
H1.HeaderClassName
{
color: #ACB67F;
}
.AnyTagClassName
{
color: #ACB67F;
}
</style>
background-color css
<style>
a { background-color: #ACB67F; }
a { background-color: rgb(172,182,127); }
div.DivClassName
{
background-color: #ACB67F;
}
.BgClassName
{
background-color: #ACB67F;
}
</style>
border-color css
<style>
span { border-color: #ACB67F; }
span { border-color: rgb(172,182,127); }
td.TdClassName
{
border-color: #ACB67F;
}
.TagClassName
{
border-color: #ACB67F;
}
</style>