Shades of Silver Chalice #ADB6A5
Tints of Silver Chalice #ADB6A5
RGB
CMYK
RGB Variations
Color information
#ADB6A5 (or 0xADB6A5) is known color: Silver Chalice. HEX triplet: AD, B6 and A5. RGB value is (173,182,165). Sum of RGB (Red+Green+Blue) = 173+182+165=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6A5 is #52495A. Grayscale: #B1B1B1. Windows color (decimal): -5392731 or 10860205. OLE color: 10860205.
HSL color Cylindrical-coordinate representation of color #ADB6A5: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB6A5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 165 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.29 |
| HSL | 91.76º | 0.1% | 0.68% | - |
| HSV(B) | 91.76º | 0.09% | 0.71% | - |
| XYZ | 40.75 | 45.06 | 42.15 | - |
| YUV | 177.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 165 | 0.05 | 0 | 0.09 | 0.29 | 91.76 | 0.1 | 0.68 |
| Hex | AD | B6 | A5 | 5 | 0 | 9 | 1D | 5C | A | 44 |
| Octal | 255 | 266 | 245 | 5 | 0 | 11 | 35 | 134 | 12 | 104 |
| Binary | 10101101 | 10110110 | 10100101 | 101 | 0 | 1001 | 11101 | 1011100 | 1010 | 1000100 |
Color Harmonies of #ADB6A5
Complementary color
Monochromatic Colors of #ADB6A5
Black with #ADB6A5
Text Example
Text Example
White with #ADB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6A5; }
p { color: rgb(173,182,165); }
H1.HeaderClassName
{
color: #ADB6A5;
}
.AnyTagClassName
{
color: #ADB6A5;
}
</style>
background-color css
<style>
a { background-color: #ADB6A5; }
a { background-color: rgb(173,182,165); }
div.DivClassName
{
background-color: #ADB6A5;
}
.BgClassName
{
background-color: #ADB6A5;
}
</style>
border-color css
<style>
span { border-color: #ADB6A5; }
span { border-color: rgb(173,182,165); }
td.TdClassName
{
border-color: #ADB6A5;
}
.TagClassName
{
border-color: #ADB6A5;
}
</style>