Shades of Caper #ACBB80
Tints of Caper #ACBB80
RGB
CMYK
RGB Variations
Color information
#ACBB80 (or 0xACBB80) is known color: Caper. HEX triplet: AC, BB and 80. RGB value is (172,187,128). Sum of RGB (Red+Green+Blue) = 172+187+128=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB80 is #53447F. Grayscale: #B0B0B0. Windows color (decimal): -5457024 or 8436652. OLE color: 8436652.
HSL color Cylindrical-coordinate representation of color #ACBB80: hue angle of 75.25º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBB80 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 128 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.27 |
| HSL | 75.25º | 0.3% | 0.62% | - |
| HSV(B) | 75.25º | 0.32% | 0.73% | - |
| XYZ | 38.68 | 45.87 | 27.24 | - |
| YUV | 175.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 128 | 0.08 | 0 | 0.32 | 0.27 | 75.25 | 0.3 | 0.62 |
| Hex | AC | BB | 80 | 8 | 0 | 20 | 1B | 4B | 1E | 3E |
| Octal | 254 | 273 | 200 | 10 | 0 | 40 | 33 | 113 | 36 | 76 |
| Binary | 10101100 | 10111011 | 10000000 | 1000 | 0 | 100000 | 11011 | 1001011 | 11110 | 111110 |
Color Harmonies of #ACBB80
Complementary color
Monochromatic Colors of #ACBB80
Black with #ACBB80
Text Example
Text Example
White with #ACBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB80; }
p { color: rgb(172,187,128); }
H1.HeaderClassName
{
color: #ACBB80;
}
.AnyTagClassName
{
color: #ACBB80;
}
</style>
background-color css
<style>
a { background-color: #ACBB80; }
a { background-color: rgb(172,187,128); }
div.DivClassName
{
background-color: #ACBB80;
}
.BgClassName
{
background-color: #ACBB80;
}
</style>
border-color css
<style>
span { border-color: #ACBB80; }
span { border-color: rgb(172,187,128); }
td.TdClassName
{
border-color: #ACBB80;
}
.TagClassName
{
border-color: #ACBB80;
}
</style>