Shades of Silver Chalice #ADB9A5
Tints of Silver Chalice #ADB9A5
RGB
CMYK
RGB Variations
Color information
#ADB9A5 (or 0xADB9A5) is known color: Silver Chalice. HEX triplet: AD, B9 and A5. RGB value is (173,185,165). Sum of RGB (Red+Green+Blue) = 173+185+165=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A5 is #52465A. Grayscale: #B3B3B3. Windows color (decimal): -5391963 or 10860973. OLE color: 10860973.
HSL color Cylindrical-coordinate representation of color #ADB9A5: hue angle of 96º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB9A5 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 165 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.27 |
| HSL | 96º | 0.13% | 0.69% | - |
| HSV(B) | 96º | 0.11% | 0.73% | - |
| XYZ | 41.37 | 46.3 | 42.35 | - |
| YUV | 179.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 165 | 0.06 | 0 | 0.11 | 0.27 | 96 | 0.13 | 0.69 |
| Hex | AD | B9 | A5 | 6 | 0 | B | 1B | 60 | C | 45 |
| Octal | 255 | 271 | 245 | 6 | 0 | 13 | 33 | 140 | 14 | 105 |
| Binary | 10101101 | 10111001 | 10100101 | 110 | 0 | 1011 | 11011 | 1100000 | 1100 | 1000101 |
Color Harmonies of #ADB9A5
Complementary color
Monochromatic Colors of #ADB9A5
Black with #ADB9A5
Text Example
Text Example
White with #ADB9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9A5; }
p { color: rgb(173,185,165); }
H1.HeaderClassName
{
color: #ADB9A5;
}
.AnyTagClassName
{
color: #ADB9A5;
}
</style>
background-color css
<style>
a { background-color: #ADB9A5; }
a { background-color: rgb(173,185,165); }
div.DivClassName
{
background-color: #ADB9A5;
}
.BgClassName
{
background-color: #ADB9A5;
}
</style>
border-color css
<style>
span { border-color: #ADB9A5; }
span { border-color: rgb(173,185,165); }
td.TdClassName
{
border-color: #ADB9A5;
}
.TagClassName
{
border-color: #ADB9A5;
}
</style>