#A57325

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

Shades of Hot Toddy #A57325

Tints of Hot Toddy #A57325

Color information

#A57325 (or 0xA57325) is unknown color: approx Hot Toddy. HEX triplet: A5, 73 and 25. RGB value is (165,115,37). Sum of RGB (Red+Green+Blue) = 165+115+37=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A57325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57325 is #5A8CDA. Grayscale: #797979. Windows color (decimal): -5934299 or 2454437. OLE color: 2454437.

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

Color convert

RGB16511537-
CMYK00.300.780.35
HSL36.56º63.37%39.61%-
HSV(B)36.56º77.58%64.71%-
XYZ21.9820.394.53-
YUV121.0680.56159.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=52.05%
G=36.28%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651153700.300.780.3536.5663.3739.61
HexA5732501E4E23253f28
Octal2451634503611643457750
Binary1010010111100111001010111101001110100011100101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57325; }

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

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

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

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

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

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

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

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