#AC7C41

Color #AC7C41 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AC7C41

Tints of Muddy Waters #AC7C41

Color information

#AC7C41 (or 0xAC7C41) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 41. RGB value is (172,124,65). Sum of RGB (Red+Green+Blue) = 172+124+65=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C41 is #5383BE. Grayscale: #838383. Windows color (decimal): -5473215 or 4291756. OLE color: 4291756.

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

Color convert

RGB17212465-
CMYK00.280.620.33
HSL33.08º45.15%46.47%-
HSV(B)33.08º62.21%67.45%-
XYZ25.1823.578.22-
YUV131.6390.4156.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=47.65%
G=34.35%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721246500.280.620.3333.0845.1546.47
HexAC7C4101C3E21212d2e
Octal2541741010347641415556
Binary1010110011111001000001011100111110100001100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C41; }

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

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

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

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

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

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

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

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