Shades of Caper #ACBF80
Tints of Caper #ACBF80
RGB
CMYK
RGB Variations
Color information
#ACBF80 (or 0xACBF80) is known color: Caper. HEX triplet: AC, BF and 80. RGB value is (172,191,128). Sum of RGB (Red+Green+Blue) = 172+191+128=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF80 is #53407F. Grayscale: #B2B2B2. Windows color (decimal): -5456000 or 8437676. OLE color: 8437676.
HSL color Cylindrical-coordinate representation of color #ACBF80: hue angle of 78.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBF80 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 191 | 128 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.25 |
| HSL | 78.1º | 0.33% | 0.63% | - |
| HSV(B) | 78.1º | 0.33% | 0.75% | - |
| XYZ | 39.54 | 47.59 | 27.52 | - |
| YUV | 178.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 128 | 0.10 | 0 | 0.33 | 0.25 | 78.1 | 0.33 | 0.63 |
| Hex | AC | BF | 80 | A | 0 | 21 | 19 | 4E | 21 | 3F |
| Octal | 254 | 277 | 200 | 12 | 0 | 41 | 31 | 116 | 41 | 77 |
| Binary | 10101100 | 10111111 | 10000000 | 1010 | 0 | 100001 | 11001 | 1001110 | 100001 | 111111 |
Color Harmonies of #ACBF80
Complementary color
Monochromatic Colors of #ACBF80
Black with #ACBF80
Text Example
Text Example
White with #ACBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF80; }
p { color: rgb(172,191,128); }
H1.HeaderClassName
{
color: #ACBF80;
}
.AnyTagClassName
{
color: #ACBF80;
}
</style>
background-color css
<style>
a { background-color: #ACBF80; }
a { background-color: rgb(172,191,128); }
div.DivClassName
{
background-color: #ACBF80;
}
.BgClassName
{
background-color: #ACBF80;
}
</style>
border-color css
<style>
span { border-color: #ACBF80; }
span { border-color: rgb(172,191,128); }
td.TdClassName
{
border-color: #ACBF80;
}
.TagClassName
{
border-color: #ACBF80;
}
</style>