#AC7E51

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

Shades of Muddy Waters #AC7E51

Tints of Muddy Waters #AC7E51

Color information

#AC7E51 (or 0xAC7E51) is unknown color: approx Muddy Waters. HEX triplet: AC, 7E and 51. RGB value is (172,126,81). Sum of RGB (Red+Green+Blue) = 172+126+81=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E51 is #5381AE. Grayscale: #868686. Windows color (decimal): -5472687 or 5340844. OLE color: 5340844.

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

Color convert

RGB17212681-
CMYK00.270.530.33
HSL29.67º35.97%49.61%-
HSV(B)29.67º52.91%67.45%-
XYZ25.9624.2911.1-
YUV134.6297.74154.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=45.38%
G=33.25%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721268100.270.530.3329.6735.9749.61
HexAC7E5101B35211e2432
Octal2541761210336541364462
Binary101011001111110101000101101111010110000111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E51; }

 p { color: rgb(172,126,81); }

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

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

 a { background-color: rgb(172,126,81); }

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

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

 span { border-color: rgb(172,126,81); }

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