Shades of Silver Chalice #ADB1A9
Tints of Silver Chalice #ADB1A9
RGB
CMYK
RGB Variations
Color information
#ADB1A9 (or 0xADB1A9) is known color: Silver Chalice. HEX triplet: AD, B1 and A9. RGB value is (173,177,169). Sum of RGB (Red+Green+Blue) = 173+177+169=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A9 is #524E56. Grayscale: #AEAEAE. Windows color (decimal): -5394007 or 11121069. OLE color: 11121069.
HSL color Cylindrical-coordinate representation of color #ADB1A9: hue angle of 90º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 169 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.31 |
| HSL | 90º | 0.05% | 0.68% | - |
| HSV(B) | 90º | 0.05% | 0.69% | - |
| XYZ | 40.12 | 43.19 | 43.76 | - |
| YUV | 174.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 169 | 0.02 | 0 | 0.05 | 0.31 | 90 | 0.05 | 0.68 |
| Hex | AD | B1 | A9 | 2 | 0 | 5 | 1F | 5A | 5 | 44 |
| Octal | 255 | 261 | 251 | 2 | 0 | 5 | 37 | 132 | 5 | 104 |
| Binary | 10101101 | 10110001 | 10101001 | 10 | 0 | 101 | 11111 | 1011010 | 101 | 1000100 |
Color Harmonies of #ADB1A9
Complementary color
Monochromatic Colors of #ADB1A9
Black with #ADB1A9
Text Example
Text Example
White with #ADB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A9; }
p { color: rgb(173,177,169); }
H1.HeaderClassName
{
color: #ADB1A9;
}
.AnyTagClassName
{
color: #ADB1A9;
}
</style>
background-color css
<style>
a { background-color: #ADB1A9; }
a { background-color: rgb(173,177,169); }
div.DivClassName
{
background-color: #ADB1A9;
}
.BgClassName
{
background-color: #ADB1A9;
}
</style>
border-color css
<style>
span { border-color: #ADB1A9; }
span { border-color: rgb(173,177,169); }
td.TdClassName
{
border-color: #ADB1A9;
}
.TagClassName
{
border-color: #ADB1A9;
}
</style>