#AC864F

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

Shades of Muddy Waters #AC864F

Tints of Muddy Waters #AC864F

Color information

#AC864F (or 0xAC864F) is unknown color: approx Muddy Waters. HEX triplet: AC, 86 and 4F. RGB value is (172,134,79). Sum of RGB (Red+Green+Blue) = 172+134+79=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC864F is #5379B0. Grayscale: #8B8B8B. Windows color (decimal): -5470641 or 5211820. OLE color: 5211820.

HSL color Cylindrical-coordinate representation of color #AC864F: hue angle of 35.48º 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 #AC864F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17213479-
CMYK00.220.540.33
HSL35.48º37.05%49.22%-
HSV(B)35.48º54.07%67.45%-
XYZ26.9526.3911.07-
YUV139.0994.09151.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=44.68%
G=34.81%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721347900.220.540.3335.4837.0549.22
HexAC864F0163621232531
Octal2542061170266641434561
Binary10101100100001101001111010110110110100001100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC864F; }

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

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

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

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

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

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

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

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