Shades of Silver Chalice #ADB8A6
Tints of Silver Chalice #ADB8A6
RGB
CMYK
RGB Variations
Color information
#ADB8A6 (or 0xADB8A6) is known color: Silver Chalice. HEX triplet: AD, B8 and A6. RGB value is (173,184,166). Sum of RGB (Red+Green+Blue) = 173+184+166=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A6 is #524759. Grayscale: #B2B2B2. Windows color (decimal): -5392218 or 10926253. OLE color: 10926253.
HSL color Cylindrical-coordinate representation of color #ADB8A6: hue angle of 96.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB8A6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 166 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.28 |
| HSL | 96.67º | 0.11% | 0.69% | - |
| HSV(B) | 96.67º | 0.1% | 0.72% | - |
| XYZ | 41.26 | 45.92 | 42.77 | - |
| YUV | 178.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 166 | 0.06 | 0 | 0.10 | 0.28 | 96.67 | 0.11 | 0.69 |
| Hex | AD | B8 | A6 | 6 | 0 | A | 1C | 61 | B | 45 |
| Octal | 255 | 270 | 246 | 6 | 0 | 12 | 34 | 141 | 13 | 105 |
| Binary | 10101101 | 10111000 | 10100110 | 110 | 0 | 1010 | 11100 | 1100001 | 1011 | 1000101 |
Color Harmonies of #ADB8A6
Complementary color
Monochromatic Colors of #ADB8A6
Black with #ADB8A6
Text Example
Text Example
White with #ADB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8A6; }
p { color: rgb(173,184,166); }
H1.HeaderClassName
{
color: #ADB8A6;
}
.AnyTagClassName
{
color: #ADB8A6;
}
</style>
background-color css
<style>
a { background-color: #ADB8A6; }
a { background-color: rgb(173,184,166); }
div.DivClassName
{
background-color: #ADB8A6;
}
.BgClassName
{
background-color: #ADB8A6;
}
</style>
border-color css
<style>
span { border-color: #ADB8A6; }
span { border-color: rgb(173,184,166); }
td.TdClassName
{
border-color: #ADB8A6;
}
.TagClassName
{
border-color: #ADB8A6;
}
</style>