#AC7C51

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

Shades of Muddy Waters #AC7C51

Tints of Muddy Waters #AC7C51

Color information

#AC7C51 (or 0xAC7C51) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 51. RGB value is (172,124,81). Sum of RGB (Red+Green+Blue) = 172+124+81=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C51 is #5383AE. Grayscale: #858585. Windows color (decimal): -5473199 or 5340332. OLE color: 5340332.

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

Color convert

RGB17212481-
CMYK00.280.530.33
HSL28.35º35.97%49.61%-
HSV(B)28.35º52.91%67.45%-
XYZ25.7123.7811.02-
YUV133.4598.4155.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=45.62%
G=32.89%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721248100.280.530.3328.3535.9749.61
HexAC7C5101C35211c2432
Octal2541741210346541344462
Binary101011001111100101000101110011010110000111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C51; }

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

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

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

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

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

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

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

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