In digital image processing, a grayscale pixel's brightness level is stored as an 8-bit denary integer ranging from 0 (representing pure black) to 255 (representing pure white).
Convert a pixel brightness level of 173 to its 8-bit binary representation.