#AC7529

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

Shades of Hot Toddy #AC7529

Tints of Hot Toddy #AC7529

Color information

#AC7529 (or 0xAC7529) is unknown color: approx Hot Toddy. HEX triplet: AC, 75 and 29. RGB value is (172,117,41). Sum of RGB (Red+Green+Blue) = 172+117+41=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7529 is #538AD6. Grayscale: #7D7D7D. Windows color (decimal): -5475031 or 2717100. OLE color: 2717100.

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

Color convert

RGB17211741-
CMYK00.320.760.33
HSL34.81º61.5%41.76%-
HSV(B)34.81º76.16%67.45%-
XYZ23.7721.655.02-
YUV124.7880.72161.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=52.12%
G=35.45%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721174100.320.760.3334.8161.541.76
HexAC75290204C21233e2a
Octal2541655104011441437652
Binary10101100111010110100101000001001100100001100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7529; }

 p { color: rgb(172,117,41); }

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

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

 a { background-color: rgb(172,117,41); }

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

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

 span { border-color: rgb(172,117,41); }

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