I'm having a severe senior moment ...
I cannot remember how I obtained the following information in two tables:
Value Red Green Blue Opacity Count
11 0.28000000000 0.42000000000 0.63000000000 1.00000000000 3487.00000000000
21 0.87000000000 0.79000000000 0.79000000000 1.00000000000 2822.00000000000
...
Value Red Green Blue Opacity Land_Cover
11 0.27843137255 0.41960784314 0.62745098039 1.00000000000 Open Water
21 0.86666666667 0.78823529412 0.78823529412 1.00000000000 Developed, Open Space
...
I'm working with 2 NLCD raster datasets and masked them with the same county polygon.
I applied the colormap that I exported from the original NLCD
I then ran some tool, and probably exported the tables.
The RGB values are useful - if you multiply each by 256, you get the individual RGB numbers used in the colormap,
and can use them to match the colors in Excel.
I'm using ArcMap 10.1 and not always this much of an idiot ...
Looking at the datasets in file explorer, I can see:
xyz.tif
xyz.tif.aux.xml
xyz.tif.vat.dbf <--- the data shows in this one
xyz.tif.xml
xyz.tif.tfw
How is the .vat file created?