#A1782C

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

Shades of Hot Toddy #A1782C

Tints of Hot Toddy #A1782C

Color information

#A1782C (or 0xA1782C) is unknown color: approx Hot Toddy. HEX triplet: A1, 78 and 2C. RGB value is (161,120,44). Sum of RGB (Red+Green+Blue) = 161+120+44=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1782C is #5E87D3. Grayscale: #7B7B7B. Windows color (decimal): -6195156 or 2914465. OLE color: 2914465.

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

Color convert

RGB16112044-
CMYK00.250.730.37
HSL38.97º57.07%40.2%-
HSV(B)38.97º72.67%63.14%-
XYZ21.8721.195.32-
YUV123.683.08154.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=49.54%
G=36.92%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611204400.250.730.3738.9757.0740.2
HexA1782C0194925273928
Octal2411705403111145477150
Binary1010000111110001011000110011001001100101100111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1782C; }

 p { color: rgb(161,120,44); }

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

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

 a { background-color: rgb(161,120,44); }

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

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

 span { border-color: rgb(161,120,44); }

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