#AC7F44

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

Shades of Muddy Waters #AC7F44

Tints of Muddy Waters #AC7F44

Color information

#AC7F44 (or 0xAC7F44) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 44. RGB value is (172,127,68). Sum of RGB (Red+Green+Blue) = 172+127+68=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F44 is #5380BB. Grayscale: #868686. Windows color (decimal): -5472444 or 4489132. OLE color: 4489132.

HSL color Cylindrical-coordinate representation of color #AC7F44: hue angle of 34.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7F44 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17212768-
CMYK00.260.600.33
HSL34.04º43.33%47.06%-
HSV(B)34.04º60.47%67.45%-
XYZ25.6524.378.82-
YUV133.7390.91155.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=46.87%
G=34.60%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721276800.260.600.3334.0443.3347.06
HexAC7F4401A3C21222b2f
Octal2541771040327441425357
Binary1010110011111111000100011010111100100001100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F44; }

 p { color: rgb(172,127,68); }

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

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

 a { background-color: rgb(172,127,68); }

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

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

 span { border-color: rgb(172,127,68); }

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