#ABAAAB (or 0xABAAAB) is unknown color: approx Lola. HEX triplet: AB, AA and AB. RGB value is (171,170,171). Sum of RGB (Red+Green+Blue) = 171+170+171=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAB is #545554. Grayscale: #AAAAAA. Windows color (decimal): -5526869 or 11250347. OLE color: 11250347.
HSL color Cylindrical-coordinate representation of color #ABAAAB: hue angle of 300º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABAAAB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
<style> p { color: #ABAAAB; } p { color: rgb(171,170,171); } H1.HeaderClassName { color: #ABAAAB; } .AnyTagClassName { color: #ABAAAB; } </style>
<style> a { background-color: #ABAAAB; } a { background-color: rgb(171,170,171); } div.DivClassName { background-color: #ABAAAB; } .BgClassName { background-color: #ABAAAB; } </style>
<style> span { border-color: #ABAAAB; } span { border-color: rgb(171,170,171); } td.TdClassName { border-color: #ABAAAB; } .TagClassName { border-color: #ABAAAB; } </style>