#A57432

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

Shades of Hot Toddy #A57432

Tints of Hot Toddy #A57432

Color information

#A57432 (or 0xA57432) is unknown color: approx Hot Toddy. HEX triplet: A5, 74 and 32. RGB value is (165,116,50). Sum of RGB (Red+Green+Blue) = 165+116+50=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A57432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57432 is #5A8BCD. Grayscale: #7B7B7B. Windows color (decimal): -5934030 or 3306661. OLE color: 3306661.

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

Color convert

RGB16511650-
CMYK00.300.700.35
HSL34.43º53.49%42.16%-
HSV(B)34.43º69.7%64.71%-
XYZ22.3420.725.84-
YUV123.1386.73157.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=49.85%
G=35.05%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651165000.300.700.3534.4353.4942.16
HexA5743201E462322352a
Octal2451646203610643426552
Binary1010010111101001100100111101000110100011100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57432; }

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

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

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

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

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

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

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

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