#afcaab color space conversions
Hex:
        #afcaab
        RGB:
        175, 202, 171
        CMY:
        31, 21, 33
        CMYK:
        13, 0, 15, 21
      HSL:
        112°, 22.6277%, 73.1373%
        HSV (HSB):
        112°, 15.3465%, 79.2157%
        XYZ:
        46.1504, 54.2953, 46.5757
        xyY:
        0.3139, 0.3693, 54.2953
      CIE-Lab:
        78.6336, -14.9127, 12.4672
        CIE-LCH:
        78.6336, 19.4375, 140.1039
        CIE-Luv:
        78.6336, -13.5904, 20.6199
        Hunter-Lab:
        73.6853, -17.1517, 14.1032
      #afcaab color charts
#afcaab RGB chart
      #afcaab CMYK chart
      #afcaab RGB pie chart
      #afcaab color shades, tints & tones
#afcaab color schemes
#afcaab color preview, HTML & CSS examples
           This text has a color of #afcaab        
        
          <p style="color:#afcaab;">Text here</p>
        
        
          .mytext {color:#afcaab;}
        
        Text color #afcaab
      
           This box has a color of #afcaab        
        
          <div style="background-color:#afcaab;">Content here</div>
        
        
          .mybackground {background-color:#afcaab;}
        
        Background color #afcaab
      
           Border around this has a color of #afcaab        
        
          <div style="border:2px solid #afcaab;">Content here</div>
        
        
          .myborder {border:2px solid #afcaab;}
        
        Border color #afcaab