Shades of Silver Chalice #ACB6A4
Tints of Silver Chalice #ACB6A4
RGB
CMYK
RGB Variations
Color information
#ACB6A4 (or 0xACB6A4) is known color: Silver Chalice. HEX triplet: AC, B6 and A4. RGB value is (172,182,164). Sum of RGB (Red+Green+Blue) = 172+182+164=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A4 is #53495B. Grayscale: #B1B1B1. Windows color (decimal): -5458268 or 10794668. OLE color: 10794668.
HSL color Cylindrical-coordinate representation of color #ACB6A4: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB6A4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 164 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.29 |
| HSL | 93.33º | 0.11% | 0.68% | - |
| HSV(B) | 93.33º | 0.1% | 0.71% | - |
| XYZ | 40.44 | 44.91 | 41.66 | - |
| YUV | 176.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 164 | 0.05 | 0 | 0.10 | 0.29 | 93.33 | 0.11 | 0.68 |
| Hex | AC | B6 | A4 | 5 | 0 | A | 1D | 5D | B | 44 |
| Octal | 254 | 266 | 244 | 5 | 0 | 12 | 35 | 135 | 13 | 104 |
| Binary | 10101100 | 10110110 | 10100100 | 101 | 0 | 1010 | 11101 | 1011101 | 1011 | 1000100 |
Color Harmonies of #ACB6A4
Complementary color
Monochromatic Colors of #ACB6A4
Black with #ACB6A4
Text Example
Text Example
White with #ACB6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6A4; }
p { color: rgb(172,182,164); }
H1.HeaderClassName
{
color: #ACB6A4;
}
.AnyTagClassName
{
color: #ACB6A4;
}
</style>
background-color css
<style>
a { background-color: #ACB6A4; }
a { background-color: rgb(172,182,164); }
div.DivClassName
{
background-color: #ACB6A4;
}
.BgClassName
{
background-color: #ACB6A4;
}
</style>
border-color css
<style>
span { border-color: #ACB6A4; }
span { border-color: rgb(172,182,164); }
td.TdClassName
{
border-color: #ACB6A4;
}
.TagClassName
{
border-color: #ACB6A4;
}
</style>