Random Color Generator

#a37276 Color

Color Codes
Hex Code #a37276
RGB Code rgb(163, 114, 118)
HSL Code hsl(355, 21%, 54%)

#a37276 Color Syntax

rgb()

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

 main {
    background-color: rgb(163, 114, 118);
   }

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(355, 21%, 54%);
  }

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

RGB Code Hex Code Preview
rgb(163, 114, 118, 10%) #a372761a  
rgb(163, 114, 118, 20%) #a3727633  
rgb(163, 114, 118, 40%) #a372764C  
rgb(163, 114, 118, 60%) #a3727699  
rgb(163, 114, 118, 80%) #a37276CC  
rgb(163, 114, 118, 100%) #a37276FF  

Saturated and desaturated colors of #a37276

HSL Code Preview
hsl(355, 10%, 54%)  
hsl(355, 20%, 54%)  
hsl(355, 40%, 54%)  
hsl(355, 60%, 54%)  
hsl(355, 80%, 54%)  
hsl(355, 100%, 54%)  

#a37276 Color Usage In CSS

 body {
    color: #a37276;
    }
 p {
    color: rgb(163, 114, 118);
    }
 header {
    border-bottom:1px solid #a37276;
    }
Recent Random Colors