#A37E34

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

Shades of Hot Toddy #A37E34

Tints of Hot Toddy #A37E34

Color information

#A37E34 (or 0xA37E34) is unknown color: approx Hot Toddy. HEX triplet: A3, 7E and 34. RGB value is (163,126,52). Sum of RGB (Red+Green+Blue) = 163+126+52=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E34 is #5C81CB. Grayscale: #808080. Windows color (decimal): -6062540 or 3440291. OLE color: 3440291.

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

Color convert

RGB16312652-
CMYK00.230.680.36
HSL40º51.63%42.16%-
HSV(B)40º68.1%63.92%-
XYZ23.1822.966.46-
YUV128.6384.76152.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=47.80%
G=36.95%
B=15.25%

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
Decimal1631265200.230.680.364051.6342.16
HexA37E34017442428342a
Octal2431766402710444506452
Binary1010001111111101101000101111000100100100101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E34; }

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

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

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

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

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

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

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

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