Shades of Silver Chalice #ACB79E
Tints of Silver Chalice #ACB79E
RGB
CMYK
RGB Variations
Color information
#ACB79E (or 0xACB79E) is known color: Silver Chalice. HEX triplet: AC, B7 and 9E. RGB value is (172,183,158). Sum of RGB (Red+Green+Blue) = 172+183+158=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB79E is #534861. Grayscale: #B0B0B0. Windows color (decimal): -5458018 or 10401708. OLE color: 10401708.
HSL color Cylindrical-coordinate representation of color #ACB79E: hue angle of 86.4º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB79E is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 158 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.28 |
| HSL | 86.4º | 0.15% | 0.67% | - |
| HSV(B) | 86.4º | 0.14% | 0.72% | - |
| XYZ | 40.12 | 45.11 | 38.94 | - |
| YUV | 176.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 158 | 0.06 | 0 | 0.14 | 0.28 | 86.4 | 0.15 | 0.67 |
| Hex | AC | B7 | 9E | 6 | 0 | E | 1C | 56 | F | 43 |
| Octal | 254 | 267 | 236 | 6 | 0 | 16 | 34 | 126 | 17 | 103 |
| Binary | 10101100 | 10110111 | 10011110 | 110 | 0 | 1110 | 11100 | 1010110 | 1111 | 1000011 |
Color Harmonies of #ACB79E
Complementary color
Monochromatic Colors of #ACB79E
Black with #ACB79E
Text Example
Text Example
White with #ACB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB79E; }
p { color: rgb(172,183,158); }
H1.HeaderClassName
{
color: #ACB79E;
}
.AnyTagClassName
{
color: #ACB79E;
}
</style>
background-color css
<style>
a { background-color: #ACB79E; }
a { background-color: rgb(172,183,158); }
div.DivClassName
{
background-color: #ACB79E;
}
.BgClassName
{
background-color: #ACB79E;
}
</style>
border-color css
<style>
span { border-color: #ACB79E; }
span { border-color: rgb(172,183,158); }
td.TdClassName
{
border-color: #ACB79E;
}
.TagClassName
{
border-color: #ACB79E;
}
</style>