#A57326

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

Shades of Hot Toddy #A57326

Tints of Hot Toddy #A57326

Color information

#A57326 (or 0xA57326) is unknown color: approx Hot Toddy. HEX triplet: A5, 73 and 26. RGB value is (165,115,38). Sum of RGB (Red+Green+Blue) = 165+115+38=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A57326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57326 is #5A8CD9. Grayscale: #797979. Windows color (decimal): -5934298 or 2519973. OLE color: 2519973.

HSL color Cylindrical-coordinate representation of color #A57326: hue angle of 36.38º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A57326 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16511538-
CMYK00.300.770.35
HSL36.38º62.56%39.8%-
HSV(B)36.38º76.97%64.71%-
XYZ2220.44.61-
YUV121.1781.06159.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=51.89%
G=36.16%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651153800.300.770.3536.3862.5639.8
HexA5732601E4D23243f28
Octal2451634603611543447750
Binary1010010111100111001100111101001101100011100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57326; }

 p { color: rgb(165,115,38); }

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

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

 a { background-color: rgb(165,115,38); }

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

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

 span { border-color: rgb(165,115,38); }

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