#AC7B50

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

Shades of Muddy Waters #AC7B50

Tints of Muddy Waters #AC7B50

Color information

#AC7B50 (or 0xAC7B50) is unknown color: approx Muddy Waters. HEX triplet: AC, 7B and 50. RGB value is (172,123,80). Sum of RGB (Red+Green+Blue) = 172+123+80=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B50 is #5384AF. Grayscale: #848484. Windows color (decimal): -5473456 or 5274540. OLE color: 5274540.

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

Color convert

RGB17212380-
CMYK00.280.530.33
HSL28.04º36.51%49.41%-
HSV(B)28.04º53.49%67.45%-
XYZ25.5423.5210.78-
YUV132.7598.23156-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=45.87%
G=32.8%
B=21.33%

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
Decimal1721238000.280.530.3328.0436.5149.41
HexAC7B5001C35211c2531
Octal2541731200346541344561
Binary101011001111011101000001110011010110000111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B50; }

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

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

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

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

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

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

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

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