#A0721E

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

Shades of Hot Toddy #A0721E

Tints of Hot Toddy #A0721E

Color information

#A0721E (or 0xA0721E) is unknown color: approx Hot Toddy. HEX triplet: A0, 72 and 1E. RGB value is (160,114,30). Sum of RGB (Red+Green+Blue) = 160+114+30=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721E is #5F8DE1. Grayscale: #767676. Windows color (decimal): -6262242 or 1995424. OLE color: 1995424.

HSL color Cylindrical-coordinate representation of color #A0721E: hue angle of 38.77º 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 #A0721E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16011430-
CMYK00.290.810.37
HSL38.77º68.42%37.25%-
HSV(B)38.77º81.25%62.75%-
XYZ20.7519.63.92-
YUV118.1878.24157.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=52.63%
G=37.5%
B=9.87%

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
Decimal1601143000.290.810.3738.7768.4237.25
HexA0721E01D5125274425
Octal24016236035121454710445
Binary1010000011100101111001110110100011001011001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0721E; }

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

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

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

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

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

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

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

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