Random Color Generator

#a49844 Color

Color Codes
Hex Code #a49844
RGB Code rgb(164, 152, 68)
HSL Code hsl(53, 41%, 45%)

#a49844 Color Syntax

rgb()

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

 main {
    background-color: rgb(164, 152, 68);
   }

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(53, 41%, 45%);
  }

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 #a49844

RGB Code Hex Code Preview
rgb(164, 152, 68, 10%) #a498441a  
rgb(164, 152, 68, 20%) #a4984433  
rgb(164, 152, 68, 40%) #a498444C  
rgb(164, 152, 68, 60%) #a4984499  
rgb(164, 152, 68, 80%) #a49844CC  
rgb(164, 152, 68, 100%) #a49844FF  

Saturated and desaturated colors of #a49844

HSL Code Preview
hsl(53, 10%, 45%)  
hsl(53, 20%, 45%)  
hsl(53, 40%, 45%)  
hsl(53, 60%, 45%)  
hsl(53, 80%, 45%)  
hsl(53, 100%, 45%)  

#a49844 Color Usage In CSS

 body {
    color: #a49844;
    }
 p {
    color: rgb(164, 152, 68);
    }
 header {
    border-bottom:1px solid #a49844;
    }
Recent Random Colors