#A57D2D

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

Shades of Hot Toddy #A57D2D

Tints of Hot Toddy #A57D2D

Color information

#A57D2D (or 0xA57D2D) is unknown color: approx Hot Toddy. HEX triplet: A5, 7D and 2D. RGB value is (165,125,45). Sum of RGB (Red+Green+Blue) = 165+125+45=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D2D is #5A82D2. Grayscale: #808080. Windows color (decimal): -5931731 or 2981285. OLE color: 2981285.

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

Color convert

RGB16512545-
CMYK00.240.730.35
HSL40º57.14%41.18%-
HSV(B)40º72.73%64.71%-
XYZ23.3222.865.66-
YUV127.8481.25154.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=49.25%
G=37.31%
B=13.43%

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
Decimal1651254500.240.730.354057.1441.18
HexA57D2D0184923283929
Octal2451755503011143507151
Binary1010010111111011011010110001001001100011101000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D2D; }

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

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

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

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

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

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

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

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