#A67C32

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

Shades of Hot Toddy #A67C32

Tints of Hot Toddy #A67C32

Color information

#A67C32 (or 0xA67C32) is unknown color: approx Hot Toddy. HEX triplet: A6, 7C and 32. RGB value is (166,124,50). Sum of RGB (Red+Green+Blue) = 166+124+50=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C32 is #5983CD. Grayscale: #808080. Windows color (decimal): -5866446 or 3308710. OLE color: 3308710.

HSL color Cylindrical-coordinate representation of color #A67C32: hue angle of 38.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67C32 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16612450-
CMYK00.250.700.35
HSL38.28º53.7%42.35%-
HSV(B)38.28º69.88%65.1%-
XYZ23.5122.756.17-
YUV128.1283.91155.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=48.82%
G=36.47%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661245000.250.700.3538.2853.742.35
HexA67C32019462326362a
Octal2461746203110643466652
Binary1010011011111001100100110011000110100011100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C32; }

 p { color: rgb(166,124,50); }

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

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

 a { background-color: rgb(166,124,50); }

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

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

 span { border-color: rgb(166,124,50); }

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