#AC784D

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

Shades of Muddy Waters #AC784D

Tints of Muddy Waters #AC784D

Color information

#AC784D (or 0xAC784D) is unknown color: approx Muddy Waters. HEX triplet: AC, 78 and 4D. RGB value is (172,120,77). Sum of RGB (Red+Green+Blue) = 172+120+77=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC784D is #5387B2. Grayscale: #828282. Windows color (decimal): -5474227 or 5077164. OLE color: 5077164.

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

Color convert

RGB17212077-
CMYK00.300.550.33
HSL27.16º38.15%48.82%-
HSV(B)27.16º55.23%67.45%-
XYZ25.0722.7410.09-
YUV130.6597.73157.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=46.61%
G=32.52%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721207700.300.550.3327.1638.1548.82
HexAC784D01E37211b2631
Octal2541701150366741334661
Binary101011001111000100110101111011011110000111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC784D; }

 p { color: rgb(172,120,77); }

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

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

 a { background-color: rgb(172,120,77); }

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

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

 span { border-color: rgb(172,120,77); }

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