#A0711E

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

Shades of Hot Toddy #A0711E

Tints of Hot Toddy #A0711E

Color information

#A0711E (or 0xA0711E) is unknown color: approx Hot Toddy. HEX triplet: A0, 71 and 1E. RGB value is (160,113,30). Sum of RGB (Red+Green+Blue) = 160+113+30=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0711E is #5F8EE1. Grayscale: #757575. Windows color (decimal): -6262498 or 1995168. OLE color: 1995168.

HSL color Cylindrical-coordinate representation of color #A0711E: hue angle of 38.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0711E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16011330-
CMYK00.290.810.37
HSL38.31º68.42%37.25%-
HSV(B)38.31º81.25%62.75%-
XYZ20.6419.383.88-
YUV117.5978.57158.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=52.81%
G=37.29%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601133000.290.810.3738.3168.4237.25
HexA0711E01D5125264425
Octal24016136035121454610445
Binary1010000011100011111001110110100011001011001101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0711E; }

 p { color: rgb(160,113,30); }

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

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

 a { background-color: rgb(160,113,30); }

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

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

 span { border-color: rgb(160,113,30); }

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