Shades of Caper #ACBF86
Tints of Caper #ACBF86
RGB
CMYK
RGB Variations
Color information
#ACBF86 (or 0xACBF86) is known color: Caper. HEX triplet: AC, BF and 86. RGB value is (172,191,134). Sum of RGB (Red+Green+Blue) = 172+191+134=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF86 is #534079. Grayscale: #B3B3B3. Windows color (decimal): -5455994 or 8830892. OLE color: 8830892.
HSL color Cylindrical-coordinate representation of color #ACBF86: hue angle of 80º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBF86 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 191 | 134 | - |
CMYK | 0.10 | 0 | 0.30 | 0.25 |
HSL | 80º | 0.31% | 0.64% | - |
HSV(B) | 80º | 0.3% | 0.75% | - |
XYZ | 39.95 | 47.75 | 29.67 | - |
YUV | 178.82 | 102.71 | 123.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 134 | 0.10 | 0 | 0.30 | 0.25 | 80 | 0.31 | 0.64 |
Hex | AC | BF | 86 | A | 0 | 1E | 19 | 50 | 1F | 40 |
Octal | 254 | 277 | 206 | 12 | 0 | 36 | 31 | 120 | 37 | 100 |
Binary | 10101100 | 10111111 | 10000110 | 1010 | 0 | 11110 | 11001 | 1010000 | 11111 | 1000000 |
Color Harmonies of #ACBF86
Complementary color
Monochromatic Colors of #ACBF86
Black with #ACBF86
Text Example
Text Example
White with #ACBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF86; }
p { color: rgb(172,191,134); }
H1.HeaderClassName
{
color: #ACBF86;
}
.AnyTagClassName
{
color: #ACBF86;
}
</style>
background-color css
<style>
a { background-color: #ACBF86; }
a { background-color: rgb(172,191,134); }
div.DivClassName
{
background-color: #ACBF86;
}
.BgClassName
{
background-color: #ACBF86;
}
</style>
border-color css
<style>
span { border-color: #ACBF86; }
span { border-color: rgb(172,191,134); }
td.TdClassName
{
border-color: #ACBF86;
}
.TagClassName
{
border-color: #ACBF86;
}
</style>