#A67236

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

Shades of Hot Toddy #A67236

Tints of Hot Toddy #A67236

Color information

#A67236 (or 0xA67236) is unknown color: approx Hot Toddy. HEX triplet: A6, 72 and 36. RGB value is (166,114,54). Sum of RGB (Red+Green+Blue) = 166+114+54=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A67236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67236 is #598DC9. Grayscale: #7A7A7A. Windows color (decimal): -5869002 or 3568294. OLE color: 3568294.

HSL color Cylindrical-coordinate representation of color #A67236: hue angle of 32.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A67236 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16611454-
CMYK00.310.670.35
HSL32.14º50.91%43.14%-
HSV(B)32.14º67.47%65.1%-
XYZ22.4120.416.25-
YUV122.7189.23158.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=49.70%
G=34.13%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661145400.310.670.3532.1450.9143.14
HexA6723601F432320332b
Octal2461626603710343406353
Binary1010011011100101101100111111000011100011100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67236; }

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

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

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

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

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

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

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

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