#A57A32

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

Shades of Hot Toddy #A57A32

Tints of Hot Toddy #A57A32

Color information

#A57A32 (or 0xA57A32) is unknown color: approx Hot Toddy. HEX triplet: A5, 7A and 32. RGB value is (165,122,50). Sum of RGB (Red+Green+Blue) = 165+122+50=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A32 is #5A85CD. Grayscale: #7E7E7E. Windows color (decimal): -5932494 or 3308197. OLE color: 3308197.

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

Color convert

RGB16512250-
CMYK00.260.700.35
HSL37.57º53.49%42.16%-
HSV(B)37.57º69.7%64.71%-
XYZ23.0522.156.08-
YUV126.6584.75155.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=48.96%
G=36.20%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651225000.260.700.3537.5753.4942.16
HexA57A3201A462326352a
Octal2451726203210643466552
Binary1010010111110101100100110101000110100011100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A32; }

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

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

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

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

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

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

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

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