#A56E2E

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

Shades of Hot Toddy #A56E2E

Tints of Hot Toddy #A56E2E

Color information

#A56E2E (or 0xA56E2E) is unknown color: approx Hot Toddy. HEX triplet: A5, 6E and 2E. RGB value is (165,110,46). Sum of RGB (Red+Green+Blue) = 165+110+46=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E2E is #5A91D1. Grayscale: #777777. Windows color (decimal): -5935570 or 3042981. OLE color: 3042981.

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

Color convert

RGB16511046-
CMYK00.330.720.35
HSL32.27º56.4%41.37%-
HSV(B)32.27º72.12%64.71%-
XYZ21.5919.355.18-
YUV119.1586.72160.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=51.40%
G=34.27%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651104600.330.720.3532.2756.441.37
HexA56E2E0214823203829
Octal2451565604111043407051
Binary10100101110111010111001000011001000100011100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E2E; }

 p { color: rgb(165,110,46); }

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

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

 a { background-color: rgb(165,110,46); }

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

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

 span { border-color: rgb(165,110,46); }

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