Shades of Caper #ACB982
Tints of Caper #ACB982
RGB
CMYK
RGB Variations
Color information
#ACB982 (or 0xACB982) is known color: Caper. HEX triplet: AC, B9 and 82. RGB value is (172,185,130). Sum of RGB (Red+Green+Blue) = 172+185+130=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB982 is #53467D. Grayscale: #AFAFAF. Windows color (decimal): -5457534 or 8567212. OLE color: 8567212.
HSL color Cylindrical-coordinate representation of color #ACB982: hue angle of 74.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB982 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 130 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.27 |
| HSL | 74.18º | 0.28% | 0.62% | - |
| HSV(B) | 74.18º | 0.3% | 0.73% | - |
| XYZ | 38.39 | 45.08 | 27.8 | - |
| YUV | 174.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 130 | 0.07 | 0 | 0.30 | 0.27 | 74.18 | 0.28 | 0.62 |
| Hex | AC | B9 | 82 | 7 | 0 | 1E | 1B | 4A | 1C | 3E |
| Octal | 254 | 271 | 202 | 7 | 0 | 36 | 33 | 112 | 34 | 76 |
| Binary | 10101100 | 10111001 | 10000010 | 111 | 0 | 11110 | 11011 | 1001010 | 11100 | 111110 |
Color Harmonies of #ACB982
Complementary color
Monochromatic Colors of #ACB982
Black with #ACB982
Text Example
Text Example
White with #ACB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB982; }
p { color: rgb(172,185,130); }
H1.HeaderClassName
{
color: #ACB982;
}
.AnyTagClassName
{
color: #ACB982;
}
</style>
background-color css
<style>
a { background-color: #ACB982; }
a { background-color: rgb(172,185,130); }
div.DivClassName
{
background-color: #ACB982;
}
.BgClassName
{
background-color: #ACB982;
}
</style>
border-color css
<style>
span { border-color: #ACB982; }
span { border-color: rgb(172,185,130); }
td.TdClassName
{
border-color: #ACB982;
}
.TagClassName
{
border-color: #ACB982;
}
</style>