Shades of Silver Chalice #ACADAB
Tints of Silver Chalice #ACADAB
RGB
CMYK
RGB Variations
Color information
#ACADAB (or 0xACADAB) is known color: Silver Chalice. HEX triplet: AC, AD and AB. RGB value is (172,173,171). Sum of RGB (Red+Green+Blue) = 172+173+171=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADAB is #535254. Grayscale: #ACACAC. Windows color (decimal): -5460565 or 11251116. OLE color: 11251116.
HSL color Cylindrical-coordinate representation of color #ACADAB: hue angle of 90º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ACADAB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 171 | - |
CMYK | 0.01 | 0 | 0.01 | 0.32 |
HSL | 90º | 0.01% | 0.67% | - |
HSV(B) | 90º | 0.01% | 0.68% | - |
XYZ | 39.31 | 41.6 | 44.49 | - |
YUV | 172.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 171 | 0.01 | 0 | 0.01 | 0.32 | 90 | 0.01 | 0.67 |
Hex | AC | AD | AB | 1 | 0 | 1 | 20 | 5A | 1 | 43 |
Octal | 254 | 255 | 253 | 1 | 0 | 1 | 40 | 132 | 1 | 103 |
Binary | 10101100 | 10101101 | 10101011 | 1 | 0 | 1 | 100000 | 1011010 | 1 | 1000011 |
Color Harmonies of #ACADAB
Complementary color
Monochromatic Colors of #ACADAB
Black with #ACADAB
Text Example
Text Example
White with #ACADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADAB; }
p { color: rgb(172,173,171); }
H1.HeaderClassName
{
color: #ACADAB;
}
.AnyTagClassName
{
color: #ACADAB;
}
</style>
background-color css
<style>
a { background-color: #ACADAB; }
a { background-color: rgb(172,173,171); }
div.DivClassName
{
background-color: #ACADAB;
}
.BgClassName
{
background-color: #ACADAB;
}
</style>
border-color css
<style>
span { border-color: #ACADAB; }
span { border-color: rgb(172,173,171); }
td.TdClassName
{
border-color: #ACADAB;
}
.TagClassName
{
border-color: #ACADAB;
}
</style>