Shades of Silver Chalice #ACB2A3
Tints of Silver Chalice #ACB2A3
RGB
CMYK
RGB Variations
Color information
#ACB2A3 (or 0xACB2A3) is known color: Silver Chalice. HEX triplet: AC, B2 and A3. RGB value is (172,178,163). Sum of RGB (Red+Green+Blue) = 172+178+163=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2A3 is #534D5C. Grayscale: #AEAEAE. Windows color (decimal): -5459293 or 10728108. OLE color: 10728108.
HSL color Cylindrical-coordinate representation of color #ACB2A3: hue angle of 84º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB2A3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 163 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.30 |
| HSL | 84º | 0.09% | 0.67% | - |
| HSV(B) | 84º | 0.08% | 0.7% | - |
| XYZ | 39.54 | 43.26 | 40.92 | - |
| YUV | 174.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 163 | 0.03 | 0 | 0.08 | 0.30 | 84 | 0.09 | 0.67 |
| Hex | AC | B2 | A3 | 3 | 0 | 8 | 1E | 54 | 9 | 43 |
| Octal | 254 | 262 | 243 | 3 | 0 | 10 | 36 | 124 | 11 | 103 |
| Binary | 10101100 | 10110010 | 10100011 | 11 | 0 | 1000 | 11110 | 1010100 | 1001 | 1000011 |
Color Harmonies of #ACB2A3
Complementary color
Monochromatic Colors of #ACB2A3
Black with #ACB2A3
Text Example
Text Example
White with #ACB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2A3; }
p { color: rgb(172,178,163); }
H1.HeaderClassName
{
color: #ACB2A3;
}
.AnyTagClassName
{
color: #ACB2A3;
}
</style>
background-color css
<style>
a { background-color: #ACB2A3; }
a { background-color: rgb(172,178,163); }
div.DivClassName
{
background-color: #ACB2A3;
}
.BgClassName
{
background-color: #ACB2A3;
}
</style>
border-color css
<style>
span { border-color: #ACB2A3; }
span { border-color: rgb(172,178,163); }
td.TdClassName
{
border-color: #ACB2A3;
}
.TagClassName
{
border-color: #ACB2A3;
}
</style>