Shades of Caper #ACBA6E
Tints of Caper #ACBA6E
RGB
CMYK
RGB Variations
Color information
#ACBA6E (or 0xACBA6E) is known color: Caper. HEX triplet: AC, BA and 6E. RGB value is (172,186,110). Sum of RGB (Red+Green+Blue) = 172+186+110=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA6E is #534591. Grayscale: #ADADAD. Windows color (decimal): -5457298 or 7256748. OLE color: 7256748.
HSL color Cylindrical-coordinate representation of color #ACBA6E: hue angle of 71.05º 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 #ACBA6E is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 110 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.27 |
| HSL | 71.05º | 0.36% | 0.58% | - |
| HSV(B) | 71.05º | 0.41% | 0.73% | - |
| XYZ | 37.39 | 45.01 | 21.47 | - |
| YUV | 173.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 110 | 0.08 | 0 | 0.41 | 0.27 | 71.05 | 0.36 | 0.58 |
| Hex | AC | BA | 6E | 8 | 0 | 29 | 1B | 47 | 24 | 3A |
| Octal | 254 | 272 | 156 | 10 | 0 | 51 | 33 | 107 | 44 | 72 |
| Binary | 10101100 | 10111010 | 1101110 | 1000 | 0 | 101001 | 11011 | 1000111 | 100100 | 111010 |
Color Harmonies of #ACBA6E
Complementary color
Monochromatic Colors of #ACBA6E
Black with #ACBA6E
Text Example
Text Example
White with #ACBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA6E; }
p { color: rgb(172,186,110); }
H1.HeaderClassName
{
color: #ACBA6E;
}
.AnyTagClassName
{
color: #ACBA6E;
}
</style>
background-color css
<style>
a { background-color: #ACBA6E; }
a { background-color: rgb(172,186,110); }
div.DivClassName
{
background-color: #ACBA6E;
}
.BgClassName
{
background-color: #ACBA6E;
}
</style>
border-color css
<style>
span { border-color: #ACBA6E; }
span { border-color: rgb(172,186,110); }
td.TdClassName
{
border-color: #ACBA6E;
}
.TagClassName
{
border-color: #ACBA6E;
}
</style>