Shades of Caper #ACB777
Tints of Caper #ACB777
RGB
CMYK
RGB Variations
Color information
#ACB777 (or 0xACB777) is known color: Caper. HEX triplet: AC, B7 and 77. RGB value is (172,183,119). Sum of RGB (Red+Green+Blue) = 172+183+119=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB777 is #534888. Grayscale: #ACACAC. Windows color (decimal): -5458057 or 7845804. OLE color: 7845804.
HSL color Cylindrical-coordinate representation of color #ACB777: hue angle of 70.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACB777 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 119 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.28 |
| HSL | 70.31º | 0.31% | 0.59% | - |
| HSV(B) | 70.31º | 0.35% | 0.72% | - |
| XYZ | 37.28 | 43.97 | 23.98 | - |
| YUV | 172.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 119 | 0.06 | 0 | 0.35 | 0.28 | 70.31 | 0.31 | 0.59 |
| Hex | AC | B7 | 77 | 6 | 0 | 23 | 1C | 46 | 1F | 3B |
| Octal | 254 | 267 | 167 | 6 | 0 | 43 | 34 | 106 | 37 | 73 |
| Binary | 10101100 | 10110111 | 1110111 | 110 | 0 | 100011 | 11100 | 1000110 | 11111 | 111011 |
Color Harmonies of #ACB777
Complementary color
Monochromatic Colors of #ACB777
Black with #ACB777
Text Example
Text Example
White with #ACB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB777; }
p { color: rgb(172,183,119); }
H1.HeaderClassName
{
color: #ACB777;
}
.AnyTagClassName
{
color: #ACB777;
}
</style>
background-color css
<style>
a { background-color: #ACB777; }
a { background-color: rgb(172,183,119); }
div.DivClassName
{
background-color: #ACB777;
}
.BgClassName
{
background-color: #ACB777;
}
</style>
border-color css
<style>
span { border-color: #ACB777; }
span { border-color: rgb(172,183,119); }
td.TdClassName
{
border-color: #ACB777;
}
.TagClassName
{
border-color: #ACB777;
}
</style>