Shades of Silver Chalice #ACB3A1
Tints of Silver Chalice #ACB3A1
RGB
CMYK
RGB Variations
Color information
#ACB3A1 (or 0xACB3A1) is known color: Silver Chalice. HEX triplet: AC, B3 and A1. RGB value is (172,179,161). Sum of RGB (Red+Green+Blue) = 172+179+161=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3A1 is #534C5E. Grayscale: #AEAEAE. Windows color (decimal): -5459039 or 10597292. OLE color: 10597292.
HSL color Cylindrical-coordinate representation of color #ACB3A1: hue angle of 83.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB3A1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 161 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.30 |
| HSL | 83.33º | 0.11% | 0.67% | - |
| HSV(B) | 83.33º | 0.1% | 0.7% | - |
| XYZ | 39.57 | 43.58 | 40.05 | - |
| YUV | 174.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 161 | 0.04 | 0 | 0.10 | 0.30 | 83.33 | 0.11 | 0.67 |
| Hex | AC | B3 | A1 | 4 | 0 | A | 1E | 53 | B | 43 |
| Octal | 254 | 263 | 241 | 4 | 0 | 12 | 36 | 123 | 13 | 103 |
| Binary | 10101100 | 10110011 | 10100001 | 100 | 0 | 1010 | 11110 | 1010011 | 1011 | 1000011 |
Color Harmonies of #ACB3A1
Complementary color
Monochromatic Colors of #ACB3A1
Black with #ACB3A1
Text Example
Text Example
White with #ACB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3A1; }
p { color: rgb(172,179,161); }
H1.HeaderClassName
{
color: #ACB3A1;
}
.AnyTagClassName
{
color: #ACB3A1;
}
</style>
background-color css
<style>
a { background-color: #ACB3A1; }
a { background-color: rgb(172,179,161); }
div.DivClassName
{
background-color: #ACB3A1;
}
.BgClassName
{
background-color: #ACB3A1;
}
</style>
border-color css
<style>
span { border-color: #ACB3A1; }
span { border-color: rgb(172,179,161); }
td.TdClassName
{
border-color: #ACB3A1;
}
.TagClassName
{
border-color: #ACB3A1;
}
</style>