The following code returns an `AdobeRGBColor` with all NaNs: ```rust let color: AdobeRGBColor = Coord{x: -0.1, y: 100., z: -66.}.into(); ```