#A67028

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

Shades of Hot Toddy #A67028

Tints of Hot Toddy #A67028

Color information

#A67028 (or 0xA67028) is unknown color: approx Hot Toddy. HEX triplet: A6, 70 and 28. RGB value is (166,112,40). Sum of RGB (Red+Green+Blue) = 166+112+40=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A67028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67028 is #598FD7. Grayscale: #787878. Windows color (decimal): -5869528 or 2650278. OLE color: 2650278.

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

Color convert

RGB16611240-
CMYK00.330.760.35
HSL34.29º61.17%40.39%-
HSV(B)34.29º75.9%65.1%-
XYZ21.919.854.68-
YUV119.9482.89160.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=52.20%
G=35.22%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661124000.330.760.3534.2961.1740.39
HexA670280214C23223d28
Octal2461605004111443427550
Binary10100110111000010100001000011001100100011100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67028; }

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

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

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

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

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

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

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

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