Shades of Caper #ACB774
Tints of Caper #ACB774
RGB
CMYK
RGB Variations
Color information
#ACB774 (or 0xACB774) is known color: Caper. HEX triplet: AC, B7 and 74. RGB value is (172,183,116). Sum of RGB (Red+Green+Blue) = 172+183+116=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB774 is #53488B. Grayscale: #ACACAC. Windows color (decimal): -5458060 or 7649196. OLE color: 7649196.
HSL color Cylindrical-coordinate representation of color #ACB774: hue angle of 69.85º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB774 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 116 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.28 |
| HSL | 69.85º | 0.32% | 0.59% | - |
| HSV(B) | 69.85º | 0.37% | 0.72% | - |
| XYZ | 37.1 | 43.9 | 23.04 | - |
| YUV | 172.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 116 | 0.06 | 0 | 0.37 | 0.28 | 69.85 | 0.32 | 0.59 |
| Hex | AC | B7 | 74 | 6 | 0 | 25 | 1C | 46 | 20 | 3B |
| Octal | 254 | 267 | 164 | 6 | 0 | 45 | 34 | 106 | 40 | 73 |
| Binary | 10101100 | 10110111 | 1110100 | 110 | 0 | 100101 | 11100 | 1000110 | 100000 | 111011 |
Color Harmonies of #ACB774
Complementary color
Monochromatic Colors of #ACB774
Black with #ACB774
Text Example
Text Example
White with #ACB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB774; }
p { color: rgb(172,183,116); }
H1.HeaderClassName
{
color: #ACB774;
}
.AnyTagClassName
{
color: #ACB774;
}
</style>
background-color css
<style>
a { background-color: #ACB774; }
a { background-color: rgb(172,183,116); }
div.DivClassName
{
background-color: #ACB774;
}
.BgClassName
{
background-color: #ACB774;
}
</style>
border-color css
<style>
span { border-color: #ACB774; }
span { border-color: rgb(172,183,116); }
td.TdClassName
{
border-color: #ACB774;
}
.TagClassName
{
border-color: #ACB774;
}
</style>