#AC7C3F

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

Shades of Muddy Waters #AC7C3F

Tints of Muddy Waters #AC7C3F

Color information

#AC7C3F (or 0xAC7C3F) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 3F. RGB value is (172,124,63). Sum of RGB (Red+Green+Blue) = 172+124+63=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C3F is #5383C0. Grayscale: #838383. Windows color (decimal): -5473217 or 4160684. OLE color: 4160684.

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

Color convert

RGB17212463-
CMYK00.280.630.33
HSL33.58º46.38%46.08%-
HSV(B)33.58º63.37%67.45%-
XYZ25.1223.547.92-
YUV131.489.4156.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 63 (25% from 255) = 17.55%
R=47.91%
G=34.54%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721246300.280.630.3333.5846.3846.08
HexAC7C3F01C3F21222e2e
Octal254174770347741425656
Binary101011001111100111111011100111111100001100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C3F; }

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

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

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

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

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

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

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

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