Shades of Caper #ACB973
Tints of Caper #ACB973
RGB
CMYK
RGB Variations
Color information
#ACB973 (or 0xACB973) is known color: Caper. HEX triplet: AC, B9 and 73. RGB value is (172,185,115). Sum of RGB (Red+Green+Blue) = 172+185+115=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB973 is #53468C. Grayscale: #ADADAD. Windows color (decimal): -5457549 or 7584172. OLE color: 7584172.
HSL color Cylindrical-coordinate representation of color #ACB973: hue angle of 71.14º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB973 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 115 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.27 |
| HSL | 71.14º | 0.33% | 0.59% | - |
| HSV(B) | 71.14º | 0.38% | 0.73% | - |
| XYZ | 37.46 | 44.71 | 22.87 | - |
| YUV | 173.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 115 | 0.07 | 0 | 0.38 | 0.27 | 71.14 | 0.33 | 0.59 |
| Hex | AC | B9 | 73 | 7 | 0 | 26 | 1B | 47 | 21 | 3B |
| Octal | 254 | 271 | 163 | 7 | 0 | 46 | 33 | 107 | 41 | 73 |
| Binary | 10101100 | 10111001 | 1110011 | 111 | 0 | 100110 | 11011 | 1000111 | 100001 | 111011 |
Color Harmonies of #ACB973
Complementary color
Monochromatic Colors of #ACB973
Black with #ACB973
Text Example
Text Example
White with #ACB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB973; }
p { color: rgb(172,185,115); }
H1.HeaderClassName
{
color: #ACB973;
}
.AnyTagClassName
{
color: #ACB973;
}
</style>
background-color css
<style>
a { background-color: #ACB973; }
a { background-color: rgb(172,185,115); }
div.DivClassName
{
background-color: #ACB973;
}
.BgClassName
{
background-color: #ACB973;
}
</style>
border-color css
<style>
span { border-color: #ACB973; }
span { border-color: rgb(172,185,115); }
td.TdClassName
{
border-color: #ACB973;
}
.TagClassName
{
border-color: #ACB973;
}
</style>