#A66E25

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

Shades of Hot Toddy #A66E25

Tints of Hot Toddy #A66E25

Color information

#A66E25 (or 0xA66E25) is unknown color: approx Hot Toddy. HEX triplet: A6, 6E and 25. RGB value is (166,110,37). Sum of RGB (Red+Green+Blue) = 166+110+37=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E25 is #5991DA. Grayscale: #767676. Windows color (decimal): -5870043 or 2453158. OLE color: 2453158.

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

Color convert

RGB16611037-
CMYK00.340.780.35
HSL33.95º63.55%39.8%-
HSV(B)33.95º77.71%65.1%-
XYZ21.6419.394.35-
YUV118.4282.05161.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=53.04%
G=35.14%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661103700.340.780.3533.9563.5539.8
HexA66E250224E23224028
Octal24615645042116434210050
Binary101001101101110100101010001010011101000111000101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E25; }

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

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

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

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

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

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

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

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