Shades of Silver Chalice #ACB0AA
Tints of Silver Chalice #ACB0AA
RGB
CMYK
RGB Variations
Color information
#ACB0AA (or 0xACB0AA) is known color: Silver Chalice. HEX triplet: AC, B0 and AA. RGB value is (172,176,170). Sum of RGB (Red+Green+Blue) = 172+176+170=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AA is #534F55. Grayscale: #AEAEAE. Windows color (decimal): -5459798 or 11186348. OLE color: 11186348.
HSL color Cylindrical-coordinate representation of color #ACB0AA: hue angle of 100º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB0AA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 170 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.31 |
| HSL | 100º | 0.04% | 0.68% | - |
| HSV(B) | 100º | 0.03% | 0.69% | - |
| XYZ | 39.79 | 42.72 | 44.18 | - |
| YUV | 174.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 170 | 0.02 | 0 | 0.03 | 0.31 | 100 | 0.04 | 0.68 |
| Hex | AC | B0 | AA | 2 | 0 | 3 | 1F | 64 | 4 | 44 |
| Octal | 254 | 260 | 252 | 2 | 0 | 3 | 37 | 144 | 4 | 104 |
| Binary | 10101100 | 10110000 | 10101010 | 10 | 0 | 11 | 11111 | 1100100 | 100 | 1000100 |
Color Harmonies of #ACB0AA
Complementary color
Monochromatic Colors of #ACB0AA
Black with #ACB0AA
Text Example
Text Example
White with #ACB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0AA; }
p { color: rgb(172,176,170); }
H1.HeaderClassName
{
color: #ACB0AA;
}
.AnyTagClassName
{
color: #ACB0AA;
}
</style>
background-color css
<style>
a { background-color: #ACB0AA; }
a { background-color: rgb(172,176,170); }
div.DivClassName
{
background-color: #ACB0AA;
}
.BgClassName
{
background-color: #ACB0AA;
}
</style>
border-color css
<style>
span { border-color: #ACB0AA; }
span { border-color: rgb(172,176,170); }
td.TdClassName
{
border-color: #ACB0AA;
}
.TagClassName
{
border-color: #ACB0AA;
}
</style>