#A57E31

Color #A57E31 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A57E31

Tints of Hot Toddy #A57E31

Color information

#A57E31 (or 0xA57E31) is unknown color: approx Hot Toddy. HEX triplet: A5, 7E and 31. RGB value is (165,126,49). Sum of RGB (Red+Green+Blue) = 165+126+49=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E31 is #5A81CE. Grayscale: #818181. Windows color (decimal): -5931471 or 3243685. OLE color: 3243685.

HSL color Cylindrical-coordinate representation of color #A57E31: hue angle of 39.83º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A57E31 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16512649-
CMYK00.240.700.35
HSL39.83º54.21%41.96%-
HSV(B)39.83º70.3%64.71%-
XYZ23.5323.146.13-
YUV128.8882.92153.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=48.53%
G=37.06%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651264900.240.700.3539.8354.2141.96
HexA57E31018462328362a
Octal2451766103010643506652
Binary1010010111111101100010110001000110100011101000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E31; }

 p { color: rgb(165,126,49); }

 H1.HeaderClassName
 {
   color: #A57E31;
 }
 .AnyTagClassName
 {
   color: #A57E31;
 }
</style>
background-color css

<style>
 a { background-color: #A57E31; }

 a { background-color: rgb(165,126,49); }

 div.DivClassName
 {
   background-color: #A57E31;
 }
 .BgClassName
 {
   background-color: #A57E31;
 }
</style>
border-color css

<style>
 span { border-color: #A57E31; }

 span { border-color: rgb(165,126,49); }

 td.TdClassName
 {
   border-color: #A57E31;
 }
 .TagClassName
 {
   border-color: #A57E31;
 }
</style>