#AC7428

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

Shades of Hot Toddy #AC7428

Tints of Hot Toddy #AC7428

Color information

#AC7428 (or 0xAC7428) is unknown color: approx Hot Toddy. HEX triplet: AC, 74 and 28. RGB value is (172,116,40). Sum of RGB (Red+Green+Blue) = 172+116+40=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7428 is #538BD7. Grayscale: #7C7C7C. Windows color (decimal): -5475288 or 2651308. OLE color: 2651308.

HSL color Cylindrical-coordinate representation of color #AC7428: hue angle of 34.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC7428 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17211640-
CMYK00.330.770.33
HSL34.55º62.26%41.57%-
HSV(B)34.55º76.74%67.45%-
XYZ23.6421.414.89-
YUV124.0880.55162.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=52.44%
G=35.37%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721164000.330.770.3334.5562.2641.57
HexAC74280214D21233e2a
Octal2541645004111541437652
Binary10101100111010010100001000011001101100001100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7428; }

 p { color: rgb(172,116,40); }

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

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

 a { background-color: rgb(172,116,40); }

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

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

 span { border-color: rgb(172,116,40); }

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