#A57D2C

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

Shades of Hot Toddy #A57D2C

Tints of Hot Toddy #A57D2C

Color information

#A57D2C (or 0xA57D2C) is unknown color: approx Hot Toddy. HEX triplet: A5, 7D and 2C. RGB value is (165,125,44). Sum of RGB (Red+Green+Blue) = 165+125+44=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D2C is #5A82D3. Grayscale: #808080. Windows color (decimal): -5931732 or 2915749. OLE color: 2915749.

HSL color Cylindrical-coordinate representation of color #A57D2C: hue angle of 40.17º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A57D2C is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16512544-
CMYK00.240.730.35
HSL40.17º57.89%40.98%-
HSV(B)40.17º73.33%64.71%-
XYZ23.3122.855.56-
YUV127.7380.75154.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=49.40%
G=37.43%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651254400.240.730.3540.1757.8940.98
HexA57D2C0184923283a29
Octal2451755403011143507251
Binary1010010111111011011000110001001001100011101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D2C; }

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

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

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

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

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

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

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

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