#AC7F48

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

Shades of Muddy Waters #AC7F48

Tints of Muddy Waters #AC7F48

Color information

#AC7F48 (or 0xAC7F48) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 48. RGB value is (172,127,72). Sum of RGB (Red+Green+Blue) = 172+127+72=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F48 is #5380B7. Grayscale: #868686. Windows color (decimal): -5472440 or 4751276. OLE color: 4751276.

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

Color convert

RGB17212772-
CMYK00.260.580.33
HSL33º40.98%47.84%-
HSV(B)33º58.14%67.45%-
XYZ25.7724.429.49-
YUV134.1892.91154.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=46.36%
G=34.23%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721277200.260.580.333340.9847.84
HexAC7F4801A3A21212930
Octal2541771100327241415160
Binary1010110011111111001000011010111010100001100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F48; }

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

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

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

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

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

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

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

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