#A56E30

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

Shades of Hot Toddy #A56E30

Tints of Hot Toddy #A56E30

Color information

#A56E30 (or 0xA56E30) is unknown color: approx Hot Toddy. HEX triplet: A5, 6E and 30. RGB value is (165,110,48). Sum of RGB (Red+Green+Blue) = 165+110+48=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E30 is #5A91CF. Grayscale: #777777. Windows color (decimal): -5935568 or 3174053. OLE color: 3174053.

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

Color convert

RGB16511048-
CMYK00.330.710.35
HSL31.79º54.93%41.76%-
HSV(B)31.79º70.91%64.71%-
XYZ21.6319.365.39-
YUV119.3887.72160.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=51.08%
G=34.06%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651104800.330.710.3531.7954.9341.76
HexA56E30021472320372a
Octal2451566004110743406752
Binary10100101110111011000001000011000111100011100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E30; }

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

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

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

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

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

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

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

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