#A66F25

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

Shades of Hot Toddy #A66F25

Tints of Hot Toddy #A66F25

Color information

#A66F25 (or 0xA66F25) is unknown color: approx Hot Toddy. HEX triplet: A6, 6F and 25. RGB value is (166,111,37). Sum of RGB (Red+Green+Blue) = 166+111+37=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F25 is #5990DA. Grayscale: #777777. Windows color (decimal): -5869787 or 2453414. OLE color: 2453414.

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

Color convert

RGB16611137-
CMYK00.330.780.35
HSL34.42º63.55%39.8%-
HSV(B)34.42º77.71%65.1%-
XYZ21.7419.614.39-
YUV119.0181.72161.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 37 (14.84% from 255) = 11.78%
R=52.87%
G=35.35%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661113700.330.780.3534.4263.5539.8
HexA66F250214E23224028
Octal24615745041116434210050
Binary101001101101111100101010000110011101000111000101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F25; }

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

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

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

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

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

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

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

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