Shades of Silver Chalice #ACB3A8
Tints of Silver Chalice #ACB3A8
RGB
CMYK
RGB Variations
Color information
#ACB3A8 (or 0xACB3A8) is known color: Silver Chalice. HEX triplet: AC, B3 and A8. RGB value is (172,179,168). Sum of RGB (Red+Green+Blue) = 172+179+168=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3A8 is #534C57. Grayscale: #AFAFAF. Windows color (decimal): -5459032 or 11056044. OLE color: 11056044.
HSL color Cylindrical-coordinate representation of color #ACB3A8: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB3A8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 179 | 168 | - |
CMYK | 0.04 | 0 | 0.06 | 0.30 |
HSL | 98.18º | 0.07% | 0.68% | - |
HSV(B) | 98.18º | 0.06% | 0.7% | - |
XYZ | 40.2 | 43.84 | 43.39 | - |
YUV | 175.65 | 123.68 | 125.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 179 | 168 | 0.04 | 0 | 0.06 | 0.30 | 98.18 | 0.07 | 0.68 |
Hex | AC | B3 | A8 | 4 | 0 | 6 | 1E | 62 | 7 | 44 |
Octal | 254 | 263 | 250 | 4 | 0 | 6 | 36 | 142 | 7 | 104 |
Binary | 10101100 | 10110011 | 10101000 | 100 | 0 | 110 | 11110 | 1100010 | 111 | 1000100 |
Color Harmonies of #ACB3A8
Complementary color
Monochromatic Colors of #ACB3A8
Black with #ACB3A8
Text Example
Text Example
White with #ACB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3A8; }
p { color: rgb(172,179,168); }
H1.HeaderClassName
{
color: #ACB3A8;
}
.AnyTagClassName
{
color: #ACB3A8;
}
</style>
background-color css
<style>
a { background-color: #ACB3A8; }
a { background-color: rgb(172,179,168); }
div.DivClassName
{
background-color: #ACB3A8;
}
.BgClassName
{
background-color: #ACB3A8;
}
</style>
border-color css
<style>
span { border-color: #ACB3A8; }
span { border-color: rgb(172,179,168); }
td.TdClassName
{
border-color: #ACB3A8;
}
.TagClassName
{
border-color: #ACB3A8;
}
</style>