#a67428

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

Shades of Hot Toddy #A67428

Tints of Hot Toddy #A67428

Color information

#A67428 (or 0xA67428) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 28. RGB value is (166,116,40). Sum of RGB (Red+Green+Blue) = 166+116+40=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A67428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67428 is #598BD7. Grayscale: #7A7A7A. Windows color (decimal): -5868504 or 2651302. OLE color: 2651302.

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

Color convert

RGB16611640-
CMYK00.300.760.35
HSL36.19º61.17%40.39%-
HSV(B)36.19º75.9%65.1%-
XYZ22.3520.754.83-
YUV122.2981.56159.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=51.55%
G=36.02%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661164000.300.760.3536.1961.1740.39
HexA6742801E4C23243d28
Octal2461645003611443447550
Binary1010011011101001010000111101001100100011100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67428; }

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

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

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

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

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

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

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

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