#A56C25

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

Shades of Hot Toddy #A56C25

Tints of Hot Toddy #A56C25

Color information

#A56C25 (or 0xA56C25) is unknown color: approx Hot Toddy. HEX triplet: A5, 6C and 25. RGB value is (165,108,37). Sum of RGB (Red+Green+Blue) = 165+108+37=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C25 is #5A93DA. Grayscale: #757575. Windows color (decimal): -5936091 or 2452645. OLE color: 2452645.

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

Color convert

RGB16510837-
CMYK00.350.780.35
HSL33.28º63.37%39.61%-
HSV(B)33.28º77.58%64.71%-
XYZ21.2118.864.27-
YUV116.9582.88162.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=53.23%
G=34.84%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651083700.350.780.3533.2863.3739.61
HexA56C250234E23213f28
Octal2451544504311643417750
Binary10100101110110010010101000111001110100011100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C25; }

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

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

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

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

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

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

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

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