Shades of Silver Chalice #ADBAA0
Tints of Silver Chalice #ADBAA0
RGB
CMYK
RGB Variations
Color information
#ADBAA0 (or 0xADBAA0) is known color: Silver Chalice. HEX triplet: AD, BA and A0. RGB value is (173,186,160). Sum of RGB (Red+Green+Blue) = 173+186+160=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA0 is #52455F. Grayscale: #B3B3B3. Windows color (decimal): -5391712 or 10533549. OLE color: 10533549.
HSL color Cylindrical-coordinate representation of color #ADBAA0: hue angle of 90º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBAA0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 160 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.27 |
| HSL | 90º | 0.16% | 0.68% | - |
| HSV(B) | 90º | 0.14% | 0.73% | - |
| XYZ | 41.14 | 46.54 | 40.07 | - |
| YUV | 179.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 160 | 0.07 | 0 | 0.14 | 0.27 | 90 | 0.16 | 0.68 |
| Hex | AD | BA | A0 | 7 | 0 | E | 1B | 5A | 10 | 44 |
| Octal | 255 | 272 | 240 | 7 | 0 | 16 | 33 | 132 | 20 | 104 |
| Binary | 10101101 | 10111010 | 10100000 | 111 | 0 | 1110 | 11011 | 1011010 | 10000 | 1000100 |
Color Harmonies of #ADBAA0
Complementary color
Monochromatic Colors of #ADBAA0
Black with #ADBAA0
Text Example
Text Example
White with #ADBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAA0; }
p { color: rgb(173,186,160); }
H1.HeaderClassName
{
color: #ADBAA0;
}
.AnyTagClassName
{
color: #ADBAA0;
}
</style>
background-color css
<style>
a { background-color: #ADBAA0; }
a { background-color: rgb(173,186,160); }
div.DivClassName
{
background-color: #ADBAA0;
}
.BgClassName
{
background-color: #ADBAA0;
}
</style>
border-color css
<style>
span { border-color: #ADBAA0; }
span { border-color: rgb(173,186,160); }
td.TdClassName
{
border-color: #ADBAA0;
}
.TagClassName
{
border-color: #ADBAA0;
}
</style>