#A66A20

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

Shades of Hot Toddy #A66A20

Tints of Hot Toddy #A66A20

Color information

#A66A20 (or 0xA66A20) is unknown color: approx Hot Toddy. HEX triplet: A6, 6A and 20. RGB value is (166,106,32). Sum of RGB (Red+Green+Blue) = 166+106+32=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A20 is #5995DF. Grayscale: #737373. Windows color (decimal): -5871072 or 2124454. OLE color: 2124454.

HSL color Cylindrical-coordinate representation of color #A66A20: hue angle of 33.13º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A66A20 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16610632-
CMYK00.360.810.35
HSL33.13º67.68%38.82%-
HSV(B)33.13º80.72%65.1%-
XYZ21.1418.523.83-
YUV115.580.88164.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=54.61%
G=34.87%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661063200.360.810.3533.1367.6838.82
HexA66A200245123214427
Octal24615240044121434110447
Binary101001101101010100000010010010100011000111000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A20; }

 p { color: rgb(166,106,32); }

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

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

 a { background-color: rgb(166,106,32); }

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

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

 span { border-color: rgb(166,106,32); }

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