jQuery a:hover color

jQuery a:hover color

Hello,

I have an anchor tag, whose css is defined as follows.

a:hover {
      color : #D26833 ;
}

So, my question is how can we get hover color of anchor tag using jQuery ?