#AC7C4F

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

Shades of Muddy Waters #AC7C4F

Tints of Muddy Waters #AC7C4F

Color information

#AC7C4F (or 0xAC7C4F) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 4F. RGB value is (172,124,79). Sum of RGB (Red+Green+Blue) = 172+124+79=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C4F is #5383B0. Grayscale: #858585. Windows color (decimal): -5473201 or 5209260. OLE color: 5209260.

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

Color convert

RGB17212479-
CMYK00.280.540.33
HSL29.03º37.05%49.22%-
HSV(B)29.03º54.07%67.45%-
XYZ25.6323.7510.63-
YUV133.2297.4155.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=45.87%
G=33.07%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721247900.280.540.3329.0337.0549.22
HexAC7C4F01C36211d2531
Octal2541741170346641354561
Binary101011001111100100111101110011011010000111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C4F; }

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

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

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

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

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

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

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

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