Shades of Silver Chalice #ADB7A1
Tints of Silver Chalice #ADB7A1
RGB
CMYK
RGB Variations
Color information
#ADB7A1 (or 0xADB7A1) is known color: Silver Chalice. HEX triplet: AD, B7 and A1. RGB value is (173,183,161). Sum of RGB (Red+Green+Blue) = 173+183+161=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A1 is #52485E. Grayscale: #B1B1B1. Windows color (decimal): -5392479 or 10598317. OLE color: 10598317.
HSL color Cylindrical-coordinate representation of color #ADB7A1: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB7A1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 183 | 161 | - |
CMYK | 0.05 | 0 | 0.12 | 0.28 |
HSL | 87.27º | 0.13% | 0.67% | - |
HSV(B) | 87.27º | 0.12% | 0.72% | - |
XYZ | 40.6 | 45.32 | 40.33 | - |
YUV | 177.5 | 118.69 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 161 | 0.05 | 0 | 0.12 | 0.28 | 87.27 | 0.13 | 0.67 |
Hex | AD | B7 | A1 | 5 | 0 | C | 1C | 57 | D | 43 |
Octal | 255 | 267 | 241 | 5 | 0 | 14 | 34 | 127 | 15 | 103 |
Binary | 10101101 | 10110111 | 10100001 | 101 | 0 | 1100 | 11100 | 1010111 | 1101 | 1000011 |
Color Harmonies of #ADB7A1
Complementary color
Monochromatic Colors of #ADB7A1
Black with #ADB7A1
Text Example
Text Example
White with #ADB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7A1; }
p { color: rgb(173,183,161); }
H1.HeaderClassName
{
color: #ADB7A1;
}
.AnyTagClassName
{
color: #ADB7A1;
}
</style>
background-color css
<style>
a { background-color: #ADB7A1; }
a { background-color: rgb(173,183,161); }
div.DivClassName
{
background-color: #ADB7A1;
}
.BgClassName
{
background-color: #ADB7A1;
}
</style>
border-color css
<style>
span { border-color: #ADB7A1; }
span { border-color: rgb(173,183,161); }
td.TdClassName
{
border-color: #ADB7A1;
}
.TagClassName
{
border-color: #ADB7A1;
}
</style>