Shades of Caper #ACB682
Tints of Caper #ACB682
RGB
CMYK
RGB Variations
Color information
#ACB682 (or 0xACB682) is known color: Caper. HEX triplet: AC, B6 and 82. RGB value is (172,182,130). Sum of RGB (Red+Green+Blue) = 172+182+130=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB682 is #53497D. Grayscale: #ADADAD. Windows color (decimal): -5458302 or 8566444. OLE color: 8566444.
HSL color Cylindrical-coordinate representation of color #ACB682: hue angle of 71.54º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB682 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 130 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.29 |
| HSL | 71.54º | 0.26% | 0.61% | - |
| HSV(B) | 71.54º | 0.29% | 0.71% | - |
| XYZ | 37.77 | 43.84 | 27.59 | - |
| YUV | 173.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 130 | 0.05 | 0 | 0.29 | 0.29 | 71.54 | 0.26 | 0.61 |
| Hex | AC | B6 | 82 | 5 | 0 | 1D | 1D | 48 | 1A | 3D |
| Octal | 254 | 266 | 202 | 5 | 0 | 35 | 35 | 110 | 32 | 75 |
| Binary | 10101100 | 10110110 | 10000010 | 101 | 0 | 11101 | 11101 | 1001000 | 11010 | 111101 |
Color Harmonies of #ACB682
Complementary color
Monochromatic Colors of #ACB682
Black with #ACB682
Text Example
Text Example
White with #ACB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB682; }
p { color: rgb(172,182,130); }
H1.HeaderClassName
{
color: #ACB682;
}
.AnyTagClassName
{
color: #ACB682;
}
</style>
background-color css
<style>
a { background-color: #ACB682; }
a { background-color: rgb(172,182,130); }
div.DivClassName
{
background-color: #ACB682;
}
.BgClassName
{
background-color: #ACB682;
}
</style>
border-color css
<style>
span { border-color: #ACB682; }
span { border-color: rgb(172,182,130); }
td.TdClassName
{
border-color: #ACB682;
}
.TagClassName
{
border-color: #ACB682;
}
</style>