Shades of Caper #ACBA89
Tints of Caper #ACBA89
RGB
CMYK
RGB Variations
Color information
#ACBA89 (or 0xACBA89) is known color: Caper. HEX triplet: AC, BA and 89. RGB value is (172,186,137). Sum of RGB (Red+Green+Blue) = 172+186+137=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA89 is #534576. Grayscale: #B0B0B0. Windows color (decimal): -5457271 or 9026220. OLE color: 9026220.
HSL color Cylindrical-coordinate representation of color #ACBA89: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBA89 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 137 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.27 |
| HSL | 77.14º | 0.26% | 0.63% | - |
| HSV(B) | 77.14º | 0.26% | 0.73% | - |
| XYZ | 39.09 | 45.69 | 30.43 | - |
| YUV | 176.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 137 | 0.08 | 0 | 0.26 | 0.27 | 77.14 | 0.26 | 0.63 |
| Hex | AC | BA | 89 | 8 | 0 | 1A | 1B | 4D | 1A | 3F |
| Octal | 254 | 272 | 211 | 10 | 0 | 32 | 33 | 115 | 32 | 77 |
| Binary | 10101100 | 10111010 | 10001001 | 1000 | 0 | 11010 | 11011 | 1001101 | 11010 | 111111 |
Color Harmonies of #ACBA89
Complementary color
Monochromatic Colors of #ACBA89
Black with #ACBA89
Text Example
Text Example
White with #ACBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA89; }
p { color: rgb(172,186,137); }
H1.HeaderClassName
{
color: #ACBA89;
}
.AnyTagClassName
{
color: #ACBA89;
}
</style>
background-color css
<style>
a { background-color: #ACBA89; }
a { background-color: rgb(172,186,137); }
div.DivClassName
{
background-color: #ACBA89;
}
.BgClassName
{
background-color: #ACBA89;
}
</style>
border-color css
<style>
span { border-color: #ACBA89; }
span { border-color: rgb(172,186,137); }
td.TdClassName
{
border-color: #ACBA89;
}
.TagClassName
{
border-color: #ACBA89;
}
</style>