Random Color Generator

#a39486 Color

Color Codes
Hex Code #a39486
RGB Code rgb(163, 148, 134)
HSL Code hsl(29, 14%, 58%)

#a39486 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(163, 148, 134);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(29, 14%, 58%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #a39486

RGB Code Hex Code Preview
rgb(163, 148, 134, 10%) #a394861a  
rgb(163, 148, 134, 20%) #a3948633  
rgb(163, 148, 134, 40%) #a394864C  
rgb(163, 148, 134, 60%) #a3948699  
rgb(163, 148, 134, 80%) #a39486CC  
rgb(163, 148, 134, 100%) #a39486FF  

Saturated and desaturated colors of #a39486

HSL Code Preview
hsl(29, 10%, 58%)  
hsl(29, 20%, 58%)  
hsl(29, 40%, 58%)  
hsl(29, 60%, 58%)  
hsl(29, 80%, 58%)  
hsl(29, 100%, 58%)  

#a39486 Color Usage In CSS

 body {
    color: #a39486;
    }
 p {
    color: rgb(163, 148, 134);
    }
 header {
    border-bottom:1px solid #a39486;
    }
Recent Random Colors