#ac2014 color space conversions
Hex:
        #ac2014
        RGB:
        172, 32, 20
        CMY:
        33, 87, 92
        CMYK:
        0, 81, 88, 33
      HSL:
        5°, 79.1667%, 37.6471%
        HSV (HSB):
        5°, 88.3721%, 67.4510%
        XYZ:
        17.6560, 9.8542, 1.6333
        xyY:
        0.6058, 0.3381, 9.8542
      CIE-Lab:
        37.5794, 54.3452, 43.0537
        CIE-LCH:
        37.5794, 69.3327, 38.3871
        CIE-Luv:
        37.5794, 105.8637, 25.5146
        Hunter-Lab:
        31.3914, 45.4622, 18.8891
      #ac2014 color charts
#ac2014 RGB chart
      #ac2014 CMYK chart
      #ac2014 RGB pie chart
      #ac2014 color shades, tints & tones
#ac2014 color schemes
#ac2014 color preview, HTML & CSS examples
           This text has a color of #ac2014        
        
          <p style="color:#ac2014;">Text here</p>
        
        
          .mytext {color:#ac2014;}
        
        Text color #ac2014
      
           This box has a color of #ac2014        
        
          <div style="background-color:#ac2014;">Content here</div>
        
        
          .mybackground {background-color:#ac2014;}
        
        Background color #ac2014
      
           Border around this has a color of #ac2014        
        
          <div style="border:2px solid #ac2014;">Content here</div>
        
        
          .myborder {border:2px solid #ac2014;}
        
        Border color #ac2014