#A64000 (or 0xA64000) is unknown color: approx Rust. HEX triplet: A6, 40 and 00. RGB value is (166,64,0). Sum of RGB (Red+Green+Blue) = 166+64+0=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A64000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64000 is #59BFFF. Grayscale: #575757. Windows color (decimal): -5881856 or 16550. OLE color: 16550.
HSL color Cylindrical-coordinate representation of color #A64000: hue angle of 23.13º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A64000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.
<style> p { color: #a64000; } p { color: rgb(166,64,0); } H1.HeaderClassName { color: #a64000; } .AnyTagClassName { color: #a64000; } </style>
<style> a { background-color: #a64000; } a { background-color: rgb(166,64,0); } div.DivClassName { background-color: #a64000; } .BgClassName { background-color: #a64000; } </style>
<style> span { border-color: #a64000; } span { border-color: rgb(166,64,0); } td.TdClassName { border-color: #a64000; } .TagClassName { border-color: #a64000; } </style>