Shades of Silver Chalice #ACB8A1
Tints of Silver Chalice #ACB8A1
RGB
CMYK
RGB Variations
Color information
#ACB8A1 (or 0xACB8A1) is known color: Silver Chalice. HEX triplet: AC, B8 and A1. RGB value is (172,184,161). Sum of RGB (Red+Green+Blue) = 172+184+161=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8A1 is #53475E. Grayscale: #B1B1B1. Windows color (decimal): -5457759 or 10598572. OLE color: 10598572.
HSL color Cylindrical-coordinate representation of color #ACB8A1: hue angle of 91.3º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB8A1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 161 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.28 |
| HSL | 91.3º | 0.14% | 0.68% | - |
| HSV(B) | 91.3º | 0.13% | 0.72% | - |
| XYZ | 40.59 | 45.62 | 40.39 | - |
| YUV | 177.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 161 | 0.07 | 0 | 0.12 | 0.28 | 91.3 | 0.14 | 0.68 |
| Hex | AC | B8 | A1 | 7 | 0 | C | 1C | 5B | E | 44 |
| Octal | 254 | 270 | 241 | 7 | 0 | 14 | 34 | 133 | 16 | 104 |
| Binary | 10101100 | 10111000 | 10100001 | 111 | 0 | 1100 | 11100 | 1011011 | 1110 | 1000100 |
Color Harmonies of #ACB8A1
Complementary color
Monochromatic Colors of #ACB8A1
Black with #ACB8A1
Text Example
Text Example
White with #ACB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8A1; }
p { color: rgb(172,184,161); }
H1.HeaderClassName
{
color: #ACB8A1;
}
.AnyTagClassName
{
color: #ACB8A1;
}
</style>
background-color css
<style>
a { background-color: #ACB8A1; }
a { background-color: rgb(172,184,161); }
div.DivClassName
{
background-color: #ACB8A1;
}
.BgClassName
{
background-color: #ACB8A1;
}
</style>
border-color css
<style>
span { border-color: #ACB8A1; }
span { border-color: rgb(172,184,161); }
td.TdClassName
{
border-color: #ACB8A1;
}
.TagClassName
{
border-color: #ACB8A1;
}
</style>