#A37C2E

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

Shades of Hot Toddy #A37C2E

Tints of Hot Toddy #A37C2E

Color information

#A37C2E (or 0xA37C2E) is unknown color: approx Hot Toddy. HEX triplet: A3, 7C and 2E. RGB value is (163,124,46). Sum of RGB (Red+Green+Blue) = 163+124+46=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C2E is #5C83D1. Grayscale: #7F7F7F. Windows color (decimal): -6063058 or 3046563. OLE color: 3046563.

HSL color Cylindrical-coordinate representation of color #A37C2E: hue angle of 40º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A37C2E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16312446-
CMYK00.240.720.36
HSL40º55.98%40.98%-
HSV(B)40º71.78%63.92%-
XYZ22.8122.45.71-
YUV126.7782.42153.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=48.95%
G=37.24%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631244600.240.720.364055.9840.98
HexA37C2E0184824283829
Octal2431745603011044507051
Binary1010001111111001011100110001001000100100101000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C2E; }

 p { color: rgb(163,124,46); }

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

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

 a { background-color: rgb(163,124,46); }

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

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

 span { border-color: rgb(163,124,46); }

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