Shades of Silver Chalice #ACB2A6
Tints of Silver Chalice #ACB2A6
RGB
CMYK
RGB Variations
Color information
#ACB2A6 (or 0xACB2A6) is known color: Silver Chalice. HEX triplet: AC, B2 and A6. RGB value is (172,178,166). Sum of RGB (Red+Green+Blue) = 172+178+166=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2A6 is #534D59. Grayscale: #AEAEAE. Windows color (decimal): -5459290 or 10924716. OLE color: 10924716.
HSL color Cylindrical-coordinate representation of color #ACB2A6: hue angle of 90º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB2A6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 166 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.30 |
| HSL | 90º | 0.07% | 0.67% | - |
| HSV(B) | 90º | 0.07% | 0.7% | - |
| XYZ | 39.82 | 43.36 | 42.35 | - |
| YUV | 174.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 166 | 0.03 | 0 | 0.07 | 0.30 | 90 | 0.07 | 0.67 |
| Hex | AC | B2 | A6 | 3 | 0 | 7 | 1E | 5A | 7 | 43 |
| Octal | 254 | 262 | 246 | 3 | 0 | 7 | 36 | 132 | 7 | 103 |
| Binary | 10101100 | 10110010 | 10100110 | 11 | 0 | 111 | 11110 | 1011010 | 111 | 1000011 |
Color Harmonies of #ACB2A6
Complementary color
Monochromatic Colors of #ACB2A6
Black with #ACB2A6
Text Example
Text Example
White with #ACB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2A6; }
p { color: rgb(172,178,166); }
H1.HeaderClassName
{
color: #ACB2A6;
}
.AnyTagClassName
{
color: #ACB2A6;
}
</style>
background-color css
<style>
a { background-color: #ACB2A6; }
a { background-color: rgb(172,178,166); }
div.DivClassName
{
background-color: #ACB2A6;
}
.BgClassName
{
background-color: #ACB2A6;
}
</style>
border-color css
<style>
span { border-color: #ACB2A6; }
span { border-color: rgb(172,178,166); }
td.TdClassName
{
border-color: #ACB2A6;
}
.TagClassName
{
border-color: #ACB2A6;
}
</style>