#A37D34

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

Shades of Hot Toddy #A37D34

Tints of Hot Toddy #A37D34

Color information

#A37D34 (or 0xA37D34) is unknown color: approx Hot Toddy. HEX triplet: A3, 7D and 34. RGB value is (163,125,52). Sum of RGB (Red+Green+Blue) = 163+125+52=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D34 is #5C82CB. Grayscale: #808080. Windows color (decimal): -6062796 or 3440035. OLE color: 3440035.

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

Color convert

RGB16312552-
CMYK00.230.680.36
HSL39.46º51.63%42.16%-
HSV(B)39.46º68.1%63.92%-
XYZ23.0622.76.42-
YUV128.0485.09152.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=47.94%
G=36.76%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631255200.230.680.3639.4651.6342.16
HexA37D34017442427342a
Octal2431756402710444476452
Binary1010001111111011101000101111000100100100100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D34; }

 p { color: rgb(163,125,52); }

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

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

 a { background-color: rgb(163,125,52); }

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

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

 span { border-color: rgb(163,125,52); }

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