#AC7A42

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

Shades of Muddy Waters #AC7A42

Tints of Muddy Waters #AC7A42

Color information

#AC7A42 (or 0xAC7A42) is unknown color: approx Muddy Waters. HEX triplet: AC, 7A and 42. RGB value is (172,122,66). Sum of RGB (Red+Green+Blue) = 172+122+66=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A42 is #5385BD. Grayscale: #828282. Windows color (decimal): -5473726 or 4356780. OLE color: 4356780.

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

Color convert

RGB17212266-
CMYK00.290.620.33
HSL31.7º44.54%46.67%-
HSV(B)31.7º61.63%67.45%-
XYZ24.9623.088.29-
YUV130.5791.56157.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=47.78%
G=33.89%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721226600.290.620.3331.744.5446.67
HexAC7A4201D3E21202d2f
Octal2541721020357641405557
Binary1010110011110101000010011101111110100001100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A42; }

 p { color: rgb(172,122,66); }

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

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

 a { background-color: rgb(172,122,66); }

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

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

 span { border-color: rgb(172,122,66); }

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