#A66E31

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

Shades of Hot Toddy #A66E31

Tints of Hot Toddy #A66E31

Color information

#A66E31 (or 0xA66E31) is unknown color: approx Hot Toddy. HEX triplet: A6, 6E and 31. RGB value is (166,110,49). Sum of RGB (Red+Green+Blue) = 166+110+49=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E31 is #5991CE. Grayscale: #787878. Windows color (decimal): -5870031 or 3239590. OLE color: 3239590.

HSL color Cylindrical-coordinate representation of color #A66E31: hue angle of 31.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A66E31 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16611049-
CMYK00.340.700.35
HSL31.28º54.42%42.16%-
HSV(B)31.28º70.48%65.1%-
XYZ21.8619.485.51-
YUV119.7988.05160.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=51.08%
G=33.85%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661104900.340.700.3531.2854.4242.16
HexA66E3102246231f362a
Octal2461566104210643376652
Binary1010011011011101100010100010100011010001111111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E31; }

 p { color: rgb(166,110,49); }

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

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

 a { background-color: rgb(166,110,49); }

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

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

 span { border-color: rgb(166,110,49); }

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