#AC7A47

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

Shades of Muddy Waters #AC7A47

Tints of Muddy Waters #AC7A47

Color information

#AC7A47 (or 0xAC7A47) is unknown color: approx Muddy Waters. HEX triplet: AC, 7A and 47. RGB value is (172,122,71). Sum of RGB (Red+Green+Blue) = 172+122+71=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A47 is #5385B8. Grayscale: #838383. Windows color (decimal): -5473721 or 4684460. OLE color: 4684460.

HSL color Cylindrical-coordinate representation of color #AC7A47: hue angle of 30.3º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC7A47 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17212271-
CMYK00.290.590.33
HSL30.3º41.56%47.65%-
HSV(B)30.3º58.72%67.45%-
XYZ25.1123.149.11-
YUV131.1494.06157.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=47.12%
G=33.42%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721227100.290.590.3330.341.5647.65
HexAC7A4701D3B211e2a30
Octal2541721070357341365260
Binary101011001111010100011101110111101110000111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A47; }

 p { color: rgb(172,122,71); }

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

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

 a { background-color: rgb(172,122,71); }

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

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

 span { border-color: rgb(172,122,71); }

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