Shades of Silver Chalice #ACB7A5
Tints of Silver Chalice #ACB7A5
RGB
CMYK
RGB Variations
Color information
#ACB7A5 (or 0xACB7A5) is known color: Silver Chalice. HEX triplet: AC, B7 and A5. RGB value is (172,183,165). Sum of RGB (Red+Green+Blue) = 172+183+165=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A5 is #53485A. Grayscale: #B1B1B1. Windows color (decimal): -5458011 or 10860460. OLE color: 10860460.
HSL color Cylindrical-coordinate representation of color #ACB7A5: hue angle of 96.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB7A5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 165 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.28 |
| HSL | 96.67º | 0.11% | 0.68% | - |
| HSV(B) | 96.67º | 0.1% | 0.72% | - |
| XYZ | 40.74 | 45.35 | 42.2 | - |
| YUV | 177.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 165 | 0.06 | 0 | 0.10 | 0.28 | 96.67 | 0.11 | 0.68 |
| Hex | AC | B7 | A5 | 6 | 0 | A | 1C | 61 | B | 44 |
| Octal | 254 | 267 | 245 | 6 | 0 | 12 | 34 | 141 | 13 | 104 |
| Binary | 10101100 | 10110111 | 10100101 | 110 | 0 | 1010 | 11100 | 1100001 | 1011 | 1000100 |
Color Harmonies of #ACB7A5
Complementary color
Monochromatic Colors of #ACB7A5
Black with #ACB7A5
Text Example
Text Example
White with #ACB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7A5; }
p { color: rgb(172,183,165); }
H1.HeaderClassName
{
color: #ACB7A5;
}
.AnyTagClassName
{
color: #ACB7A5;
}
</style>
background-color css
<style>
a { background-color: #ACB7A5; }
a { background-color: rgb(172,183,165); }
div.DivClassName
{
background-color: #ACB7A5;
}
.BgClassName
{
background-color: #ACB7A5;
}
</style>
border-color css
<style>
span { border-color: #ACB7A5; }
span { border-color: rgb(172,183,165); }
td.TdClassName
{
border-color: #ACB7A5;
}
.TagClassName
{
border-color: #ACB7A5;
}
</style>