Shades of Caper #ACBD8B
Tints of Caper #ACBD8B
RGB
CMYK
RGB Variations
Color information
#ACBD8B (or 0xACBD8B) is known color: Caper. HEX triplet: AC, BD and 8B. RGB value is (172,189,139). Sum of RGB (Red+Green+Blue) = 172+189+139=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8B is #534274. Grayscale: #B2B2B2. Windows color (decimal): -5456501 or 9158060. OLE color: 9158060.
HSL color Cylindrical-coordinate representation of color #ACBD8B: hue angle of 80.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBD8B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 139 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.26 |
| HSL | 80.4º | 0.27% | 0.64% | - |
| HSV(B) | 80.4º | 0.26% | 0.74% | - |
| XYZ | 39.87 | 47.03 | 31.4 | - |
| YUV | 178.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 139 | 0.09 | 0 | 0.26 | 0.26 | 80.4 | 0.27 | 0.64 |
| Hex | AC | BD | 8B | 9 | 0 | 1A | 1A | 50 | 1B | 40 |
| Octal | 254 | 275 | 213 | 11 | 0 | 32 | 32 | 120 | 33 | 100 |
| Binary | 10101100 | 10111101 | 10001011 | 1001 | 0 | 11010 | 11010 | 1010000 | 11011 | 1000000 |
Color Harmonies of #ACBD8B
Complementary color
Monochromatic Colors of #ACBD8B
Black with #ACBD8B
Text Example
Text Example
White with #ACBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD8B; }
p { color: rgb(172,189,139); }
H1.HeaderClassName
{
color: #ACBD8B;
}
.AnyTagClassName
{
color: #ACBD8B;
}
</style>
background-color css
<style>
a { background-color: #ACBD8B; }
a { background-color: rgb(172,189,139); }
div.DivClassName
{
background-color: #ACBD8B;
}
.BgClassName
{
background-color: #ACBD8B;
}
</style>
border-color css
<style>
span { border-color: #ACBD8B; }
span { border-color: rgb(172,189,139); }
td.TdClassName
{
border-color: #ACBD8B;
}
.TagClassName
{
border-color: #ACBD8B;
}
</style>