Shades of Silver Chalice #ADBBA1
Tints of Silver Chalice #ADBBA1
RGB
CMYK
RGB Variations
Color information
#ADBBA1 (or 0xADBBA1) is known color: Silver Chalice. HEX triplet: AD, BB and A1. RGB value is (173,187,161). Sum of RGB (Red+Green+Blue) = 173+187+161=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA1 is #52445E. Grayscale: #B3B3B3. Windows color (decimal): -5391455 or 10599341. OLE color: 10599341.
HSL color Cylindrical-coordinate representation of color #ADBBA1: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 161 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.27 |
| HSL | 92.31º | 0.16% | 0.68% | - |
| HSV(B) | 92.31º | 0.14% | 0.73% | - |
| XYZ | 41.44 | 47 | 40.61 | - |
| YUV | 179.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 161 | 0.07 | 0 | 0.14 | 0.27 | 92.31 | 0.16 | 0.68 |
| Hex | AD | BB | A1 | 7 | 0 | E | 1B | 5C | 10 | 44 |
| Octal | 255 | 273 | 241 | 7 | 0 | 16 | 33 | 134 | 20 | 104 |
| Binary | 10101101 | 10111011 | 10100001 | 111 | 0 | 1110 | 11011 | 1011100 | 10000 | 1000100 |
Color Harmonies of #ADBBA1
Complementary color
Monochromatic Colors of #ADBBA1
Black with #ADBBA1
Text Example
Text Example
White with #ADBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBA1; }
p { color: rgb(173,187,161); }
H1.HeaderClassName
{
color: #ADBBA1;
}
.AnyTagClassName
{
color: #ADBBA1;
}
</style>
background-color css
<style>
a { background-color: #ADBBA1; }
a { background-color: rgb(173,187,161); }
div.DivClassName
{
background-color: #ADBBA1;
}
.BgClassName
{
background-color: #ADBBA1;
}
</style>
border-color css
<style>
span { border-color: #ADBBA1; }
span { border-color: rgb(173,187,161); }
td.TdClassName
{
border-color: #ADBBA1;
}
.TagClassName
{
border-color: #ADBBA1;
}
</style>