Shades of Caper #ACBA74
Tints of Caper #ACBA74
RGB
CMYK
RGB Variations
Color information
#ACBA74 (or 0xACBA74) is known color: Caper. HEX triplet: AC, BA and 74. RGB value is (172,186,116). Sum of RGB (Red+Green+Blue) = 172+186+116=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA74 is #53458B. Grayscale: #AEAEAE. Windows color (decimal): -5457292 or 7649964. OLE color: 7649964.
HSL color Cylindrical-coordinate representation of color #ACBA74: hue angle of 72º degrees, saturation: 0.34, 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 #ACBA74 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 116 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.27 |
| HSL | 72º | 0.34% | 0.59% | - |
| HSV(B) | 72º | 0.38% | 0.73% | - |
| XYZ | 37.72 | 45.15 | 23.25 | - |
| YUV | 173.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 116 | 0.08 | 0 | 0.38 | 0.27 | 72 | 0.34 | 0.59 |
| Hex | AC | BA | 74 | 8 | 0 | 26 | 1B | 48 | 22 | 3B |
| Octal | 254 | 272 | 164 | 10 | 0 | 46 | 33 | 110 | 42 | 73 |
| Binary | 10101100 | 10111010 | 1110100 | 1000 | 0 | 100110 | 11011 | 1001000 | 100010 | 111011 |
Color Harmonies of #ACBA74
Complementary color
Monochromatic Colors of #ACBA74
Black with #ACBA74
Text Example
Text Example
White with #ACBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA74; }
p { color: rgb(172,186,116); }
H1.HeaderClassName
{
color: #ACBA74;
}
.AnyTagClassName
{
color: #ACBA74;
}
</style>
background-color css
<style>
a { background-color: #ACBA74; }
a { background-color: rgb(172,186,116); }
div.DivClassName
{
background-color: #ACBA74;
}
.BgClassName
{
background-color: #ACBA74;
}
</style>
border-color css
<style>
span { border-color: #ACBA74; }
span { border-color: rgb(172,186,116); }
td.TdClassName
{
border-color: #ACBA74;
}
.TagClassName
{
border-color: #ACBA74;
}
</style>