Shades of Caper #ACBD81
Tints of Caper #ACBD81
RGB
CMYK
RGB Variations
Color information
#ACBD81 (or 0xACBD81) is known color: Caper. HEX triplet: AC, BD and 81. RGB value is (172,189,129). Sum of RGB (Red+Green+Blue) = 172+189+129=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD81 is #53427E. Grayscale: #B1B1B1. Windows color (decimal): -5456511 or 8502700. OLE color: 8502700.
HSL color Cylindrical-coordinate representation of color #ACBD81: hue angle of 77º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBD81 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 129 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.26 |
| HSL | 77º | 0.31% | 0.62% | - |
| HSV(B) | 77º | 0.32% | 0.74% | - |
| XYZ | 39.17 | 46.75 | 27.73 | - |
| YUV | 177.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 129 | 0.09 | 0 | 0.32 | 0.26 | 77 | 0.31 | 0.62 |
| Hex | AC | BD | 81 | 9 | 0 | 20 | 1A | 4D | 1F | 3E |
| Octal | 254 | 275 | 201 | 11 | 0 | 40 | 32 | 115 | 37 | 76 |
| Binary | 10101100 | 10111101 | 10000001 | 1001 | 0 | 100000 | 11010 | 1001101 | 11111 | 111110 |
Color Harmonies of #ACBD81
Complementary color
Monochromatic Colors of #ACBD81
Black with #ACBD81
Text Example
Text Example
White with #ACBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD81; }
p { color: rgb(172,189,129); }
H1.HeaderClassName
{
color: #ACBD81;
}
.AnyTagClassName
{
color: #ACBD81;
}
</style>
background-color css
<style>
a { background-color: #ACBD81; }
a { background-color: rgb(172,189,129); }
div.DivClassName
{
background-color: #ACBD81;
}
.BgClassName
{
background-color: #ACBD81;
}
</style>
border-color css
<style>
span { border-color: #ACBD81; }
span { border-color: rgb(172,189,129); }
td.TdClassName
{
border-color: #ACBD81;
}
.TagClassName
{
border-color: #ACBD81;
}
</style>