#AC7D48

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

Shades of Muddy Waters #AC7D48

Tints of Muddy Waters #AC7D48

Color information

#AC7D48 (or 0xAC7D48) is unknown color: approx Muddy Waters. HEX triplet: AC, 7D and 48. RGB value is (172,125,72). Sum of RGB (Red+Green+Blue) = 172+125+72=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D48 is #5382B7. Grayscale: #858585. Windows color (decimal): -5472952 or 4750764. OLE color: 4750764.

HSL color Cylindrical-coordinate representation of color #AC7D48: hue angle of 31.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7D48 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17212572-
CMYK00.270.580.33
HSL31.8º40.98%47.84%-
HSV(B)31.8º58.14%67.45%-
XYZ25.5223.919.4-
YUV133.0193.57155.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=46.61%
G=33.88%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721257200.270.580.3331.840.9847.84
HexAC7D4801B3A21202930
Octal2541751100337241405160
Binary1010110011111011001000011011111010100001100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D48; }

 p { color: rgb(172,125,72); }

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

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

 a { background-color: rgb(172,125,72); }

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

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

 span { border-color: rgb(172,125,72); }

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