Shades of Silver Chalice #ADBB9F
Tints of Silver Chalice #ADBB9F
RGB
CMYK
RGB Variations
Color information
#ADBB9F (or 0xADBB9F) is known color: Silver Chalice. HEX triplet: AD, BB and 9F. RGB value is (173,187,159). Sum of RGB (Red+Green+Blue) = 173+187+159=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB9F is #524460. Grayscale: #B3B3B3. Windows color (decimal): -5391457 or 10468269. OLE color: 10468269.
HSL color Cylindrical-coordinate representation of color #ADBB9F: hue angle of 90º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBB9F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 159 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.27 |
| HSL | 90º | 0.17% | 0.68% | - |
| HSV(B) | 90º | 0.15% | 0.73% | - |
| XYZ | 41.26 | 46.93 | 39.68 | - |
| YUV | 179.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 159 | 0.07 | 0 | 0.15 | 0.27 | 90 | 0.17 | 0.68 |
| Hex | AD | BB | 9F | 7 | 0 | F | 1B | 5A | 11 | 44 |
| Octal | 255 | 273 | 237 | 7 | 0 | 17 | 33 | 132 | 21 | 104 |
| Binary | 10101101 | 10111011 | 10011111 | 111 | 0 | 1111 | 11011 | 1011010 | 10001 | 1000100 |
Color Harmonies of #ADBB9F
Complementary color
Monochromatic Colors of #ADBB9F
Black with #ADBB9F
Text Example
Text Example
White with #ADBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB9F; }
p { color: rgb(173,187,159); }
H1.HeaderClassName
{
color: #ADBB9F;
}
.AnyTagClassName
{
color: #ADBB9F;
}
</style>
background-color css
<style>
a { background-color: #ADBB9F; }
a { background-color: rgb(173,187,159); }
div.DivClassName
{
background-color: #ADBB9F;
}
.BgClassName
{
background-color: #ADBB9F;
}
</style>
border-color css
<style>
span { border-color: #ADBB9F; }
span { border-color: rgb(173,187,159); }
td.TdClassName
{
border-color: #ADBB9F;
}
.TagClassName
{
border-color: #ADBB9F;
}
</style>