Shades of Silver Chalice #ADB89F
Tints of Silver Chalice #ADB89F
RGB
CMYK
RGB Variations
Color information
#ADB89F (or 0xADB89F) is known color: Silver Chalice. HEX triplet: AD, B8 and 9F. RGB value is (173,184,159). Sum of RGB (Red+Green+Blue) = 173+184+159=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89F is #524760. Grayscale: #B1B1B1. Windows color (decimal): -5392225 or 10467501. OLE color: 10467501.
HSL color Cylindrical-coordinate representation of color #ADB89F: hue angle of 86.4º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB89F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 159 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.28 |
| HSL | 86.4º | 0.15% | 0.67% | - |
| HSV(B) | 86.4º | 0.14% | 0.72% | - |
| XYZ | 40.63 | 45.67 | 39.47 | - |
| YUV | 177.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 159 | 0.06 | 0 | 0.14 | 0.28 | 86.4 | 0.15 | 0.67 |
| Hex | AD | B8 | 9F | 6 | 0 | E | 1C | 56 | F | 43 |
| Octal | 255 | 270 | 237 | 6 | 0 | 16 | 34 | 126 | 17 | 103 |
| Binary | 10101101 | 10111000 | 10011111 | 110 | 0 | 1110 | 11100 | 1010110 | 1111 | 1000011 |
Color Harmonies of #ADB89F
Complementary color
Monochromatic Colors of #ADB89F
Black with #ADB89F
Text Example
Text Example
White with #ADB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB89F; }
p { color: rgb(173,184,159); }
H1.HeaderClassName
{
color: #ADB89F;
}
.AnyTagClassName
{
color: #ADB89F;
}
</style>
background-color css
<style>
a { background-color: #ADB89F; }
a { background-color: rgb(173,184,159); }
div.DivClassName
{
background-color: #ADB89F;
}
.BgClassName
{
background-color: #ADB89F;
}
</style>
border-color css
<style>
span { border-color: #ADB89F; }
span { border-color: rgb(173,184,159); }
td.TdClassName
{
border-color: #ADB89F;
}
.TagClassName
{
border-color: #ADB89F;
}
</style>