#A55000 (or 0xA55000) is unknown color: approx Rust. HEX triplet: A5, 50 and 00. RGB value is (165,80,0). Sum of RGB (Red+Green+Blue) = 165+80+0=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A55000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55000 is #5AAFFF. Grayscale: #606060. Windows color (decimal): -5943296 or 20645. OLE color: 20645.
HSL color Cylindrical-coordinate representation of color #A55000: hue angle of 29.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A55000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.35.
<style> p { color: #A55000; } p { color: rgb(165,80,0); } H1.HeaderClassName { color: #A55000; } .AnyTagClassName { color: #A55000; } </style>
<style> a { background-color: #A55000; } a { background-color: rgb(165,80,0); } div.DivClassName { background-color: #A55000; } .BgClassName { background-color: #A55000; } </style>
<style> span { border-color: #A55000; } span { border-color: rgb(165,80,0); } td.TdClassName { border-color: #A55000; } .TagClassName { border-color: #A55000; } </style>