#AC782E

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

Shades of Hot Toddy #AC782E

Tints of Hot Toddy #AC782E

Color information

#AC782E (or 0xAC782E) is unknown color: approx Hot Toddy. HEX triplet: AC, 78 and 2E. RGB value is (172,120,46). Sum of RGB (Red+Green+Blue) = 172+120+46=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC782E is #5387D1. Grayscale: #7F7F7F. Windows color (decimal): -5474258 or 3045548. OLE color: 3045548.

HSL color Cylindrical-coordinate representation of color #AC782E: hue angle of 35.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC782E is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17212046-
CMYK00.300.730.33
HSL35.24º57.8%42.75%-
HSV(B)35.24º73.26%67.45%-
XYZ24.2222.45.63-
YUV127.1182.23160.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=50.89%
G=35.50%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721204600.300.730.3335.2457.842.75
HexAC782E01E4921233a2b
Octal2541705603611141437253
Binary1010110011110001011100111101001001100001100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC782E; }

 p { color: rgb(172,120,46); }

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

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

 a { background-color: rgb(172,120,46); }

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

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

 span { border-color: rgb(172,120,46); }

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