#A66D2C

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

Shades of Hot Toddy #A66D2C

Tints of Hot Toddy #A66D2C

Color information

#A66D2C (or 0xA66D2C) is unknown color: approx Hot Toddy. HEX triplet: A6, 6D and 2C. RGB value is (166,109,44). Sum of RGB (Red+Green+Blue) = 166+109+44=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D2C is #5992D3. Grayscale: #767676. Windows color (decimal): -5870292 or 2911654. OLE color: 2911654.

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

Color convert

RGB16610944-
CMYK00.340.730.35
HSL31.97º58.1%41.18%-
HSV(B)31.97º73.49%65.1%-
XYZ21.6519.234.95-
YUV118.6385.88161.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=52.04%
G=34.17%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661094400.340.730.3531.9758.141.18
HexA66D2C0224923203a29
Octal2461555404211143407251
Binary10100110110110110110001000101001001100011100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D2C; }

 p { color: rgb(166,109,44); }

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

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

 a { background-color: rgb(166,109,44); }

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

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

 span { border-color: rgb(166,109,44); }

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