#AC7C52

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

Shades of Muddy Waters #AC7C52

Tints of Muddy Waters #AC7C52

Color information

#AC7C52 (or 0xAC7C52) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 52. RGB value is (172,124,82). Sum of RGB (Red+Green+Blue) = 172+124+82=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C52 is #5383AD. Grayscale: #858585. Windows color (decimal): -5473198 or 5405868. OLE color: 5405868.

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

Color convert

RGB17212482-
CMYK00.280.520.33
HSL28º35.43%49.8%-
HSV(B)28º52.33%67.45%-
XYZ25.7423.811.22-
YUV133.5698.9155.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=45.50%
G=32.80%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721248200.280.520.332835.4349.8
HexAC7C5201C34211c2332
Octal2541741220346441344362
Binary101011001111100101001001110011010010000111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C52; }

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

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

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

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

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

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

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

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