#A57D31

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

Shades of Hot Toddy #A57D31

Tints of Hot Toddy #A57D31

Color information

#A57D31 (or 0xA57D31) is unknown color: approx Hot Toddy. HEX triplet: A5, 7D and 31. RGB value is (165,125,49). Sum of RGB (Red+Green+Blue) = 165+125+49=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D31 is #5A82CE. Grayscale: #808080. Windows color (decimal): -5931727 or 3243429. OLE color: 3243429.

HSL color Cylindrical-coordinate representation of color #A57D31: hue angle of 39.31º 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 #A57D31 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16512549-
CMYK00.240.700.35
HSL39.31º54.21%41.96%-
HSV(B)39.31º70.3%64.71%-
XYZ23.4122.896.09-
YUV128.383.25154.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=48.67%
G=36.87%
B=14.45%

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
Decimal1651254900.240.700.3539.3154.2141.96
HexA57D31018462327362a
Octal2451756103010643476652
Binary1010010111111011100010110001000110100011100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D31; }

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

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

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

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

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

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

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

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