Shades of Caper #ACBA6D
Tints of Caper #ACBA6D
RGB
CMYK
RGB Variations
Color information
#ACBA6D (or 0xACBA6D) is known color: Caper. HEX triplet: AC, BA and 6D. RGB value is (172,186,109). Sum of RGB (Red+Green+Blue) = 172+186+109=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA6D is #534592. Grayscale: #ADADAD. Windows color (decimal): -5457299 or 7191212. OLE color: 7191212.
HSL color Cylindrical-coordinate representation of color #ACBA6D: hue angle of 70.91º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACBA6D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 109 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.27 |
| HSL | 70.91º | 0.36% | 0.58% | - |
| HSV(B) | 70.91º | 0.41% | 0.73% | - |
| XYZ | 37.33 | 44.99 | 21.18 | - |
| YUV | 173.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 109 | 0.08 | 0 | 0.41 | 0.27 | 70.91 | 0.36 | 0.58 |
| Hex | AC | BA | 6D | 8 | 0 | 29 | 1B | 47 | 24 | 3A |
| Octal | 254 | 272 | 155 | 10 | 0 | 51 | 33 | 107 | 44 | 72 |
| Binary | 10101100 | 10111010 | 1101101 | 1000 | 0 | 101001 | 11011 | 1000111 | 100100 | 111010 |
Color Harmonies of #ACBA6D
Complementary color
Monochromatic Colors of #ACBA6D
Black with #ACBA6D
Text Example
Text Example
White with #ACBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA6D; }
p { color: rgb(172,186,109); }
H1.HeaderClassName
{
color: #ACBA6D;
}
.AnyTagClassName
{
color: #ACBA6D;
}
</style>
background-color css
<style>
a { background-color: #ACBA6D; }
a { background-color: rgb(172,186,109); }
div.DivClassName
{
background-color: #ACBA6D;
}
.BgClassName
{
background-color: #ACBA6D;
}
</style>
border-color css
<style>
span { border-color: #ACBA6D; }
span { border-color: rgb(172,186,109); }
td.TdClassName
{
border-color: #ACBA6D;
}
.TagClassName
{
border-color: #ACBA6D;
}
</style>