Shades of Silver Chalice #ADB0AB
Tints of Silver Chalice #ADB0AB
RGB
CMYK
RGB Variations
Color information
#ADB0AB (or 0xADB0AB) is known color: Silver Chalice. HEX triplet: AD, B0 and AB. RGB value is (173,176,171). Sum of RGB (Red+Green+Blue) = 173+176+171=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AB is #524F54. Grayscale: #AEAEAE. Windows color (decimal): -5394261 or 11251885. OLE color: 11251885.
HSL color Cylindrical-coordinate representation of color #ADB0AB: hue angle of 96º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB0AB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 171 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.31 |
| HSL | 96º | 0.03% | 0.68% | - |
| HSV(B) | 96º | 0.03% | 0.69% | - |
| XYZ | 40.11 | 42.88 | 44.69 | - |
| YUV | 174.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 171 | 0.02 | 0 | 0.03 | 0.31 | 96 | 0.03 | 0.68 |
| Hex | AD | B0 | AB | 2 | 0 | 3 | 1F | 60 | 3 | 44 |
| Octal | 255 | 260 | 253 | 2 | 0 | 3 | 37 | 140 | 3 | 104 |
| Binary | 10101101 | 10110000 | 10101011 | 10 | 0 | 11 | 11111 | 1100000 | 11 | 1000100 |
Color Harmonies of #ADB0AB
Complementary color
Monochromatic Colors of #ADB0AB
Black with #ADB0AB
Text Example
Text Example
White with #ADB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0AB; }
p { color: rgb(173,176,171); }
H1.HeaderClassName
{
color: #ADB0AB;
}
.AnyTagClassName
{
color: #ADB0AB;
}
</style>
background-color css
<style>
a { background-color: #ADB0AB; }
a { background-color: rgb(173,176,171); }
div.DivClassName
{
background-color: #ADB0AB;
}
.BgClassName
{
background-color: #ADB0AB;
}
</style>
border-color css
<style>
span { border-color: #ADB0AB; }
span { border-color: rgb(173,176,171); }
td.TdClassName
{
border-color: #ADB0AB;
}
.TagClassName
{
border-color: #ADB0AB;
}
</style>