#A6712C

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

Shades of Hot Toddy #A6712C

Tints of Hot Toddy #A6712C

Color information

#A6712C (or 0xA6712C) is unknown color: approx Hot Toddy. HEX triplet: A6, 71 and 2C. RGB value is (166,113,44). Sum of RGB (Red+Green+Blue) = 166+113+44=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6712C is #598ED3. Grayscale: #797979. Windows color (decimal): -5869268 or 2912678. OLE color: 2912678.

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

Color convert

RGB16611344-
CMYK00.320.730.35
HSL33.93º58.1%41.18%-
HSV(B)33.93º73.49%65.1%-
XYZ22.0920.15.1-
YUV120.9884.56160.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=51.39%
G=34.98%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661134400.320.730.3533.9358.141.18
HexA6712C0204923223a29
Octal2461615404011143427251
Binary10100110111000110110001000001001001100011100010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6712C; }

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

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

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

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

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

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

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

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