Shades of Silver Chalice #ACB79F
Tints of Silver Chalice #ACB79F
RGB
CMYK
RGB Variations
Color information
#ACB79F (or 0xACB79F) is known color: Silver Chalice. HEX triplet: AC, B7 and 9F. RGB value is (172,183,159). Sum of RGB (Red+Green+Blue) = 172+183+159=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB79F is #534860. Grayscale: #B1B1B1. Windows color (decimal): -5458017 or 10467244. OLE color: 10467244.
HSL color Cylindrical-coordinate representation of color #ACB79F: hue angle of 87.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB79F is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 159 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.28 |
| HSL | 87.5º | 0.14% | 0.67% | - |
| HSV(B) | 87.5º | 0.13% | 0.72% | - |
| XYZ | 40.2 | 45.14 | 39.39 | - |
| YUV | 176.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 159 | 0.06 | 0 | 0.13 | 0.28 | 87.5 | 0.14 | 0.67 |
| Hex | AC | B7 | 9F | 6 | 0 | D | 1C | 57 | E | 43 |
| Octal | 254 | 267 | 237 | 6 | 0 | 15 | 34 | 127 | 16 | 103 |
| Binary | 10101100 | 10110111 | 10011111 | 110 | 0 | 1101 | 11100 | 1010111 | 1110 | 1000011 |
Color Harmonies of #ACB79F
Complementary color
Monochromatic Colors of #ACB79F
Black with #ACB79F
Text Example
Text Example
White with #ACB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB79F; }
p { color: rgb(172,183,159); }
H1.HeaderClassName
{
color: #ACB79F;
}
.AnyTagClassName
{
color: #ACB79F;
}
</style>
background-color css
<style>
a { background-color: #ACB79F; }
a { background-color: rgb(172,183,159); }
div.DivClassName
{
background-color: #ACB79F;
}
.BgClassName
{
background-color: #ACB79F;
}
</style>
border-color css
<style>
span { border-color: #ACB79F; }
span { border-color: rgb(172,183,159); }
td.TdClassName
{
border-color: #ACB79F;
}
.TagClassName
{
border-color: #ACB79F;
}
</style>