Shades of Caper #ACB77E
Tints of Caper #ACB77E
RGB
CMYK
RGB Variations
Color information
#ACB77E (or 0xACB77E) is known color: Caper. HEX triplet: AC, B7 and 7E. RGB value is (172,183,126). Sum of RGB (Red+Green+Blue) = 172+183+126=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB77E is #534881. Grayscale: #ADADAD. Windows color (decimal): -5458050 or 8304556. OLE color: 8304556.
HSL color Cylindrical-coordinate representation of color #ACB77E: hue angle of 71.58º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB77E is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 126 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.28 |
| HSL | 71.58º | 0.28% | 0.61% | - |
| HSV(B) | 71.58º | 0.31% | 0.72% | - |
| XYZ | 37.71 | 44.14 | 26.27 | - |
| YUV | 173.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 126 | 0.06 | 0 | 0.31 | 0.28 | 71.58 | 0.28 | 0.61 |
| Hex | AC | B7 | 7E | 6 | 0 | 1F | 1C | 48 | 1C | 3D |
| Octal | 254 | 267 | 176 | 6 | 0 | 37 | 34 | 110 | 34 | 75 |
| Binary | 10101100 | 10110111 | 1111110 | 110 | 0 | 11111 | 11100 | 1001000 | 11100 | 111101 |
Color Harmonies of #ACB77E
Complementary color
Monochromatic Colors of #ACB77E
Black with #ACB77E
Text Example
Text Example
White with #ACB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB77E; }
p { color: rgb(172,183,126); }
H1.HeaderClassName
{
color: #ACB77E;
}
.AnyTagClassName
{
color: #ACB77E;
}
</style>
background-color css
<style>
a { background-color: #ACB77E; }
a { background-color: rgb(172,183,126); }
div.DivClassName
{
background-color: #ACB77E;
}
.BgClassName
{
background-color: #ACB77E;
}
</style>
border-color css
<style>
span { border-color: #ACB77E; }
span { border-color: rgb(172,183,126); }
td.TdClassName
{
border-color: #ACB77E;
}
.TagClassName
{
border-color: #ACB77E;
}
</style>