Random Color Generator

#a78617 Color

Color Codes
Hex Code #a78617
RGB Code rgb(167, 134, 23)
HSL Code hsl(46, 76%, 37%)

#a78617 Color Syntax

rgb()

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

 main {
    background-color: rgb(167, 134, 23);
   }

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(46, 76%, 37%);
  }

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

RGB Code Hex Code Preview
rgb(167, 134, 23, 10%) #a786171a  
rgb(167, 134, 23, 20%) #a7861733  
rgb(167, 134, 23, 40%) #a786174C  
rgb(167, 134, 23, 60%) #a7861799  
rgb(167, 134, 23, 80%) #a78617CC  
rgb(167, 134, 23, 100%) #a78617FF  

Saturated and desaturated colors of #a78617

HSL Code Preview
hsl(46, 10%, 37%)  
hsl(46, 20%, 37%)  
hsl(46, 40%, 37%)  
hsl(46, 60%, 37%)  
hsl(46, 80%, 37%)  
hsl(46, 100%, 37%)  

#a78617 Color Usage In CSS

 body {
    color: #a78617;
    }
 p {
    color: rgb(167, 134, 23);
    }
 header {
    border-bottom:1px solid #a78617;
    }
Recent Random Colors