#AC7628

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

Shades of Hot Toddy #AC7628

Tints of Hot Toddy #AC7628

Color information

#AC7628 (or 0xAC7628) is unknown color: approx Hot Toddy. HEX triplet: AC, 76 and 28. RGB value is (172,118,40). Sum of RGB (Red+Green+Blue) = 172+118+40=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7628 is #5389D7. Grayscale: #7D7D7D. Windows color (decimal): -5474776 or 2651820. OLE color: 2651820.

HSL color Cylindrical-coordinate representation of color #AC7628: hue angle of 35.45º 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 #AC7628 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17211840-
CMYK00.310.770.33
HSL35.45º62.26%41.57%-
HSV(B)35.45º76.74%67.45%-
XYZ23.8721.884.97-
YUV125.2579.89161.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=52.12%
G=35.76%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721184000.310.770.3335.4562.2641.57
HexAC762801F4D21233e2a
Octal2541665003711541437652
Binary1010110011101101010000111111001101100001100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7628; }

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

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

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

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

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

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

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

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