Shades of Caper #ACB97A
Tints of Caper #ACB97A
RGB
CMYK
RGB Variations
Color information
#ACB97A (or 0xACB97A) is known color: Caper. HEX triplet: AC, B9 and 7A. RGB value is (172,185,122). Sum of RGB (Red+Green+Blue) = 172+185+122=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97A is #534685. Grayscale: #AEAEAE. Windows color (decimal): -5457542 or 8042924. OLE color: 8042924.
HSL color Cylindrical-coordinate representation of color #ACB97A: hue angle of 72.38º 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 #ACB97A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 122 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.27 |
| HSL | 72.38º | 0.31% | 0.6% | - |
| HSV(B) | 72.38º | 0.34% | 0.73% | - |
| XYZ | 37.88 | 44.87 | 25.08 | - |
| YUV | 173.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 122 | 0.07 | 0 | 0.34 | 0.27 | 72.38 | 0.31 | 0.6 |
| Hex | AC | B9 | 7A | 7 | 0 | 22 | 1B | 48 | 1F | 3C |
| Octal | 254 | 271 | 172 | 7 | 0 | 42 | 33 | 110 | 37 | 74 |
| Binary | 10101100 | 10111001 | 1111010 | 111 | 0 | 100010 | 11011 | 1001000 | 11111 | 111100 |
Color Harmonies of #ACB97A
Complementary color
Monochromatic Colors of #ACB97A
Black with #ACB97A
Text Example
Text Example
White with #ACB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB97A; }
p { color: rgb(172,185,122); }
H1.HeaderClassName
{
color: #ACB97A;
}
.AnyTagClassName
{
color: #ACB97A;
}
</style>
background-color css
<style>
a { background-color: #ACB97A; }
a { background-color: rgb(172,185,122); }
div.DivClassName
{
background-color: #ACB97A;
}
.BgClassName
{
background-color: #ACB97A;
}
</style>
border-color css
<style>
span { border-color: #ACB97A; }
span { border-color: rgb(172,185,122); }
td.TdClassName
{
border-color: #ACB97A;
}
.TagClassName
{
border-color: #ACB97A;
}
</style>