#A6743A

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

Shades of Hot Toddy #A6743A

Tints of Hot Toddy #A6743A

Color information

#A6743A (or 0xA6743A) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 3A. RGB value is (166,116,58). Sum of RGB (Red+Green+Blue) = 166+116+58=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6743A is #598BC5. Grayscale: #7C7C7C. Windows color (decimal): -5868486 or 3830950. OLE color: 3830950.

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

Color convert

RGB16611658-
CMYK00.300.650.35
HSL32.22º48.21%43.92%-
HSV(B)32.22º65.06%65.1%-
XYZ22.7320.96.84-
YUV124.3490.56157.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=48.82%
G=34.12%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661165800.300.650.3532.2248.2143.92
HexA6743A01E412320302c
Octal2461647203610143406054
Binary1010011011101001110100111101000001100011100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6743A; }

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

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

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

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

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

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

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

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