#a00d01 color space conversions
Hex:
        #a00d01
        RGB:
        160, 13, 1
        CMY:
        37, 95, 100
        CMYK:
        0, 92, 99, 37
      HSL:
        5°, 98.7578%, 31.5686%
        HSV (HSB):
        5°, 99.3750%, 62.7451%
        XYZ:
        14.6466, 7.7636, 0.7553
        xyY:
        0.6323, 0.3351, 7.7636
      CIE-Lab:
        33.4857, 54.7623, 46.9308
        CIE-LCH:
        33.4857, 72.1208, 40.5963
        CIE-Luv:
        33.4857, 105.1057, 24.1933
        Hunter-Lab:
        27.8633, 45.0696, 17.8971
      #a00d01 color charts
#a00d01 RGB chart
      #a00d01 CMYK chart
      #a00d01 RGB pie chart
      #a00d01 color shades, tints & tones
#a00d01 color schemes
#a00d01 color preview, HTML & CSS examples
           This text has a color of #a00d01        
        
          <p style="color:#a00d01;">Text here</p>
        
        
          .mytext {color:#a00d01;}
        
        Text color #a00d01
      
           This box has a color of #a00d01        
        
          <div style="background-color:#a00d01;">Content here</div>
        
        
          .mybackground {background-color:#a00d01;}
        
        Background color #a00d01
      
           Border around this has a color of #a00d01        
        
          <div style="border:2px solid #a00d01;">Content here</div>
        
        
          .myborder {border:2px solid #a00d01;}
        
        Border color #a00d01