#A36C20

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

Shades of Hot Toddy #A36C20

Tints of Hot Toddy #A36C20

Color information

#A36C20 (or 0xA36C20) is unknown color: approx Hot Toddy. HEX triplet: A3, 6C and 20. RGB value is (163,108,32). Sum of RGB (Red+Green+Blue) = 163+108+32=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C20 is #5C93DF. Grayscale: #747474. Windows color (decimal): -6067168 or 2124963. OLE color: 2124963.

HSL color Cylindrical-coordinate representation of color #A36C20: hue angle of 34.81º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A36C20 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16310832-
CMYK00.340.800.36
HSL34.81º67.18%38.24%-
HSV(B)34.81º80.37%63.92%-
XYZ20.7318.623.87-
YUV115.7880.72161.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=53.80%
G=35.64%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631083200.340.800.3634.8167.1838.24
HexA36C200225024234326
Octal24315440042120444310346
Binary101000111101100100000010001010100001001001000111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C20; }

 p { color: rgb(163,108,32); }

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

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

 a { background-color: rgb(163,108,32); }

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

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

 span { border-color: rgb(163,108,32); }

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