#A46E27

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

Shades of Hot Toddy #A46E27

Tints of Hot Toddy #A46E27

Color information

#A46E27 (or 0xA46E27) is unknown color: approx Hot Toddy. HEX triplet: A4, 6E and 27. RGB value is (164,110,39). Sum of RGB (Red+Green+Blue) = 164+110+39=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E27 is #5B91D8. Grayscale: #767676. Windows color (decimal): -6001113 or 2584228. OLE color: 2584228.

HSL color Cylindrical-coordinate representation of color #A46E27: hue angle of 34.08º degrees, saturation: 0.62, 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 #A46E27 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16411039-
CMYK00.330.760.36
HSL34.08º61.58%39.8%-
HSV(B)34.08º76.22%64.31%-
XYZ21.2519.194.5-
YUV118.0583.39160.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=52.40%
G=35.14%
B=12.46%

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
Decimal1641103900.330.760.3634.0861.5839.8
HexA46E270214C24223e28
Octal2441564704111444427650
Binary10100100110111010011101000011001100100100100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E27; }

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

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

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

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

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

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

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

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