#A57C2C

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

Shades of Hot Toddy #A57C2C

Tints of Hot Toddy #A57C2C

Color information

#A57C2C (or 0xA57C2C) is unknown color: approx Hot Toddy. HEX triplet: A5, 7C and 2C. RGB value is (165,124,44). Sum of RGB (Red+Green+Blue) = 165+124+44=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57C2C is #5A83D3. Grayscale: #7F7F7F. Windows color (decimal): -5931988 or 2915493. OLE color: 2915493.

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

Color convert

RGB16512444-
CMYK00.250.730.35
HSL39.67º57.89%40.98%-
HSV(B)39.67º73.33%64.71%-
XYZ23.1822.65.52-
YUV127.1481.08155-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=49.55%
G=37.24%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651244400.250.730.3539.6757.8940.98
HexA57C2C0194923283a29
Octal2451745403111143507251
Binary1010010111111001011000110011001001100011101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C2C; }

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

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

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

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

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

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

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

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