Shades of Caper #ACB873
Tints of Caper #ACB873
RGB
CMYK
RGB Variations
Color information
#ACB873 (or 0xACB873) is known color: Caper. HEX triplet: AC, B8 and 73. RGB value is (172,184,115). Sum of RGB (Red+Green+Blue) = 172+184+115=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB873 is #53478C. Grayscale: #ACACAC. Windows color (decimal): -5457805 or 7583916. OLE color: 7583916.
HSL color Cylindrical-coordinate representation of color #ACB873: hue angle of 70.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB873 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 115 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.28 |
| HSL | 70.43º | 0.33% | 0.59% | - |
| HSV(B) | 70.43º | 0.38% | 0.72% | - |
| XYZ | 37.25 | 44.29 | 22.81 | - |
| YUV | 172.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 115 | 0.07 | 0 | 0.38 | 0.28 | 70.43 | 0.33 | 0.59 |
| Hex | AC | B8 | 73 | 7 | 0 | 26 | 1C | 46 | 21 | 3B |
| Octal | 254 | 270 | 163 | 7 | 0 | 46 | 34 | 106 | 41 | 73 |
| Binary | 10101100 | 10111000 | 1110011 | 111 | 0 | 100110 | 11100 | 1000110 | 100001 | 111011 |
Color Harmonies of #ACB873
Complementary color
Monochromatic Colors of #ACB873
Black with #ACB873
Text Example
Text Example
White with #ACB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB873; }
p { color: rgb(172,184,115); }
H1.HeaderClassName
{
color: #ACB873;
}
.AnyTagClassName
{
color: #ACB873;
}
</style>
background-color css
<style>
a { background-color: #ACB873; }
a { background-color: rgb(172,184,115); }
div.DivClassName
{
background-color: #ACB873;
}
.BgClassName
{
background-color: #ACB873;
}
</style>
border-color css
<style>
span { border-color: #ACB873; }
span { border-color: rgb(172,184,115); }
td.TdClassName
{
border-color: #ACB873;
}
.TagClassName
{
border-color: #ACB873;
}
</style>