#AC864E

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

Shades of Muddy Waters #AC864E

Tints of Muddy Waters #AC864E

Color information

#AC864E (or 0xAC864E) is unknown color: approx Muddy Waters. HEX triplet: AC, 86 and 4E. RGB value is (172,134,78). Sum of RGB (Red+Green+Blue) = 172+134+78=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC864E is #5379B1. Grayscale: #8B8B8B. Windows color (decimal): -5470642 or 5146284. OLE color: 5146284.

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

Color convert

RGB17213478-
CMYK00.220.550.33
HSL35.74º37.6%49.02%-
HSV(B)35.74º54.65%67.45%-
XYZ26.9126.3710.88-
YUV138.9893.59151.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=44.79%
G=34.90%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721347800.220.550.3335.7437.649.02
HexAC864E0163721242631
Octal2542061160266741444661
Binary10101100100001101001110010110110111100001100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC864E; }

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

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

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

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

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

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

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

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