Shades of Caper #ACBC89
Tints of Caper #ACBC89
RGB
CMYK
RGB Variations
Color information
#ACBC89 (or 0xACBC89) is known color: Caper. HEX triplet: AC, BC and 89. RGB value is (172,188,137). Sum of RGB (Red+Green+Blue) = 172+188+137=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC89 is #534376. Grayscale: #B1B1B1. Windows color (decimal): -5456759 or 9026732. OLE color: 9026732.
HSL color Cylindrical-coordinate representation of color #ACBC89: hue angle of 78.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBC89 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 137 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.26 |
| HSL | 78.82º | 0.28% | 0.64% | - |
| HSV(B) | 78.82º | 0.27% | 0.74% | - |
| XYZ | 39.51 | 46.54 | 30.57 | - |
| YUV | 177.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 137 | 0.09 | 0 | 0.27 | 0.26 | 78.82 | 0.28 | 0.64 |
| Hex | AC | BC | 89 | 9 | 0 | 1B | 1A | 4F | 1C | 40 |
| Octal | 254 | 274 | 211 | 11 | 0 | 33 | 32 | 117 | 34 | 100 |
| Binary | 10101100 | 10111100 | 10001001 | 1001 | 0 | 11011 | 11010 | 1001111 | 11100 | 1000000 |
Color Harmonies of #ACBC89
Complementary color
Monochromatic Colors of #ACBC89
Black with #ACBC89
Text Example
Text Example
White with #ACBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC89; }
p { color: rgb(172,188,137); }
H1.HeaderClassName
{
color: #ACBC89;
}
.AnyTagClassName
{
color: #ACBC89;
}
</style>
background-color css
<style>
a { background-color: #ACBC89; }
a { background-color: rgb(172,188,137); }
div.DivClassName
{
background-color: #ACBC89;
}
.BgClassName
{
background-color: #ACBC89;
}
</style>
border-color css
<style>
span { border-color: #ACBC89; }
span { border-color: rgb(172,188,137); }
td.TdClassName
{
border-color: #ACBC89;
}
.TagClassName
{
border-color: #ACBC89;
}
</style>