Shades of Silver Chalice #ADB3A1
Tints of Silver Chalice #ADB3A1
RGB
CMYK
RGB Variations
Color information
#ADB3A1 (or 0xADB3A1) is known color: Silver Chalice. HEX triplet: AD, B3 and A1. RGB value is (173,179,161). Sum of RGB (Red+Green+Blue) = 173+179+161=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A1 is #524C5E. Grayscale: #AFAFAF. Windows color (decimal): -5393503 or 10597293. OLE color: 10597293.
HSL color Cylindrical-coordinate representation of color #ADB3A1: hue angle of 80º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB3A1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 161 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.30 |
| HSL | 80º | 0.11% | 0.67% | - |
| HSV(B) | 80º | 0.1% | 0.7% | - |
| XYZ | 39.79 | 43.7 | 40.06 | - |
| YUV | 175.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 161 | 0.03 | 0 | 0.10 | 0.30 | 80 | 0.11 | 0.67 |
| Hex | AD | B3 | A1 | 3 | 0 | A | 1E | 50 | B | 43 |
| Octal | 255 | 263 | 241 | 3 | 0 | 12 | 36 | 120 | 13 | 103 |
| Binary | 10101101 | 10110011 | 10100001 | 11 | 0 | 1010 | 11110 | 1010000 | 1011 | 1000011 |
Color Harmonies of #ADB3A1
Complementary color
Monochromatic Colors of #ADB3A1
Black with #ADB3A1
Text Example
Text Example
White with #ADB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3A1; }
p { color: rgb(173,179,161); }
H1.HeaderClassName
{
color: #ADB3A1;
}
.AnyTagClassName
{
color: #ADB3A1;
}
</style>
background-color css
<style>
a { background-color: #ADB3A1; }
a { background-color: rgb(173,179,161); }
div.DivClassName
{
background-color: #ADB3A1;
}
.BgClassName
{
background-color: #ADB3A1;
}
</style>
border-color css
<style>
span { border-color: #ADB3A1; }
span { border-color: rgb(173,179,161); }
td.TdClassName
{
border-color: #ADB3A1;
}
.TagClassName
{
border-color: #ADB3A1;
}
</style>