Shades of Silver Chalice #ADB99D
Tints of Silver Chalice #ADB99D
RGB
CMYK
RGB Variations
Color information
#ADB99D (or 0xADB99D) is known color: Silver Chalice. HEX triplet: AD, B9 and 9D. RGB value is (173,185,157). Sum of RGB (Red+Green+Blue) = 173+185+157=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB99D is #524662. Grayscale: #B2B2B2. Windows color (decimal): -5391971 or 10336685. OLE color: 10336685.
HSL color Cylindrical-coordinate representation of color #ADB99D: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB99D is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 157 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.27 |
| HSL | 85.71º | 0.17% | 0.67% | - |
| HSV(B) | 85.71º | 0.15% | 0.73% | - |
| XYZ | 40.67 | 46.02 | 38.64 | - |
| YUV | 178.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 157 | 0.06 | 0 | 0.15 | 0.27 | 85.71 | 0.17 | 0.67 |
| Hex | AD | B9 | 9D | 6 | 0 | F | 1B | 56 | 11 | 43 |
| Octal | 255 | 271 | 235 | 6 | 0 | 17 | 33 | 126 | 21 | 103 |
| Binary | 10101101 | 10111001 | 10011101 | 110 | 0 | 1111 | 11011 | 1010110 | 10001 | 1000011 |
Color Harmonies of #ADB99D
Complementary color
Monochromatic Colors of #ADB99D
Black with #ADB99D
Text Example
Text Example
White with #ADB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB99D; }
p { color: rgb(173,185,157); }
H1.HeaderClassName
{
color: #ADB99D;
}
.AnyTagClassName
{
color: #ADB99D;
}
</style>
background-color css
<style>
a { background-color: #ADB99D; }
a { background-color: rgb(173,185,157); }
div.DivClassName
{
background-color: #ADB99D;
}
.BgClassName
{
background-color: #ADB99D;
}
</style>
border-color css
<style>
span { border-color: #ADB99D; }
span { border-color: rgb(173,185,157); }
td.TdClassName
{
border-color: #ADB99D;
}
.TagClassName
{
border-color: #ADB99D;
}
</style>