#A36E1E

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

Shades of Hot Toddy #A36E1E

Tints of Hot Toddy #A36E1E

Color information

#A36E1E (or 0xA36E1E) is unknown color: approx Hot Toddy. HEX triplet: A3, 6E and 1E. RGB value is (163,110,30). Sum of RGB (Red+Green+Blue) = 163+110+30=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E1E is #5C91E1. Grayscale: #757575. Windows color (decimal): -6066658 or 1994403. OLE color: 1994403.

HSL color Cylindrical-coordinate representation of color #A36E1E: hue angle of 36.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A36E1E is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16311030-
CMYK00.330.820.36
HSL36.09º68.91%37.84%-
HSV(B)36.09º81.6%63.92%-
XYZ20.9119.033.8-
YUV116.7379.06161-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=53.80%
G=36.30%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631103000.330.820.3636.0968.9137.84
HexA36E1E0215224244526
Octal24315636041122444410546
Binary10100011110111011110010000110100101001001001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E1E; }

 p { color: rgb(163,110,30); }

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

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

 a { background-color: rgb(163,110,30); }

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

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

 span { border-color: rgb(163,110,30); }

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