#A37428

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

Shades of Hot Toddy #A37428

Tints of Hot Toddy #A37428

Color information

#A37428 (or 0xA37428) is unknown color: approx Hot Toddy. HEX triplet: A3, 74 and 28. RGB value is (163,116,40). Sum of RGB (Red+Green+Blue) = 163+116+40=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A37428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37428 is #5C8BD7. Grayscale: #797979. Windows color (decimal): -6065112 or 2651299. OLE color: 2651299.

HSL color Cylindrical-coordinate representation of color #A37428: hue angle of 37.07º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A37428 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16311640-
CMYK00.290.750.36
HSL37.07º60.59%39.8%-
HSV(B)37.07º75.46%63.92%-
XYZ21.7320.434.81-
YUV121.3982.07157.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=51.10%
G=36.36%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631164000.290.750.3637.0760.5939.8
HexA3742801D4B24253d28
Octal2431645003511344457550
Binary1010001111101001010000111011001011100100100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37428; }

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

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

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

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

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

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

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

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