#afac80 color space conversions
Hex:
        #afac80
        RGB:
        175, 172, 128
        CMY:
        31, 33, 50
        CMYK:
        0, 2, 27, 31
      HSL:
        56°, 22.7053%, 59.4118%
        HSV (HSB):
        56°, 26.8571%, 68.6275%
        XYZ:
        36.3280, 40.1775, 26.2624
        xyY:
        0.3535, 0.3910, 40.1775
      CIE-Lab:
        69.5958, -6.0885, 23.0831
        CIE-LCH:
        69.5958, 23.8725, 104.7761
        CIE-Luv:
        69.5958, 4.1683, 32.0618
        Hunter-Lab:
        63.3857, -8.6221, 19.8046
      #afac80 color charts
#afac80 RGB chart
      #afac80 CMYK chart
      #afac80 RGB pie chart
      #afac80 color shades, tints & tones
#afac80 color schemes
#afac80 color preview, HTML & CSS examples
           This text has a color of #afac80        
        
          <p style="color:#afac80;">Text here</p>
        
        
          .mytext {color:#afac80;}
        
        Text color #afac80
      
           This box has a color of #afac80        
        
          <div style="background-color:#afac80;">Content here</div>
        
        
          .mybackground {background-color:#afac80;}
        
        Background color #afac80
      
           Border around this has a color of #afac80        
        
          <div style="border:2px solid #afac80;">Content here</div>
        
        
          .myborder {border:2px solid #afac80;}
        
        Border color #afac80