#A57322

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

Shades of Hot Toddy #A57322

Tints of Hot Toddy #A57322

Color information

#A57322 (or 0xA57322) is unknown color: approx Hot Toddy. HEX triplet: A5, 73 and 22. RGB value is (165,115,34). Sum of RGB (Red+Green+Blue) = 165+115+34=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A57322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57322 is #5A8CDD. Grayscale: #797979. Windows color (decimal): -5934302 or 2257829. OLE color: 2257829.

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

Color convert

RGB16511534-
CMYK00.300.790.35
HSL37.1º65.83%39.02%-
HSV(B)37.1º79.39%64.71%-
XYZ21.9420.384.29-
YUV120.7279.06159.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 34 (13.67% from 255) = 10.83%
R=52.55%
G=36.62%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651153400.300.790.3537.165.8339.02
HexA5732201E4F23254227
Octal24516342036117434510247
Binary10100101111001110001001111010011111000111001011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57322; }

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

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

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

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

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

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

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

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