#A57C32

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

Shades of Hot Toddy #A57C32

Tints of Hot Toddy #A57C32

Color information

#A57C32 (or 0xA57C32) is unknown color: approx Hot Toddy. HEX triplet: A5, 7C and 32. RGB value is (165,124,50). Sum of RGB (Red+Green+Blue) = 165+124+50=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57C32 is #5A83CD. Grayscale: #808080. Windows color (decimal): -5931982 or 3308709. OLE color: 3308709.

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

Color convert

RGB16512450-
CMYK00.250.700.35
HSL38.61º53.49%42.16%-
HSV(B)38.61º69.7%64.71%-
XYZ23.322.646.16-
YUV127.8284.08154.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=48.67%
G=36.58%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651245000.250.700.3538.6153.4942.16
HexA57C32019462327352a
Octal2451746203110643476552
Binary1010010111111001100100110011000110100011100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C32; }

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

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

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

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

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

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

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

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