Shades of Silver Chalice #ACB1A8
Tints of Silver Chalice #ACB1A8
RGB
CMYK
RGB Variations
Color information
#ACB1A8 (or 0xACB1A8) is known color: Silver Chalice. HEX triplet: AC, B1 and A8. RGB value is (172,177,168). Sum of RGB (Red+Green+Blue) = 172+177+168=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A8 is #534E57. Grayscale: #AEAEAE. Windows color (decimal): -5459544 or 11055532. OLE color: 11055532.
HSL color Cylindrical-coordinate representation of color #ACB1A8: hue angle of 93.33º 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 #ACB1A8 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 168 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.31 |
| HSL | 93.33º | 0.05% | 0.68% | - |
| HSV(B) | 93.33º | 0.05% | 0.69% | - |
| XYZ | 39.8 | 43.04 | 43.26 | - |
| YUV | 174.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 168 | 0.03 | 0 | 0.05 | 0.31 | 93.33 | 0.05 | 0.68 |
| Hex | AC | B1 | A8 | 3 | 0 | 5 | 1F | 5D | 5 | 44 |
| Octal | 254 | 261 | 250 | 3 | 0 | 5 | 37 | 135 | 5 | 104 |
| Binary | 10101100 | 10110001 | 10101000 | 11 | 0 | 101 | 11111 | 1011101 | 101 | 1000100 |
Color Harmonies of #ACB1A8
Complementary color
Monochromatic Colors of #ACB1A8
Black with #ACB1A8
Text Example
Text Example
White with #ACB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1A8; }
p { color: rgb(172,177,168); }
H1.HeaderClassName
{
color: #ACB1A8;
}
.AnyTagClassName
{
color: #ACB1A8;
}
</style>
background-color css
<style>
a { background-color: #ACB1A8; }
a { background-color: rgb(172,177,168); }
div.DivClassName
{
background-color: #ACB1A8;
}
.BgClassName
{
background-color: #ACB1A8;
}
</style>
border-color css
<style>
span { border-color: #ACB1A8; }
span { border-color: rgb(172,177,168); }
td.TdClassName
{
border-color: #ACB1A8;
}
.TagClassName
{
border-color: #ACB1A8;
}
</style>