#A66C2C

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

Shades of Hot Toddy #A66C2C

Tints of Hot Toddy #A66C2C

Color information

#A66C2C (or 0xA66C2C) is unknown color: approx Hot Toddy. HEX triplet: A6, 6C and 2C. RGB value is (166,108,44). Sum of RGB (Red+Green+Blue) = 166+108+44=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C2C is #5993D3. Grayscale: #767676. Windows color (decimal): -5870548 or 2911398. OLE color: 2911398.

HSL color Cylindrical-coordinate representation of color #A66C2C: hue angle of 31.48º 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 #A66C2C is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16610844-
CMYK00.350.730.35
HSL31.48º58.1%41.18%-
HSV(B)31.48º73.49%65.1%-
XYZ21.5419.014.92-
YUV118.0586.22162.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=52.20%
G=33.96%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661084400.350.730.3531.4858.141.18
HexA66C2C02349231f3a29
Octal2461545404311143377251
Binary1010011011011001011000100011100100110001111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C2C; }

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

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

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

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

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

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

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

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