#A67128

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

Shades of Hot Toddy #A67128

Tints of Hot Toddy #A67128

Color information

#A67128 (or 0xA67128) is unknown color: approx Hot Toddy. HEX triplet: A6, 71 and 28. RGB value is (166,113,40). Sum of RGB (Red+Green+Blue) = 166+113+40=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A67128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67128 is #598ED7. Grayscale: #787878. Windows color (decimal): -5869272 or 2650534. OLE color: 2650534.

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

Color convert

RGB16611340-
CMYK00.320.760.35
HSL34.76º61.17%40.39%-
HSV(B)34.76º75.9%65.1%-
XYZ22.0120.074.72-
YUV120.5282.56160.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=52.04%
G=35.42%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661134000.320.760.3534.7661.1740.39
HexA671280204C23233d28
Octal2461615004011443437550
Binary10100110111000110100001000001001100100011100011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67128; }

 p { color: rgb(166,113,40); }

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

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

 a { background-color: rgb(166,113,40); }

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

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

 span { border-color: rgb(166,113,40); }

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