#A0772E

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

Shades of Hot Toddy #A0772E

Tints of Hot Toddy #A0772E

Color information

#A0772E (or 0xA0772E) is unknown color: approx Hot Toddy. HEX triplet: A0, 77 and 2E. RGB value is (160,119,46). Sum of RGB (Red+Green+Blue) = 160+119+46=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0772E is #5F88D1. Grayscale: #7B7B7B. Windows color (decimal): -6260946 or 3045280. OLE color: 3045280.

HSL color Cylindrical-coordinate representation of color #A0772E: hue angle of 38.42º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0772E is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16011946-
CMYK00.260.710.37
HSL38.42º55.34%40.39%-
HSV(B)38.42º71.25%62.75%-
XYZ21.5920.865.47-
YUV122.9484.58154.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=49.23%
G=36.62%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601194600.260.710.3738.4255.3440.39
HexA0772E01A4725263728
Octal2401675603210745466750
Binary1010000011101111011100110101000111100101100110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0772E; }

 p { color: rgb(160,119,46); }

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

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

 a { background-color: rgb(160,119,46); }

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

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

 span { border-color: rgb(160,119,46); }

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