#AC7F50

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

Shades of Muddy Waters #AC7F50

Tints of Muddy Waters #AC7F50

Color information

#AC7F50 (or 0xAC7F50) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 50. RGB value is (172,127,80). Sum of RGB (Red+Green+Blue) = 172+127+80=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F50 is #5380AF. Grayscale: #878787. Windows color (decimal): -5472432 or 5275564. OLE color: 5275564.

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

Color convert

RGB17212780-
CMYK00.260.530.33
HSL30.65º36.51%49.41%-
HSV(B)30.65º53.49%67.45%-
XYZ26.0524.5310.95-
YUV135.196.91154.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=45.38%
G=33.51%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721278000.260.530.3330.6536.5149.41
HexAC7F5001A35211f2531
Octal2541771200326541374561
Binary101011001111111101000001101011010110000111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F50; }

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

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

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

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

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

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

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

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