Shades of Silver Chalice #ACB79D
Tints of Silver Chalice #ACB79D
RGB
CMYK
RGB Variations
Color information
#ACB79D (or 0xACB79D) is known color: Silver Chalice. HEX triplet: AC, B7 and 9D. RGB value is (172,183,157). Sum of RGB (Red+Green+Blue) = 172+183+157=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB79D is #534862. Grayscale: #B0B0B0. Windows color (decimal): -5458019 or 10336172. OLE color: 10336172.
HSL color Cylindrical-coordinate representation of color #ACB79D: hue angle of 85.38º 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 #ACB79D is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 157 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.28 |
| HSL | 85.38º | 0.15% | 0.67% | - |
| HSV(B) | 85.38º | 0.14% | 0.72% | - |
| XYZ | 40.03 | 45.07 | 38.49 | - |
| YUV | 176.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 157 | 0.06 | 0 | 0.14 | 0.28 | 85.38 | 0.15 | 0.67 |
| Hex | AC | B7 | 9D | 6 | 0 | E | 1C | 55 | F | 43 |
| Octal | 254 | 267 | 235 | 6 | 0 | 16 | 34 | 125 | 17 | 103 |
| Binary | 10101100 | 10110111 | 10011101 | 110 | 0 | 1110 | 11100 | 1010101 | 1111 | 1000011 |
Color Harmonies of #ACB79D
Complementary color
Monochromatic Colors of #ACB79D
Black with #ACB79D
Text Example
Text Example
White with #ACB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB79D; }
p { color: rgb(172,183,157); }
H1.HeaderClassName
{
color: #ACB79D;
}
.AnyTagClassName
{
color: #ACB79D;
}
</style>
background-color css
<style>
a { background-color: #ACB79D; }
a { background-color: rgb(172,183,157); }
div.DivClassName
{
background-color: #ACB79D;
}
.BgClassName
{
background-color: #ACB79D;
}
</style>
border-color css
<style>
span { border-color: #ACB79D; }
span { border-color: rgb(172,183,157); }
td.TdClassName
{
border-color: #ACB79D;
}
.TagClassName
{
border-color: #ACB79D;
}
</style>