#AC7C2C

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

Shades of Hot Toddy #AC7C2C

Tints of Hot Toddy #AC7C2C

Color information

#AC7C2C (or 0xAC7C2C) is unknown color: approx Hot Toddy. HEX triplet: AC, 7C and 2C. RGB value is (172,124,44). Sum of RGB (Red+Green+Blue) = 172+124+44=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C2C is #5383D3. Grayscale: #818181. Windows color (decimal): -5473236 or 2915500. OLE color: 2915500.

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

Color convert

RGB17212444-
CMYK00.280.740.33
HSL37.5º59.26%42.35%-
HSV(B)37.5º74.42%67.45%-
XYZ24.6823.375.59-
YUV129.2379.9158.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=50.59%
G=36.47%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721244400.280.740.3337.559.2642.35
HexAC7C2C01C4A21263b2a
Octal2541745403411241467352
Binary1010110011111001011000111001001010100001100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C2C; }

 p { color: rgb(172,124,44); }

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

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

 a { background-color: rgb(172,124,44); }

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

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

 span { border-color: rgb(172,124,44); }

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