Shades of Silver Chalice #ACB99F
Tints of Silver Chalice #ACB99F
RGB
CMYK
RGB Variations
Color information
#ACB99F (or 0xACB99F) is known color: Silver Chalice. HEX triplet: AC, B9 and 9F. RGB value is (172,185,159). Sum of RGB (Red+Green+Blue) = 172+185+159=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99F is #534660. Grayscale: #B2B2B2. Windows color (decimal): -5457505 or 10467756. OLE color: 10467756.
HSL color Cylindrical-coordinate representation of color #ACB99F: hue angle of 90º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB99F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 159 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.27 |
| HSL | 90º | 0.16% | 0.67% | - |
| HSV(B) | 90º | 0.14% | 0.73% | - |
| XYZ | 40.62 | 45.97 | 39.53 | - |
| YUV | 178.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 159 | 0.07 | 0 | 0.14 | 0.27 | 90 | 0.16 | 0.67 |
| Hex | AC | B9 | 9F | 7 | 0 | E | 1B | 5A | 10 | 43 |
| Octal | 254 | 271 | 237 | 7 | 0 | 16 | 33 | 132 | 20 | 103 |
| Binary | 10101100 | 10111001 | 10011111 | 111 | 0 | 1110 | 11011 | 1011010 | 10000 | 1000011 |
Color Harmonies of #ACB99F
Complementary color
Monochromatic Colors of #ACB99F
Black with #ACB99F
Text Example
Text Example
White with #ACB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB99F; }
p { color: rgb(172,185,159); }
H1.HeaderClassName
{
color: #ACB99F;
}
.AnyTagClassName
{
color: #ACB99F;
}
</style>
background-color css
<style>
a { background-color: #ACB99F; }
a { background-color: rgb(172,185,159); }
div.DivClassName
{
background-color: #ACB99F;
}
.BgClassName
{
background-color: #ACB99F;
}
</style>
border-color css
<style>
span { border-color: #ACB99F; }
span { border-color: rgb(172,185,159); }
td.TdClassName
{
border-color: #ACB99F;
}
.TagClassName
{
border-color: #ACB99F;
}
</style>