Shades of Silver Chalice #ADB3A3
Tints of Silver Chalice #ADB3A3
RGB
CMYK
RGB Variations
Color information
#ADB3A3 (or 0xADB3A3) is known color: Silver Chalice. HEX triplet: AD, B3 and A3. RGB value is (173,179,163). Sum of RGB (Red+Green+Blue) = 173+179+163=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A3 is #524C5C. Grayscale: #AFAFAF. Windows color (decimal): -5393501 or 10728365. OLE color: 10728365.
HSL color Cylindrical-coordinate representation of color #ADB3A3: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB3A3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 163 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.30 |
| HSL | 82.5º | 0.1% | 0.67% | - |
| HSV(B) | 82.5º | 0.09% | 0.7% | - |
| XYZ | 39.96 | 43.77 | 40.99 | - |
| YUV | 175.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 163 | 0.03 | 0 | 0.09 | 0.30 | 82.5 | 0.1 | 0.67 |
| Hex | AD | B3 | A3 | 3 | 0 | 9 | 1E | 52 | A | 43 |
| Octal | 255 | 263 | 243 | 3 | 0 | 11 | 36 | 122 | 12 | 103 |
| Binary | 10101101 | 10110011 | 10100011 | 11 | 0 | 1001 | 11110 | 1010010 | 1010 | 1000011 |
Color Harmonies of #ADB3A3
Complementary color
Monochromatic Colors of #ADB3A3
Black with #ADB3A3
Text Example
Text Example
White with #ADB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3A3; }
p { color: rgb(173,179,163); }
H1.HeaderClassName
{
color: #ADB3A3;
}
.AnyTagClassName
{
color: #ADB3A3;
}
</style>
background-color css
<style>
a { background-color: #ADB3A3; }
a { background-color: rgb(173,179,163); }
div.DivClassName
{
background-color: #ADB3A3;
}
.BgClassName
{
background-color: #ADB3A3;
}
</style>
border-color css
<style>
span { border-color: #ADB3A3; }
span { border-color: rgb(173,179,163); }
td.TdClassName
{
border-color: #ADB3A3;
}
.TagClassName
{
border-color: #ADB3A3;
}
</style>