#A6742E

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

Shades of Hot Toddy #A6742E

Tints of Hot Toddy #A6742E

Color information

#A6742E (or 0xA6742E) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 2E. RGB value is (166,116,46). Sum of RGB (Red+Green+Blue) = 166+116+46=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6742E is #598BD1. Grayscale: #7B7B7B. Windows color (decimal): -5868498 or 3044518. OLE color: 3044518.

HSL color Cylindrical-coordinate representation of color #A6742E: hue angle of 35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6742E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16611646-
CMYK00.300.720.35
HSL35º56.6%41.57%-
HSV(B)35º72.29%65.1%-
XYZ22.4620.85.41-
YUV122.9784.56158.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=50.61%
G=35.37%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661164600.300.720.353556.641.57
HexA6742E01E482323392a
Octal2461645603611043437152
Binary1010011011101001011100111101001000100011100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6742E; }

 p { color: rgb(166,116,46); }

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

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

 a { background-color: rgb(166,116,46); }

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

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

 span { border-color: rgb(166,116,46); }

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