#A6712E

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

Shades of Hot Toddy #A6712E

Tints of Hot Toddy #A6712E

Color information

#A6712E (or 0xA6712E) is unknown color: approx Hot Toddy. HEX triplet: A6, 71 and 2E. RGB value is (166,113,46). Sum of RGB (Red+Green+Blue) = 166+113+46=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6712E is #598ED1. Grayscale: #797979. Windows color (decimal): -5869266 or 3043750. OLE color: 3043750.

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

Color convert

RGB16611346-
CMYK00.320.720.35
HSL33.5º56.6%41.57%-
HSV(B)33.5º72.29%65.1%-
XYZ22.1220.115.3-
YUV121.2185.56159.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=51.08%
G=34.77%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661134600.320.720.3533.556.641.57
HexA6712E020482322392a
Octal2461615604011043427152
Binary10100110111000110111001000001001000100011100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6712E; }

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

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

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

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

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

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

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

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