#AC7F42

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

Shades of Muddy Waters #AC7F42

Tints of Muddy Waters #AC7F42

Color information

#AC7F42 (or 0xAC7F42) is unknown color: approx Muddy Waters. HEX triplet: AC, 7F and 42. RGB value is (172,127,66). Sum of RGB (Red+Green+Blue) = 172+127+66=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F42 is #5380BD. Grayscale: #858585. Windows color (decimal): -5472446 or 4358060. OLE color: 4358060.

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

Color convert

RGB17212766-
CMYK00.260.620.33
HSL34.53º44.54%46.67%-
HSV(B)34.53º61.63%67.45%-
XYZ25.5924.348.5-
YUV133.589.91155.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=47.12%
G=34.79%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721276600.260.620.3334.5344.5446.67
HexAC7F4201A3E21232d2f
Octal2541771020327641435557
Binary1010110011111111000010011010111110100001100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F42; }

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

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

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

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

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

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

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

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