#a1975b color space conversions
Hex:
        #a1975b
        RGB:
        161, 151, 91
        CMY:
        37, 41, 64
        CMYK:
        0, 6, 43, 37
      HSL:
        51°, 27.7778%, 49.4118%
        HSV (HSB):
        51°, 43.4783%, 63.1373%
        XYZ:
        27.6529, 30.4656, 14.3205
        xyY:
        0.3817, 0.4206, 30.4656
      CIE-Lab:
        62.0539, -5.1271, 32.8659
        CIE-LCH:
        62.0539, 33.2634, 98.8668
        CIE-Luv:
        62.0539, 9.5280, 41.4313
        Hunter-Lab:
        55.1957, -7.1644, 23.2542
      #a1975b color charts
#a1975b RGB chart
      #a1975b CMYK chart
      #a1975b RGB pie chart
      #a1975b color shades, tints & tones
#a1975b color schemes
#a1975b color preview, HTML & CSS examples
           This text has a color of #a1975b        
        
          <p style="color:#a1975b;">Text here</p>
        
        
          .mytext {color:#a1975b;}
        
        Text color #a1975b
      
           This box has a color of #a1975b        
        
          <div style="background-color:#a1975b;">Content here</div>
        
        
          .mybackground {background-color:#a1975b;}
        
        Background color #a1975b
      
           Border around this has a color of #a1975b        
        
          <div style="border:2px solid #a1975b;">Content here</div>
        
        
          .myborder {border:2px solid #a1975b;}
        
        Border color #a1975b