#A56D20

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

Shades of Hot Toddy #A56D20

Tints of Hot Toddy #A56D20

Color information

#A56D20 (or 0xA56D20) is unknown color: approx Hot Toddy. HEX triplet: A5, 6D and 20. RGB value is (165,109,32). Sum of RGB (Red+Green+Blue) = 165+109+32=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D20 is #5A92DF. Grayscale: #757575. Windows color (decimal): -5935840 or 2125221. OLE color: 2125221.

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

Color convert

RGB16510932-
CMYK00.340.810.35
HSL34.74º67.51%38.63%-
HSV(B)34.74º80.61%64.71%-
XYZ21.2519.043.92-
YUV116.9780.05162.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=53.92%
G=35.62%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651093200.340.810.3534.7467.5138.63
HexA56D200225123234427
Octal24515540042121434310447
Binary101001011101101100000010001010100011000111000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D20; }

 p { color: rgb(165,109,32); }

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

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

 a { background-color: rgb(165,109,32); }

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

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

 span { border-color: rgb(165,109,32); }

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