#A57E32

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

Shades of Hot Toddy #A57E32

Tints of Hot Toddy #A57E32

Color information

#A57E32 (or 0xA57E32) is unknown color: approx Hot Toddy. HEX triplet: A5, 7E and 32. RGB value is (165,126,50). Sum of RGB (Red+Green+Blue) = 165+126+50=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E32 is #5A81CD. Grayscale: #818181. Windows color (decimal): -5931470 or 3309221. OLE color: 3309221.

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

Color convert

RGB16512650-
CMYK00.240.700.35
HSL39.65º53.49%42.16%-
HSV(B)39.65º69.7%64.71%-
XYZ23.5523.156.24-
YUV12983.42153.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=48.39%
G=36.95%
B=14.66%

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
Decimal1651265000.240.700.3539.6553.4942.16
HexA57E32018462328352a
Octal2451766203010643506552
Binary1010010111111101100100110001000110100011101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E32; }

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

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

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

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

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

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

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

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