#AC864C

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

Shades of Muddy Waters #AC864C

Tints of Muddy Waters #AC864C

Color information

#AC864C (or 0xAC864C) is unknown color: approx Muddy Waters. HEX triplet: AC, 86 and 4C. RGB value is (172,134,76). Sum of RGB (Red+Green+Blue) = 172+134+76=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC864C is #5379B3. Grayscale: #8B8B8B. Windows color (decimal): -5470644 or 5015212. OLE color: 5015212.

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

Color convert

RGB17213476-
CMYK00.220.560.33
HSL36.25º38.71%48.63%-
HSV(B)36.25º55.81%67.45%-
XYZ26.8426.3410.51-
YUV138.7592.59151.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=45.03%
G=35.08%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721347600.220.560.3336.2538.7148.63
HexAC864C0163821242731
Octal2542061140267041444761
Binary10101100100001101001100010110111000100001100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC864C; }

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

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

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

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

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

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

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

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