Convert RGB: #A3A3A3

Specify RGB Color

RGB (Red, Green, Blue) is the color model developed for screens. It is an Additive Color Model: if all parameters = 0 (#000000) , this means black, like a screen that is off. If all parameters are maximal (#FFFFFF), it's white.

RGB Color

#A3A3A3
RGB (Red Green Blue) Color Model is an Additive Color Model (if you don't add anything, it's black), used for screens.
closest color on the list of 216 colors that were safe for old 256-color screens.
Shade of grey with the same luminosity as this RGB color
Complementary Color: that is on the opposite side of the RGB color wheel, with opposite hue

Convert to other color models

CMYK (Cyan Magenta Yellow blacK) Color Model is a Subtractive Color Model ("if you don't add anything, it remains white"), used for printing with 4 colors.
0.3608, 0.3608, 0.3608
CMY (Cyan Magenta Yellow) Color Model is a Subtractive Color Model ("if you don't add anything, it remains white"), used for printing with 3 colors.
0.0000, 0.0000, 63.9216
HSV (Hue Saturation Value) Color Model is a cylindrical-coordinate representation of points in an RGB color model.
0.0000, 0.0000, 63.9216
HSL (Hue Saturation Luminosity) Color Model is a cylindrical-coordinate representation of points in an RGB color model.
34.8123, 36.6253, 39.8849
CIE XYZ color space (a.k.a. CIE 1931 color space) encompasses all color sensations that an average person can experience
36.6253, 0.3127, 0.3290
CIE Yxy color space is a rescaling of CIE XYZ with chrominance to [0 - 1] range
66.9949, 0.0038, -0.0074
The Lab color space describes mathematically all perceivable colors in the three dimensions L for lightness and a and b for the color opponents green–red and blue–yellow
66.9949, 0.0083, 296.8129
CIELab cube color space, where the cylindrical coordinates C* (chroma, relative saturation) and h° (hue angle, angle of the hue in the CIELab color wheel) are specified

Examples

Here are some lists of RGB colors:
  • HTML color names: e.g. NavajoWhite, SteelBlue
  • Websafe colors: e.g. #F60, #36C
  • References