#AC7C50

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

Shades of Muddy Waters #AC7C50

Tints of Muddy Waters #AC7C50

Color information

#AC7C50 (or 0xAC7C50) is unknown color: approx Muddy Waters. HEX triplet: AC, 7C and 50. RGB value is (172,124,80). Sum of RGB (Red+Green+Blue) = 172+124+80=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C50 is #5383AF. Grayscale: #858585. Windows color (decimal): -5473200 or 5274796. OLE color: 5274796.

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

Color convert

RGB17212480-
CMYK00.280.530.33
HSL28.7º36.51%49.41%-
HSV(B)28.7º53.49%67.45%-
XYZ25.6723.7710.82-
YUV133.3497.9155.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=45.74%
G=32.98%
B=21.28%

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
Decimal1721248000.280.530.3328.736.5149.41
HexAC7C5001C35211d2531
Octal2541741200346541354561
Binary101011001111100101000001110011010110000111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C50; }

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

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

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

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

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

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

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

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