Shades of Caper #ACB47F
Tints of Caper #ACB47F
RGB
CMYK
RGB Variations
Color information
#ACB47F (or 0xACB47F) is known color: Caper. HEX triplet: AC, B4 and 7F. RGB value is (172,180,127). Sum of RGB (Red+Green+Blue) = 172+180+127=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47F is #534B80. Grayscale: #ABABAB. Windows color (decimal): -5458817 or 8369324. OLE color: 8369324.
HSL color Cylindrical-coordinate representation of color #ACB47F: hue angle of 69.06º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB47F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 127 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.29 |
| HSL | 69.06º | 0.26% | 0.6% | - |
| HSV(B) | 69.06º | 0.29% | 0.71% | - |
| XYZ | 37.17 | 42.95 | 26.41 | - |
| YUV | 171.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 127 | 0.04 | 0 | 0.29 | 0.29 | 69.06 | 0.26 | 0.6 |
| Hex | AC | B4 | 7F | 4 | 0 | 1D | 1D | 45 | 1A | 3C |
| Octal | 254 | 264 | 177 | 4 | 0 | 35 | 35 | 105 | 32 | 74 |
| Binary | 10101100 | 10110100 | 1111111 | 100 | 0 | 11101 | 11101 | 1000101 | 11010 | 111100 |
Color Harmonies of #ACB47F
Complementary color
Monochromatic Colors of #ACB47F
Black with #ACB47F
Text Example
Text Example
White with #ACB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB47F; }
p { color: rgb(172,180,127); }
H1.HeaderClassName
{
color: #ACB47F;
}
.AnyTagClassName
{
color: #ACB47F;
}
</style>
background-color css
<style>
a { background-color: #ACB47F; }
a { background-color: rgb(172,180,127); }
div.DivClassName
{
background-color: #ACB47F;
}
.BgClassName
{
background-color: #ACB47F;
}
</style>
border-color css
<style>
span { border-color: #ACB47F; }
span { border-color: rgb(172,180,127); }
td.TdClassName
{
border-color: #ACB47F;
}
.TagClassName
{
border-color: #ACB47F;
}
</style>