#AC8046

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

Shades of Muddy Waters #AC8046

Tints of Muddy Waters #AC8046

Color information

#AC8046 (or 0xAC8046) is unknown color: approx Muddy Waters. HEX triplet: AC, 80 and 46. RGB value is (172,128,70). Sum of RGB (Red+Green+Blue) = 172+128+70=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8046 is #537FB9. Grayscale: #868686. Windows color (decimal): -5472186 or 4620460. OLE color: 4620460.

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

Color convert

RGB17212870-
CMYK00.260.590.33
HSL34.12º42.15%47.45%-
HSV(B)34.12º59.3%67.45%-
XYZ25.8424.659.19-
YUV134.5491.58154.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=46.49%
G=34.59%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721287000.260.590.3334.1242.1547.45
HexAC804601A3B21222a2f
Octal2542001060327341425257
Binary10101100100000001000110011010111011100001100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8046; }

 p { color: rgb(172,128,70); }

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

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

 a { background-color: rgb(172,128,70); }

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

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

 span { border-color: rgb(172,128,70); }

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