Shades of Silver Chalice #ADB4A6
Tints of Silver Chalice #ADB4A6
RGB
CMYK
RGB Variations
Color information
#ADB4A6 (or 0xADB4A6) is known color: Silver Chalice. HEX triplet: AD, B4 and A6. RGB value is (173,180,166). Sum of RGB (Red+Green+Blue) = 173+180+166=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A6 is #524B59. Grayscale: #B0B0B0. Windows color (decimal): -5393242 or 10925229. OLE color: 10925229.
HSL color Cylindrical-coordinate representation of color #ADB4A6: hue angle of 90º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB4A6 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 166 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.29 |
| HSL | 90º | 0.09% | 0.68% | - |
| HSV(B) | 90º | 0.08% | 0.71% | - |
| XYZ | 40.44 | 44.28 | 42.49 | - |
| YUV | 176.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 166 | 0.04 | 0 | 0.08 | 0.29 | 90 | 0.09 | 0.68 |
| Hex | AD | B4 | A6 | 4 | 0 | 8 | 1D | 5A | 9 | 44 |
| Octal | 255 | 264 | 246 | 4 | 0 | 10 | 35 | 132 | 11 | 104 |
| Binary | 10101101 | 10110100 | 10100110 | 100 | 0 | 1000 | 11101 | 1011010 | 1001 | 1000100 |
Color Harmonies of #ADB4A6
Complementary color
Monochromatic Colors of #ADB4A6
Black with #ADB4A6
Text Example
Text Example
White with #ADB4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4A6; }
p { color: rgb(173,180,166); }
H1.HeaderClassName
{
color: #ADB4A6;
}
.AnyTagClassName
{
color: #ADB4A6;
}
</style>
background-color css
<style>
a { background-color: #ADB4A6; }
a { background-color: rgb(173,180,166); }
div.DivClassName
{
background-color: #ADB4A6;
}
.BgClassName
{
background-color: #ADB4A6;
}
</style>
border-color css
<style>
span { border-color: #ADB4A6; }
span { border-color: rgb(173,180,166); }
td.TdClassName
{
border-color: #ADB4A6;
}
.TagClassName
{
border-color: #ADB4A6;
}
</style>