Shades of Caper #ACB480
Tints of Caper #ACB480
RGB
CMYK
RGB Variations
Color information
#ACB480 (or 0xACB480) is known color: Caper. HEX triplet: AC, B4 and 80. RGB value is (172,180,128). Sum of RGB (Red+Green+Blue) = 172+180+128=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB480 is #534B7F. Grayscale: #ABABAB. Windows color (decimal): -5458816 or 8434860. OLE color: 8434860.
HSL color Cylindrical-coordinate representation of color #ACB480: hue angle of 69.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB480 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 128 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.29 |
| HSL | 69.23º | 0.26% | 0.6% | - |
| HSV(B) | 69.23º | 0.29% | 0.71% | - |
| XYZ | 37.23 | 42.97 | 26.75 | - |
| YUV | 171.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 128 | 0.04 | 0 | 0.29 | 0.29 | 69.23 | 0.26 | 0.6 |
| Hex | AC | B4 | 80 | 4 | 0 | 1D | 1D | 45 | 1A | 3C |
| Octal | 254 | 264 | 200 | 4 | 0 | 35 | 35 | 105 | 32 | 74 |
| Binary | 10101100 | 10110100 | 10000000 | 100 | 0 | 11101 | 11101 | 1000101 | 11010 | 111100 |
Color Harmonies of #ACB480
Complementary color
Monochromatic Colors of #ACB480
Black with #ACB480
Text Example
Text Example
White with #ACB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB480; }
p { color: rgb(172,180,128); }
H1.HeaderClassName
{
color: #ACB480;
}
.AnyTagClassName
{
color: #ACB480;
}
</style>
background-color css
<style>
a { background-color: #ACB480; }
a { background-color: rgb(172,180,128); }
div.DivClassName
{
background-color: #ACB480;
}
.BgClassName
{
background-color: #ACB480;
}
</style>
border-color css
<style>
span { border-color: #ACB480; }
span { border-color: rgb(172,180,128); }
td.TdClassName
{
border-color: #ACB480;
}
.TagClassName
{
border-color: #ACB480;
}
</style>