#A46E28

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

Shades of Hot Toddy #A46E28

Tints of Hot Toddy #A46E28

Color information

#A46E28 (or 0xA46E28) is unknown color: approx Hot Toddy. HEX triplet: A4, 6E and 28. RGB value is (164,110,40). Sum of RGB (Red+Green+Blue) = 164+110+40=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E28 is #5B91D7. Grayscale: #767676. Windows color (decimal): -6001112 or 2649764. OLE color: 2649764.

HSL color Cylindrical-coordinate representation of color #A46E28: hue angle of 33.87º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46E28 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16411040-
CMYK00.330.760.36
HSL33.87º60.78%40%-
HSV(B)33.87º75.61%64.31%-
XYZ21.2719.24.59-
YUV118.1783.89160.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=52.23%
G=35.03%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641104000.330.760.3633.8760.7840
HexA46E280214C24223d28
Octal2441565004111444427550
Binary10100100110111010100001000011001100100100100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E28; }

 p { color: rgb(164,110,40); }

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

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

 a { background-color: rgb(164,110,40); }

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

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

 span { border-color: rgb(164,110,40); }

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