#A6711F

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

Shades of Hot Toddy #A6711F

Tints of Hot Toddy #A6711F

Color information

#A6711F (or 0xA6711F) is unknown color: approx Hot Toddy. HEX triplet: A6, 71 and 1F. RGB value is (166,113,31). Sum of RGB (Red+Green+Blue) = 166+113+31=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6711F is #598EE0. Grayscale: #777777. Windows color (decimal): -5869281 or 2060710. OLE color: 2060710.

HSL color Cylindrical-coordinate representation of color #A6711F: hue angle of 36.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6711F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16611331-
CMYK00.320.810.35
HSL36.44º68.53%38.63%-
HSV(B)36.44º81.33%65.1%-
XYZ21.8820.024.01-
YUV119.578.06161.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 31 (12.5% from 255) = 10%
R=53.55%
G=36.45%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661133100.320.810.3536.4468.5338.63
HexA6711F0205123244527
Octal24616137040121434410547
Binary10100110111000111111010000010100011000111001001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6711F; }

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

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

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

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

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

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

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

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