Shades of Caper #ACB980
Tints of Caper #ACB980
RGB
CMYK
RGB Variations
Color information
#ACB980 (or 0xACB980) is known color: Caper. HEX triplet: AC, B9 and 80. RGB value is (172,185,128). Sum of RGB (Red+Green+Blue) = 172+185+128=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB980 is #53467F. Grayscale: #AEAEAE. Windows color (decimal): -5457536 or 8436140. OLE color: 8436140.
HSL color Cylindrical-coordinate representation of color #ACB980: hue angle of 73.68º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB980 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 128 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.27 |
| HSL | 73.68º | 0.29% | 0.61% | - |
| HSV(B) | 73.68º | 0.31% | 0.73% | - |
| XYZ | 38.26 | 45.03 | 27.1 | - |
| YUV | 174.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 128 | 0.07 | 0 | 0.31 | 0.27 | 73.68 | 0.29 | 0.61 |
| Hex | AC | B9 | 80 | 7 | 0 | 1F | 1B | 4A | 1D | 3D |
| Octal | 254 | 271 | 200 | 7 | 0 | 37 | 33 | 112 | 35 | 75 |
| Binary | 10101100 | 10111001 | 10000000 | 111 | 0 | 11111 | 11011 | 1001010 | 11101 | 111101 |
Color Harmonies of #ACB980
Complementary color
Monochromatic Colors of #ACB980
Black with #ACB980
Text Example
Text Example
White with #ACB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB980; }
p { color: rgb(172,185,128); }
H1.HeaderClassName
{
color: #ACB980;
}
.AnyTagClassName
{
color: #ACB980;
}
</style>
background-color css
<style>
a { background-color: #ACB980; }
a { background-color: rgb(172,185,128); }
div.DivClassName
{
background-color: #ACB980;
}
.BgClassName
{
background-color: #ACB980;
}
</style>
border-color css
<style>
span { border-color: #ACB980; }
span { border-color: rgb(172,185,128); }
td.TdClassName
{
border-color: #ACB980;
}
.TagClassName
{
border-color: #ACB980;
}
</style>