#A37E32

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

Shades of Hot Toddy #A37E32

Tints of Hot Toddy #A37E32

Color information

#A37E32 (or 0xA37E32) is unknown color: approx Hot Toddy. HEX triplet: A3, 7E and 32. RGB value is (163,126,50). Sum of RGB (Red+Green+Blue) = 163+126+50=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E32 is #5C81CD. Grayscale: #808080. Windows color (decimal): -6062542 or 3309219. OLE color: 3309219.

HSL color Cylindrical-coordinate representation of color #A37E32: hue angle of 40.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A37E32 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16312650-
CMYK00.230.690.36
HSL40.35º53.05%41.76%-
HSV(B)40.35º69.33%63.92%-
XYZ23.1422.946.23-
YUV128.483.76152.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=48.08%
G=37.17%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631265000.230.690.3640.3553.0541.76
HexA37E32017452428352a
Octal2431766202710544506552
Binary1010001111111101100100101111000101100100101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E32; }

 p { color: rgb(163,126,50); }

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

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

 a { background-color: rgb(163,126,50); }

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

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

 span { border-color: rgb(163,126,50); }

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