#A56C2C

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

Shades of Hot Toddy #A56C2C

Tints of Hot Toddy #A56C2C

Color information

#A56C2C (or 0xA56C2C) is unknown color: approx Hot Toddy. HEX triplet: A5, 6C and 2C. RGB value is (165,108,44). Sum of RGB (Red+Green+Blue) = 165+108+44=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C2C is #5A93D3. Grayscale: #767676. Windows color (decimal): -5936084 or 2911397. OLE color: 2911397.

HSL color Cylindrical-coordinate representation of color #A56C2C: hue angle of 31.74º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A56C2C is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16510844-
CMYK00.350.730.35
HSL31.74º57.89%40.98%-
HSV(B)31.74º73.33%64.71%-
XYZ21.3318.914.91-
YUV117.7586.38161.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=52.05%
G=34.07%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651084400.350.730.3531.7457.8940.98
HexA56C2C0234923203a29
Octal2451545404311143407251
Binary10100101110110010110001000111001001100011100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C2C; }

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

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

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

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

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

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

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

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