Grab
ColorCop, a free download. It is invaluable when working with colours. It will return a value like - &H86553D (grabbed from the blue bands in this forum's default style) which you can use in your code e.g.
Code:
Selection.Font.Color = &H86553D
I use it to match Word colours to clients' corporate styles.