Shades of Caper #ACB97B
Tints of Caper #ACB97B
RGB
CMYK
RGB Variations
Color information
#ACB97B (or 0xACB97B) is known color: Caper. HEX triplet: AC, B9 and 7B. RGB value is (172,185,123). Sum of RGB (Red+Green+Blue) = 172+185+123=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97B is #534684. Grayscale: #AEAEAE. Windows color (decimal): -5457541 or 8108460. OLE color: 8108460.
HSL color Cylindrical-coordinate representation of color #ACB97B: hue angle of 72.58º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB97B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 123 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.27 |
| HSL | 72.58º | 0.31% | 0.6% | - |
| HSV(B) | 72.58º | 0.34% | 0.73% | - |
| XYZ | 37.94 | 44.9 | 25.41 | - |
| YUV | 174.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 123 | 0.07 | 0 | 0.34 | 0.27 | 72.58 | 0.31 | 0.6 |
| Hex | AC | B9 | 7B | 7 | 0 | 22 | 1B | 49 | 1F | 3C |
| Octal | 254 | 271 | 173 | 7 | 0 | 42 | 33 | 111 | 37 | 74 |
| Binary | 10101100 | 10111001 | 1111011 | 111 | 0 | 100010 | 11011 | 1001001 | 11111 | 111100 |
Color Harmonies of #ACB97B
Complementary color
Monochromatic Colors of #ACB97B
Black with #ACB97B
Text Example
Text Example
White with #ACB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB97B; }
p { color: rgb(172,185,123); }
H1.HeaderClassName
{
color: #ACB97B;
}
.AnyTagClassName
{
color: #ACB97B;
}
</style>
background-color css
<style>
a { background-color: #ACB97B; }
a { background-color: rgb(172,185,123); }
div.DivClassName
{
background-color: #ACB97B;
}
.BgClassName
{
background-color: #ACB97B;
}
</style>
border-color css
<style>
span { border-color: #ACB97B; }
span { border-color: rgb(172,185,123); }
td.TdClassName
{
border-color: #ACB97B;
}
.TagClassName
{
border-color: #ACB97B;
}
</style>