#AC7F4F

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

Shades of Muddy Waters #AC7F4F

Tints of Muddy Waters #AC7F4F

Color information

#AC7F4F (or 0xAC7F4F) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 4F. RGB value is (172,127,79). Sum of RGB (Red+Green+Blue) = 172+127+79=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F4F is #5380B0. Grayscale: #878787. Windows color (decimal): -5472433 or 5210028. OLE color: 5210028.

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

Color convert

RGB17212779-
CMYK00.260.540.33
HSL30.97º37.05%49.22%-
HSV(B)30.97º54.07%67.45%-
XYZ26.0124.5110.76-
YUV134.9896.41154.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=45.50%
G=33.60%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721277900.260.540.3330.9737.0549.22
HexAC7F4F01A36211f2531
Octal2541771170326641374561
Binary101011001111111100111101101011011010000111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F4F; }

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

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

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

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

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

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

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

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