Shades of Silver Chalice #ADB0AA
Tints of Silver Chalice #ADB0AA
RGB
CMYK
RGB Variations
Color information
#ADB0AA (or 0xADB0AA) is known color: Silver Chalice. HEX triplet: AD, B0 and AA. RGB value is (173,176,170). Sum of RGB (Red+Green+Blue) = 173+176+170=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AA is #524F55. Grayscale: #AEAEAE. Windows color (decimal): -5394262 or 11186349. OLE color: 11186349.
HSL color Cylindrical-coordinate representation of color #ADB0AA: hue angle of 90º degrees, saturation: 0.04, 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 #ADB0AA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 170 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.31 |
| HSL | 90º | 0.04% | 0.68% | - |
| HSV(B) | 90º | 0.03% | 0.69% | - |
| XYZ | 40.01 | 42.84 | 44.19 | - |
| YUV | 174.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 170 | 0.02 | 0 | 0.03 | 0.31 | 90 | 0.04 | 0.68 |
| Hex | AD | B0 | AA | 2 | 0 | 3 | 1F | 5A | 4 | 44 |
| Octal | 255 | 260 | 252 | 2 | 0 | 3 | 37 | 132 | 4 | 104 |
| Binary | 10101101 | 10110000 | 10101010 | 10 | 0 | 11 | 11111 | 1011010 | 100 | 1000100 |
Color Harmonies of #ADB0AA
Complementary color
Monochromatic Colors of #ADB0AA
Black with #ADB0AA
Text Example
Text Example
White with #ADB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0AA; }
p { color: rgb(173,176,170); }
H1.HeaderClassName
{
color: #ADB0AA;
}
.AnyTagClassName
{
color: #ADB0AA;
}
</style>
background-color css
<style>
a { background-color: #ADB0AA; }
a { background-color: rgb(173,176,170); }
div.DivClassName
{
background-color: #ADB0AA;
}
.BgClassName
{
background-color: #ADB0AA;
}
</style>
border-color css
<style>
span { border-color: #ADB0AA; }
span { border-color: rgb(173,176,170); }
td.TdClassName
{
border-color: #ADB0AA;
}
.TagClassName
{
border-color: #ADB0AA;
}
</style>