Shades of Silver Chalice #ADB79F
Tints of Silver Chalice #ADB79F
RGB
CMYK
RGB Variations
Color information
#ADB79F (or 0xADB79F) is known color: Silver Chalice. HEX triplet: AD, B7 and 9F. RGB value is (173,183,159). Sum of RGB (Red+Green+Blue) = 173+183+159=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB79F is #524860. Grayscale: #B1B1B1. Windows color (decimal): -5392481 or 10467245. OLE color: 10467245.
HSL color Cylindrical-coordinate representation of color #ADB79F: hue angle of 85º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB79F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 159 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.28 |
| HSL | 85º | 0.14% | 0.67% | - |
| HSV(B) | 85º | 0.13% | 0.72% | - |
| XYZ | 40.43 | 45.25 | 39.41 | - |
| YUV | 177.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 159 | 0.05 | 0 | 0.13 | 0.28 | 85 | 0.14 | 0.67 |
| Hex | AD | B7 | 9F | 5 | 0 | D | 1C | 55 | E | 43 |
| Octal | 255 | 267 | 237 | 5 | 0 | 15 | 34 | 125 | 16 | 103 |
| Binary | 10101101 | 10110111 | 10011111 | 101 | 0 | 1101 | 11100 | 1010101 | 1110 | 1000011 |
Color Harmonies of #ADB79F
Complementary color
Monochromatic Colors of #ADB79F
Black with #ADB79F
Text Example
Text Example
White with #ADB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB79F; }
p { color: rgb(173,183,159); }
H1.HeaderClassName
{
color: #ADB79F;
}
.AnyTagClassName
{
color: #ADB79F;
}
</style>
background-color css
<style>
a { background-color: #ADB79F; }
a { background-color: rgb(173,183,159); }
div.DivClassName
{
background-color: #ADB79F;
}
.BgClassName
{
background-color: #ADB79F;
}
</style>
border-color css
<style>
span { border-color: #ADB79F; }
span { border-color: rgb(173,183,159); }
td.TdClassName
{
border-color: #ADB79F;
}
.TagClassName
{
border-color: #ADB79F;
}
</style>