#A57744

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

Shades of Muddy Waters #A57744

Tints of Muddy Waters #A57744

Color information

#A57744 (or 0xA57744) is unknown color: approx Muddy Waters. HEX triplet: A5, 77 and 44. RGB value is (165,119,68). Sum of RGB (Red+Green+Blue) = 165+119+68=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A57744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57744 is #5A88BB. Grayscale: #7F7F7F. Windows color (decimal): -5933244 or 4487077. OLE color: 4487077.

HSL color Cylindrical-coordinate representation of color #A57744: hue angle of 31.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A57744 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16511968-
CMYK00.280.590.35
HSL31.55º41.63%45.69%-
HSV(B)31.55º58.79%64.71%-
XYZ23.1621.618.42-
YUV126.9494.74155.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=46.88%
G=33.81%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651196800.280.590.3531.5541.6345.69
HexA5774401C3B23202a2e
Octal2451671040347343405256
Binary1010010111101111000100011100111011100011100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57744; }

 p { color: rgb(165,119,68); }

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

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

 a { background-color: rgb(165,119,68); }

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

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

 span { border-color: rgb(165,119,68); }

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