#A56F29

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

Shades of Hot Toddy #A56F29

Tints of Hot Toddy #A56F29

Color information

#A56F29 (or 0xA56F29) is unknown color: approx Hot Toddy. HEX triplet: A5, 6F and 29. RGB value is (165,111,41). Sum of RGB (Red+Green+Blue) = 165+111+41=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F29 is #5A90D6. Grayscale: #777777. Windows color (decimal): -5935319 or 2715557. OLE color: 2715557.

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

Color convert

RGB16511141-
CMYK00.330.750.35
HSL33.87º60.19%40.39%-
HSV(B)33.87º75.15%64.71%-
XYZ21.619.534.73-
YUV119.1783.89160.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=52.05%
G=35.02%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651114100.330.750.3533.8760.1940.39
HexA56F290214B23223c28
Octal2451575104111343427450
Binary10100101110111110100101000011001011100011100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F29; }

 p { color: rgb(165,111,41); }

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

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

 a { background-color: rgb(165,111,41); }

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

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

 span { border-color: rgb(165,111,41); }

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