Shades of Silver Chalice #ADB1A6
Tints of Silver Chalice #ADB1A6
RGB
CMYK
RGB Variations
Color information
#ADB1A6 (or 0xADB1A6) is known color: Silver Chalice. HEX triplet: AD, B1 and A6. RGB value is (173,177,166). Sum of RGB (Red+Green+Blue) = 173+177+166=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A6 is #524E59. Grayscale: #AEAEAE. Windows color (decimal): -5394010 or 10924461. OLE color: 10924461.
HSL color Cylindrical-coordinate representation of color #ADB1A6: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB1A6 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 166 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.31 |
| HSL | 81.82º | 0.07% | 0.67% | - |
| HSV(B) | 81.82º | 0.06% | 0.69% | - |
| XYZ | 39.84 | 43.08 | 42.29 | - |
| YUV | 174.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 166 | 0.02 | 0 | 0.06 | 0.31 | 81.82 | 0.07 | 0.67 |
| Hex | AD | B1 | A6 | 2 | 0 | 6 | 1F | 52 | 7 | 43 |
| Octal | 255 | 261 | 246 | 2 | 0 | 6 | 37 | 122 | 7 | 103 |
| Binary | 10101101 | 10110001 | 10100110 | 10 | 0 | 110 | 11111 | 1010010 | 111 | 1000011 |
Color Harmonies of #ADB1A6
Complementary color
Monochromatic Colors of #ADB1A6
Black with #ADB1A6
Text Example
Text Example
White with #ADB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A6; }
p { color: rgb(173,177,166); }
H1.HeaderClassName
{
color: #ADB1A6;
}
.AnyTagClassName
{
color: #ADB1A6;
}
</style>
background-color css
<style>
a { background-color: #ADB1A6; }
a { background-color: rgb(173,177,166); }
div.DivClassName
{
background-color: #ADB1A6;
}
.BgClassName
{
background-color: #ADB1A6;
}
</style>
border-color css
<style>
span { border-color: #ADB1A6; }
span { border-color: rgb(173,177,166); }
td.TdClassName
{
border-color: #ADB1A6;
}
.TagClassName
{
border-color: #ADB1A6;
}
</style>