#A1782B

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

Shades of Hot Toddy #A1782B

Tints of Hot Toddy #A1782B

Color information

#A1782B (or 0xA1782B) is unknown color: approx Hot Toddy. HEX triplet: A1, 78 and 2B. RGB value is (161,120,43). Sum of RGB (Red+Green+Blue) = 161+120+43=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1782B is #5E87D4. Grayscale: #7B7B7B. Windows color (decimal): -6195157 or 2848929. OLE color: 2848929.

HSL color Cylindrical-coordinate representation of color #A1782B: hue angle of 39.15º degrees, saturation: 0.58, 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 #A1782B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB16112043-
CMYK00.250.730.37
HSL39.15º57.84%40%-
HSV(B)39.15º73.29%63.14%-
XYZ21.8521.185.22-
YUV123.4882.58154.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 43 (17.19% from 255) = 13.27%
R=49.69%
G=37.04%
B=13.27%

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
Decimal1611204300.250.730.3739.1557.8440
HexA1782B0194925273a28
Octal2411705303111145477250
Binary1010000111110001010110110011001001100101100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1782B; }

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

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

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

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

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

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

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

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