Shades of Silver Chalice #ADB9A3
Tints of Silver Chalice #ADB9A3
RGB
CMYK
RGB Variations
Color information
#ADB9A3 (or 0xADB9A3) is known color: Silver Chalice. HEX triplet: AD, B9 and A3. RGB value is (173,185,163). Sum of RGB (Red+Green+Blue) = 173+185+163=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A3 is #52465C. Grayscale: #B2B2B2. Windows color (decimal): -5391965 or 10729901. OLE color: 10729901.
HSL color Cylindrical-coordinate representation of color #ADB9A3: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB9A3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 163 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.27 |
| HSL | 92.73º | 0.14% | 0.68% | - |
| HSV(B) | 92.73º | 0.12% | 0.73% | - |
| XYZ | 41.19 | 46.23 | 41.4 | - |
| YUV | 178.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 163 | 0.06 | 0 | 0.12 | 0.27 | 92.73 | 0.14 | 0.68 |
| Hex | AD | B9 | A3 | 6 | 0 | C | 1B | 5D | E | 44 |
| Octal | 255 | 271 | 243 | 6 | 0 | 14 | 33 | 135 | 16 | 104 |
| Binary | 10101101 | 10111001 | 10100011 | 110 | 0 | 1100 | 11011 | 1011101 | 1110 | 1000100 |
Color Harmonies of #ADB9A3
Complementary color
Monochromatic Colors of #ADB9A3
Black with #ADB9A3
Text Example
Text Example
White with #ADB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9A3; }
p { color: rgb(173,185,163); }
H1.HeaderClassName
{
color: #ADB9A3;
}
.AnyTagClassName
{
color: #ADB9A3;
}
</style>
background-color css
<style>
a { background-color: #ADB9A3; }
a { background-color: rgb(173,185,163); }
div.DivClassName
{
background-color: #ADB9A3;
}
.BgClassName
{
background-color: #ADB9A3;
}
</style>
border-color css
<style>
span { border-color: #ADB9A3; }
span { border-color: rgb(173,185,163); }
td.TdClassName
{
border-color: #ADB9A3;
}
.TagClassName
{
border-color: #ADB9A3;
}
</style>