#A66E26

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

Shades of Hot Toddy #A66E26

Tints of Hot Toddy #A66E26

Color information

#A66E26 (or 0xA66E26) is unknown color: approx Hot Toddy. HEX triplet: A6, 6E and 26. RGB value is (166,110,38). Sum of RGB (Red+Green+Blue) = 166+110+38=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E26 is #5991D9. Grayscale: #767676. Windows color (decimal): -5870042 or 2518694. OLE color: 2518694.

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

Color convert

RGB16611038-
CMYK00.340.770.35
HSL33.75º62.75%40%-
HSV(B)33.75º77.11%65.1%-
XYZ21.6519.44.44-
YUV118.5482.55161.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=52.87%
G=35.03%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661103800.340.770.3533.7562.7540
HexA66E260224D23223f28
Octal2461564604211543427750
Binary10100110110111010011001000101001101100011100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E26; }

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

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

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

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

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

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

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

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