#AC7A50

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

Shades of Muddy Waters #AC7A50

Tints of Muddy Waters #AC7A50

Color information

#AC7A50 (or 0xAC7A50) is unknown color: approx Muddy Waters. HEX triplet: AC, 7A and 50. RGB value is (172,122,80). Sum of RGB (Red+Green+Blue) = 172+122+80=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A50 is #5385AF. Grayscale: #848484. Windows color (decimal): -5473712 or 5274284. OLE color: 5274284.

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

Color convert

RGB17212280-
CMYK00.290.530.33
HSL27.39º36.51%49.41%-
HSV(B)27.39º53.49%67.45%-
XYZ25.4223.2710.74-
YUV132.1698.56156.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=45.99%
G=32.62%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721228000.290.530.3327.3936.5149.41
HexAC7A5001D35211b2531
Octal2541721200356541334561
Binary101011001111010101000001110111010110000111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A50; }

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

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

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

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

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

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

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

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