#AC7F4E

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

Shades of Muddy Waters #AC7F4E

Tints of Muddy Waters #AC7F4E

Color information

#AC7F4E (or 0xAC7F4E) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 4E. RGB value is (172,127,78). Sum of RGB (Red+Green+Blue) = 172+127+78=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F4E is #5380B1. Grayscale: #878787. Windows color (decimal): -5472434 or 5144492. OLE color: 5144492.

HSL color Cylindrical-coordinate representation of color #AC7F4E: hue angle of 31.28º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC7F4E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17212778-
CMYK00.260.550.33
HSL31.28º37.6%49.02%-
HSV(B)31.28º54.65%67.45%-
XYZ25.9824.510.57-
YUV134.8795.91154.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=45.62%
G=33.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721277800.260.550.3331.2837.649.02
HexAC7F4E01A37211f2631
Octal2541771160326741374661
Binary101011001111111100111001101011011110000111111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F4E; }

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

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

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

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

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

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

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

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