#A37F32

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

Shades of Hot Toddy #A37F32

Tints of Hot Toddy #A37F32

Color information

#A37F32 (or 0xA37F32) is unknown color: approx Hot Toddy. HEX triplet: A3, 7F and 32. RGB value is (163,127,50). Sum of RGB (Red+Green+Blue) = 163+127+50=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F32 is #5C80CD. Grayscale: #818181. Windows color (decimal): -6062286 or 3309475. OLE color: 3309475.

HSL color Cylindrical-coordinate representation of color #A37F32: hue angle of 40.88º 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 #A37F32 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16312750-
CMYK00.220.690.36
HSL40.88º53.05%41.76%-
HSV(B)40.88º69.33%63.92%-
XYZ23.2723.26.27-
YUV128.9983.43152.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=47.94%
G=37.35%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631275000.220.690.3640.8853.0541.76
HexA37F32016452429352a
Octal2431776202610544516552
Binary1010001111111111100100101101000101100100101001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F32; }

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

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

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

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

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

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

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

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