Shades of Caper #ACBD8C
Tints of Caper #ACBD8C
RGB
CMYK
RGB Variations
Color information
#ACBD8C (or 0xACBD8C) is known color: Caper. HEX triplet: AC, BD and 8C. RGB value is (172,189,140). Sum of RGB (Red+Green+Blue) = 172+189+140=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8C is #534273. Grayscale: #B2B2B2. Windows color (decimal): -5456500 or 9223596. OLE color: 9223596.
HSL color Cylindrical-coordinate representation of color #ACBD8C: hue angle of 80.82º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBD8C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 140 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.26 |
| HSL | 80.82º | 0.27% | 0.65% | - |
| HSV(B) | 80.82º | 0.26% | 0.74% | - |
| XYZ | 39.94 | 47.06 | 31.79 | - |
| YUV | 178.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 140 | 0.09 | 0 | 0.26 | 0.26 | 80.82 | 0.27 | 0.65 |
| Hex | AC | BD | 8C | 9 | 0 | 1A | 1A | 51 | 1B | 41 |
| Octal | 254 | 275 | 214 | 11 | 0 | 32 | 32 | 121 | 33 | 101 |
| Binary | 10101100 | 10111101 | 10001100 | 1001 | 0 | 11010 | 11010 | 1010001 | 11011 | 1000001 |
Color Harmonies of #ACBD8C
Complementary color
Monochromatic Colors of #ACBD8C
Black with #ACBD8C
Text Example
Text Example
White with #ACBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD8C; }
p { color: rgb(172,189,140); }
H1.HeaderClassName
{
color: #ACBD8C;
}
.AnyTagClassName
{
color: #ACBD8C;
}
</style>
background-color css
<style>
a { background-color: #ACBD8C; }
a { background-color: rgb(172,189,140); }
div.DivClassName
{
background-color: #ACBD8C;
}
.BgClassName
{
background-color: #ACBD8C;
}
</style>
border-color css
<style>
span { border-color: #ACBD8C; }
span { border-color: rgb(172,189,140); }
td.TdClassName
{
border-color: #ACBD8C;
}
.TagClassName
{
border-color: #ACBD8C;
}
</style>