#A67432

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

Shades of Hot Toddy #A67432

Tints of Hot Toddy #A67432

Color information

#A67432 (or 0xA67432) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 32. RGB value is (166,116,50). Sum of RGB (Red+Green+Blue) = 166+116+50=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A67432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67432 is #598BCD. Grayscale: #7B7B7B. Windows color (decimal): -5868494 or 3306662. OLE color: 3306662.

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

Color convert

RGB16611650-
CMYK00.300.700.35
HSL34.14º53.7%42.35%-
HSV(B)34.14º69.88%65.1%-
XYZ22.5520.835.85-
YUV123.4386.56158.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=50%
G=34.94%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661165000.300.700.3534.1453.742.35
HexA6743201E462322362a
Octal2461646203610643426652
Binary1010011011101001100100111101000110100011100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67432; }

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

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

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

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

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

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

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

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