Shades of Silver Chalice #ACB89F
Tints of Silver Chalice #ACB89F
RGB
CMYK
RGB Variations
Color information
#ACB89F (or 0xACB89F) is known color: Silver Chalice. HEX triplet: AC, B8 and 9F. RGB value is (172,184,159). Sum of RGB (Red+Green+Blue) = 172+184+159=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89F is #534760. Grayscale: #B1B1B1. Windows color (decimal): -5457761 or 10467500. OLE color: 10467500.
HSL color Cylindrical-coordinate representation of color #ACB89F: hue angle of 88.8º 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 #ACB89F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 159 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.28 |
| HSL | 88.8º | 0.15% | 0.67% | - |
| HSV(B) | 88.8º | 0.14% | 0.72% | - |
| XYZ | 40.41 | 45.55 | 39.46 | - |
| YUV | 177.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 159 | 0.07 | 0 | 0.14 | 0.28 | 88.8 | 0.15 | 0.67 |
| Hex | AC | B8 | 9F | 7 | 0 | E | 1C | 59 | F | 43 |
| Octal | 254 | 270 | 237 | 7 | 0 | 16 | 34 | 131 | 17 | 103 |
| Binary | 10101100 | 10111000 | 10011111 | 111 | 0 | 1110 | 11100 | 1011001 | 1111 | 1000011 |
Color Harmonies of #ACB89F
Complementary color
Monochromatic Colors of #ACB89F
Black with #ACB89F
Text Example
Text Example
White with #ACB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB89F; }
p { color: rgb(172,184,159); }
H1.HeaderClassName
{
color: #ACB89F;
}
.AnyTagClassName
{
color: #ACB89F;
}
</style>
background-color css
<style>
a { background-color: #ACB89F; }
a { background-color: rgb(172,184,159); }
div.DivClassName
{
background-color: #ACB89F;
}
.BgClassName
{
background-color: #ACB89F;
}
</style>
border-color css
<style>
span { border-color: #ACB89F; }
span { border-color: rgb(172,184,159); }
td.TdClassName
{
border-color: #ACB89F;
}
.TagClassName
{
border-color: #ACB89F;
}
</style>