Shades of Silver Chalice #ACB1A9
Tints of Silver Chalice #ACB1A9
RGB
CMYK
RGB Variations
Color information
#ACB1A9 (or 0xACB1A9) is known color: Silver Chalice. HEX triplet: AC, B1 and A9. RGB value is (172,177,169). Sum of RGB (Red+Green+Blue) = 172+177+169=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A9 is #534E56. Grayscale: #AEAEAE. Windows color (decimal): -5459543 or 11121068. OLE color: 11121068.
HSL color Cylindrical-coordinate representation of color #ACB1A9: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACB1A9 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 169 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.31 |
| HSL | 97.5º | 0.05% | 0.68% | - |
| HSV(B) | 97.5º | 0.05% | 0.69% | - |
| XYZ | 39.9 | 43.08 | 43.75 | - |
| YUV | 174.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 169 | 0.03 | 0 | 0.05 | 0.31 | 97.5 | 0.05 | 0.68 |
| Hex | AC | B1 | A9 | 3 | 0 | 5 | 1F | 62 | 5 | 44 |
| Octal | 254 | 261 | 251 | 3 | 0 | 5 | 37 | 142 | 5 | 104 |
| Binary | 10101100 | 10110001 | 10101001 | 11 | 0 | 101 | 11111 | 1100010 | 101 | 1000100 |
Color Harmonies of #ACB1A9
Complementary color
Monochromatic Colors of #ACB1A9
Black with #ACB1A9
Text Example
Text Example
White with #ACB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1A9; }
p { color: rgb(172,177,169); }
H1.HeaderClassName
{
color: #ACB1A9;
}
.AnyTagClassName
{
color: #ACB1A9;
}
</style>
background-color css
<style>
a { background-color: #ACB1A9; }
a { background-color: rgb(172,177,169); }
div.DivClassName
{
background-color: #ACB1A9;
}
.BgClassName
{
background-color: #ACB1A9;
}
</style>
border-color css
<style>
span { border-color: #ACB1A9; }
span { border-color: rgb(172,177,169); }
td.TdClassName
{
border-color: #ACB1A9;
}
.TagClassName
{
border-color: #ACB1A9;
}
</style>