Shades of Silver Chalice #ACB5A5
Tints of Silver Chalice #ACB5A5
RGB
CMYK
RGB Variations
Color information
#ACB5A5 (or 0xACB5A5) is known color: Silver Chalice. HEX triplet: AC, B5 and A5. RGB value is (172,181,165). Sum of RGB (Red+Green+Blue) = 172+181+165=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A5 is #534A5A. Grayscale: #B0B0B0. Windows color (decimal): -5458523 or 10859948. OLE color: 10859948.
HSL color Cylindrical-coordinate representation of color #ACB5A5: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB5A5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 165 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.29 |
| HSL | 93.75º | 0.1% | 0.68% | - |
| HSV(B) | 93.75º | 0.09% | 0.71% | - |
| XYZ | 40.33 | 44.54 | 42.07 | - |
| YUV | 176.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 165 | 0.05 | 0 | 0.09 | 0.29 | 93.75 | 0.1 | 0.68 |
| Hex | AC | B5 | A5 | 5 | 0 | 9 | 1D | 5E | A | 44 |
| Octal | 254 | 265 | 245 | 5 | 0 | 11 | 35 | 136 | 12 | 104 |
| Binary | 10101100 | 10110101 | 10100101 | 101 | 0 | 1001 | 11101 | 1011110 | 1010 | 1000100 |
Color Harmonies of #ACB5A5
Complementary color
Monochromatic Colors of #ACB5A5
Black with #ACB5A5
Text Example
Text Example
White with #ACB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5A5; }
p { color: rgb(172,181,165); }
H1.HeaderClassName
{
color: #ACB5A5;
}
.AnyTagClassName
{
color: #ACB5A5;
}
</style>
background-color css
<style>
a { background-color: #ACB5A5; }
a { background-color: rgb(172,181,165); }
div.DivClassName
{
background-color: #ACB5A5;
}
.BgClassName
{
background-color: #ACB5A5;
}
</style>
border-color css
<style>
span { border-color: #ACB5A5; }
span { border-color: rgb(172,181,165); }
td.TdClassName
{
border-color: #ACB5A5;
}
.TagClassName
{
border-color: #ACB5A5;
}
</style>