#A6722E

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

Shades of Hot Toddy #A6722E

Tints of Hot Toddy #A6722E

Color information

#A6722E (or 0xA6722E) is unknown color: approx Hot Toddy. HEX triplet: A6, 72 and 2E. RGB value is (166,114,46). Sum of RGB (Red+Green+Blue) = 166+114+46=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6722E is #598DD1. Grayscale: #7A7A7A. Windows color (decimal): -5869010 or 3044006. OLE color: 3044006.

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

Color convert

RGB16611446-
CMYK00.310.720.35
HSL34º56.6%41.57%-
HSV(B)34º72.29%65.1%-
XYZ22.2420.345.34-
YUV121.885.23159.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=50.92%
G=34.97%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661144600.310.720.353456.641.57
HexA6722E01F482322392a
Octal2461625603711043427152
Binary1010011011100101011100111111001000100011100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6722E; }

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

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

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

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

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

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

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

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