Shades of Caper #ACB985
Tints of Caper #ACB985
RGB
CMYK
RGB Variations
Color information
#ACB985 (or 0xACB985) is known color: Caper. HEX triplet: AC, B9 and 85. RGB value is (172,185,133). Sum of RGB (Red+Green+Blue) = 172+185+133=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB985 is #53467A. Grayscale: #AFAFAF. Windows color (decimal): -5457531 or 8763820. OLE color: 8763820.
HSL color Cylindrical-coordinate representation of color #ACB985: hue angle of 75º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB985 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 133 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.27 |
| HSL | 75º | 0.27% | 0.62% | - |
| HSV(B) | 75º | 0.28% | 0.73% | - |
| XYZ | 38.6 | 45.16 | 28.87 | - |
| YUV | 175.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 133 | 0.07 | 0 | 0.28 | 0.27 | 75 | 0.27 | 0.62 |
| Hex | AC | B9 | 85 | 7 | 0 | 1C | 1B | 4B | 1B | 3E |
| Octal | 254 | 271 | 205 | 7 | 0 | 34 | 33 | 113 | 33 | 76 |
| Binary | 10101100 | 10111001 | 10000101 | 111 | 0 | 11100 | 11011 | 1001011 | 11011 | 111110 |
Color Harmonies of #ACB985
Complementary color
Monochromatic Colors of #ACB985
Black with #ACB985
Text Example
Text Example
White with #ACB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB985; }
p { color: rgb(172,185,133); }
H1.HeaderClassName
{
color: #ACB985;
}
.AnyTagClassName
{
color: #ACB985;
}
</style>
background-color css
<style>
a { background-color: #ACB985; }
a { background-color: rgb(172,185,133); }
div.DivClassName
{
background-color: #ACB985;
}
.BgClassName
{
background-color: #ACB985;
}
</style>
border-color css
<style>
span { border-color: #ACB985; }
span { border-color: rgb(172,185,133); }
td.TdClassName
{
border-color: #ACB985;
}
.TagClassName
{
border-color: #ACB985;
}
</style>