#A36F1E

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

Shades of Hot Toddy #A36F1E

Tints of Hot Toddy #A36F1E

Color information

#A36F1E (or 0xA36F1E) is unknown color: approx Hot Toddy. HEX triplet: A3, 6F and 1E. RGB value is (163,111,30). Sum of RGB (Red+Green+Blue) = 163+111+30=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F1E is #5C90E1. Grayscale: #757575. Windows color (decimal): -6066402 or 1994659. OLE color: 1994659.

HSL color Cylindrical-coordinate representation of color #A36F1E: hue angle of 36.54º 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 #A36F1E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16311130-
CMYK00.320.820.36
HSL36.54º68.91%37.84%-
HSV(B)36.54º81.6%63.92%-
XYZ21.0219.253.84-
YUV117.3178.73160.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=53.62%
G=36.51%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631113000.320.820.3636.5468.9137.84
HexA36F1E0205224254526
Octal24315736040122444510546
Binary10100011110111111110010000010100101001001001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F1E; }

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

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

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

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

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

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

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

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