Shades of Caper #ACBA8D
Tints of Caper #ACBA8D
RGB
CMYK
RGB Variations
Color information
#ACBA8D (or 0xACBA8D) is known color: Caper. HEX triplet: AC, BA and 8D. RGB value is (172,186,141). Sum of RGB (Red+Green+Blue) = 172+186+141=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8D is #534572. Grayscale: #B0B0B0. Windows color (decimal): -5457267 or 9288364. OLE color: 9288364.
HSL color Cylindrical-coordinate representation of color #ACBA8D: hue angle of 78.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBA8D is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 141 | - |
CMYK | 0.08 | 0 | 0.24 | 0.27 |
HSL | 78.67º | 0.25% | 0.64% | - |
HSV(B) | 78.67º | 0.24% | 0.73% | - |
XYZ | 39.38 | 45.81 | 31.97 | - |
YUV | 176.68 | 107.86 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 141 | 0.08 | 0 | 0.24 | 0.27 | 78.67 | 0.25 | 0.64 |
Hex | AC | BA | 8D | 8 | 0 | 18 | 1B | 4F | 19 | 40 |
Octal | 254 | 272 | 215 | 10 | 0 | 30 | 33 | 117 | 31 | 100 |
Binary | 10101100 | 10111010 | 10001101 | 1000 | 0 | 11000 | 11011 | 1001111 | 11001 | 1000000 |
Color Harmonies of #ACBA8D
Complementary color
Monochromatic Colors of #ACBA8D
Black with #ACBA8D
Text Example
Text Example
White with #ACBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA8D; }
p { color: rgb(172,186,141); }
H1.HeaderClassName
{
color: #ACBA8D;
}
.AnyTagClassName
{
color: #ACBA8D;
}
</style>
background-color css
<style>
a { background-color: #ACBA8D; }
a { background-color: rgb(172,186,141); }
div.DivClassName
{
background-color: #ACBA8D;
}
.BgClassName
{
background-color: #ACBA8D;
}
</style>
border-color css
<style>
span { border-color: #ACBA8D; }
span { border-color: rgb(172,186,141); }
td.TdClassName
{
border-color: #ACBA8D;
}
.TagClassName
{
border-color: #ACBA8D;
}
</style>