Shades of Caper #ACB88A
Tints of Caper #ACB88A
RGB
CMYK
RGB Variations
Color information
#ACB88A (or 0xACB88A) is known color: Caper. HEX triplet: AC, B8 and 8A. RGB value is (172,184,138). Sum of RGB (Red+Green+Blue) = 172+184+138=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88A is #534775. Grayscale: #AFAFAF. Windows color (decimal): -5457782 or 9091244. OLE color: 9091244.
HSL color Cylindrical-coordinate representation of color #ACB88A: hue angle of 75.65º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB88A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 138 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.28 |
| HSL | 75.65º | 0.24% | 0.63% | - |
| HSV(B) | 75.65º | 0.25% | 0.72% | - |
| XYZ | 38.74 | 44.89 | 30.67 | - |
| YUV | 175.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 138 | 0.07 | 0 | 0.25 | 0.28 | 75.65 | 0.24 | 0.63 |
| Hex | AC | B8 | 8A | 7 | 0 | 19 | 1C | 4C | 18 | 3F |
| Octal | 254 | 270 | 212 | 7 | 0 | 31 | 34 | 114 | 30 | 77 |
| Binary | 10101100 | 10111000 | 10001010 | 111 | 0 | 11001 | 11100 | 1001100 | 11000 | 111111 |
Color Harmonies of #ACB88A
Complementary color
Monochromatic Colors of #ACB88A
Black with #ACB88A
Text Example
Text Example
White with #ACB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB88A; }
p { color: rgb(172,184,138); }
H1.HeaderClassName
{
color: #ACB88A;
}
.AnyTagClassName
{
color: #ACB88A;
}
</style>
background-color css
<style>
a { background-color: #ACB88A; }
a { background-color: rgb(172,184,138); }
div.DivClassName
{
background-color: #ACB88A;
}
.BgClassName
{
background-color: #ACB88A;
}
</style>
border-color css
<style>
span { border-color: #ACB88A; }
span { border-color: rgb(172,184,138); }
td.TdClassName
{
border-color: #ACB88A;
}
.TagClassName
{
border-color: #ACB88A;
}
</style>