Shades of Silver Chalice #ADB3A8
Tints of Silver Chalice #ADB3A8
RGB
CMYK
RGB Variations
Color information
#ADB3A8 (or 0xADB3A8) is known color: Silver Chalice. HEX triplet: AD, B3 and A8. RGB value is (173,179,168). Sum of RGB (Red+Green+Blue) = 173+179+168=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A8 is #524C57. Grayscale: #AFAFAF. Windows color (decimal): -5393496 or 11056045. OLE color: 11056045.
HSL color Cylindrical-coordinate representation of color #ADB3A8: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB3A8 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 179 | 168 | - |
CMYK | 0.03 | 0 | 0.06 | 0.30 |
HSL | 92.73º | 0.07% | 0.68% | - |
HSV(B) | 92.73º | 0.06% | 0.7% | - |
XYZ | 40.42 | 43.95 | 43.4 | - |
YUV | 175.95 | 123.51 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 179 | 168 | 0.03 | 0 | 0.06 | 0.30 | 92.73 | 0.07 | 0.68 |
Hex | AD | B3 | A8 | 3 | 0 | 6 | 1E | 5D | 7 | 44 |
Octal | 255 | 263 | 250 | 3 | 0 | 6 | 36 | 135 | 7 | 104 |
Binary | 10101101 | 10110011 | 10101000 | 11 | 0 | 110 | 11110 | 1011101 | 111 | 1000100 |
Color Harmonies of #ADB3A8
Complementary color
Monochromatic Colors of #ADB3A8
Black with #ADB3A8
Text Example
Text Example
White with #ADB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3A8; }
p { color: rgb(173,179,168); }
H1.HeaderClassName
{
color: #ADB3A8;
}
.AnyTagClassName
{
color: #ADB3A8;
}
</style>
background-color css
<style>
a { background-color: #ADB3A8; }
a { background-color: rgb(173,179,168); }
div.DivClassName
{
background-color: #ADB3A8;
}
.BgClassName
{
background-color: #ADB3A8;
}
</style>
border-color css
<style>
span { border-color: #ADB3A8; }
span { border-color: rgb(173,179,168); }
td.TdClassName
{
border-color: #ADB3A8;
}
.TagClassName
{
border-color: #ADB3A8;
}
</style>