#A67628

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

Shades of Hot Toddy #A67628

Tints of Hot Toddy #A67628

Color information

#A67628 (or 0xA67628) is unknown color: approx Hot Toddy. HEX triplet: A6, 76 and 28. RGB value is (166,118,40). Sum of RGB (Red+Green+Blue) = 166+118+40=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A67628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67628 is #5989D7. Grayscale: #7B7B7B. Windows color (decimal): -5867992 or 2651814. OLE color: 2651814.

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

Color convert

RGB16611840-
CMYK00.290.760.35
HSL37.14º61.17%40.39%-
HSV(B)37.14º75.9%65.1%-
XYZ22.5921.224.91-
YUV123.4680.9158.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=51.23%
G=36.42%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661184000.290.760.3537.1461.1740.39
HexA6762801D4C23253d28
Octal2461665003511443457550
Binary1010011011101101010000111011001100100011100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67628; }

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

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

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

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

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

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

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

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