#AC7F45

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

Shades of Muddy Waters #AC7F45

Tints of Muddy Waters #AC7F45

Color information

#AC7F45 (or 0xAC7F45) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 45. RGB value is (172,127,69). Sum of RGB (Red+Green+Blue) = 172+127+69=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F45 is #5380BA. Grayscale: #868686. Windows color (decimal): -5472443 or 4554668. OLE color: 4554668.

HSL color Cylindrical-coordinate representation of color #AC7F45: hue angle of 33.79º 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 #AC7F45 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17212769-
CMYK00.260.600.33
HSL33.79º42.74%47.25%-
HSV(B)33.79º59.88%67.45%-
XYZ25.6824.388.98-
YUV133.8491.41155.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=46.74%
G=34.51%
B=18.75%

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
Decimal1721276900.260.600.3333.7942.7447.25
HexAC7F4501A3C21222b2f
Octal2541771050327441425357
Binary1010110011111111000101011010111100100001100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F45; }

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

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

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

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

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

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

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

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