#AC7620

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

Shades of Hot Toddy #AC7620

Tints of Hot Toddy #AC7620

Color information

#AC7620 (or 0xAC7620) is unknown color: approx Hot Toddy. HEX triplet: AC, 76 and 20. RGB value is (172,118,32). Sum of RGB (Red+Green+Blue) = 172+118+32=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7620 is #5389DF. Grayscale: #7C7C7C. Windows color (decimal): -5474784 or 2127532. OLE color: 2127532.

HSL color Cylindrical-coordinate representation of color #AC7620: hue angle of 36.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC7620 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17211832-
CMYK00.310.810.33
HSL36.86º68.63%40%-
HSV(B)36.86º81.4%67.45%-
XYZ23.7521.834.33-
YUV124.3475.89161.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 32 (12.89% from 255) = 9.94%
R=53.42%
G=36.65%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721183200.310.810.3336.8668.6340
HexAC762001F5121254528
Octal25416640037121414510550
Binary10101100111011010000001111110100011000011001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7620; }

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

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

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

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

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

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

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

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