#A6702D

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

Shades of Hot Toddy #A6702D

Tints of Hot Toddy #A6702D

Color information

#A6702D (or 0xA6702D) is unknown color: approx Hot Toddy. HEX triplet: A6, 70 and 2D. RGB value is (166,112,45). Sum of RGB (Red+Green+Blue) = 166+112+45=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6702D is #598FD2. Grayscale: #787878. Windows color (decimal): -5869523 or 2977958. OLE color: 2977958.

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

Color convert

RGB16611245-
CMYK00.330.730.35
HSL33.22º57.35%41.37%-
HSV(B)33.22º72.89%65.1%-
XYZ21.9919.885.16-
YUV120.5185.39160.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=51.39%
G=34.67%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661124500.330.730.3533.2257.3541.37
HexA6702D0214923213929
Octal2461605504111143417151
Binary10100110111000010110101000011001001100011100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6702D; }

 p { color: rgb(166,112,45); }

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

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

 a { background-color: rgb(166,112,45); }

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

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

 span { border-color: rgb(166,112,45); }

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