Shades of Silver Chalice #ACB5A4
Tints of Silver Chalice #ACB5A4
RGB
CMYK
RGB Variations
Color information
#ACB5A4 (or 0xACB5A4) is known color: Silver Chalice. HEX triplet: AC, B5 and A4. RGB value is (172,181,164). Sum of RGB (Red+Green+Blue) = 172+181+164=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A4 is #534A5B. Grayscale: #B0B0B0. Windows color (decimal): -5458524 or 10794412. OLE color: 10794412.
HSL color Cylindrical-coordinate representation of color #ACB5A4: hue angle of 91.76º 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 #ACB5A4 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 164 | - |
CMYK | 0.05 | 0 | 0.09 | 0.29 |
HSL | 91.76º | 0.1% | 0.68% | - |
HSV(B) | 91.76º | 0.09% | 0.71% | - |
XYZ | 40.24 | 44.5 | 41.59 | - |
YUV | 176.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 164 | 0.05 | 0 | 0.09 | 0.29 | 91.76 | 0.1 | 0.68 |
Hex | AC | B5 | A4 | 5 | 0 | 9 | 1D | 5C | A | 44 |
Octal | 254 | 265 | 244 | 5 | 0 | 11 | 35 | 134 | 12 | 104 |
Binary | 10101100 | 10110101 | 10100100 | 101 | 0 | 1001 | 11101 | 1011100 | 1010 | 1000100 |
Color Harmonies of #ACB5A4
Complementary color
Monochromatic Colors of #ACB5A4
Black with #ACB5A4
Text Example
Text Example
White with #ACB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5A4; }
p { color: rgb(172,181,164); }
H1.HeaderClassName
{
color: #ACB5A4;
}
.AnyTagClassName
{
color: #ACB5A4;
}
</style>
background-color css
<style>
a { background-color: #ACB5A4; }
a { background-color: rgb(172,181,164); }
div.DivClassName
{
background-color: #ACB5A4;
}
.BgClassName
{
background-color: #ACB5A4;
}
</style>
border-color css
<style>
span { border-color: #ACB5A4; }
span { border-color: rgb(172,181,164); }
td.TdClassName
{
border-color: #ACB5A4;
}
.TagClassName
{
border-color: #ACB5A4;
}
</style>