#A57F4D

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

Shades of Muddy Waters #A57F4D

Tints of Muddy Waters #A57F4D

Color information

#A57F4D (or 0xA57F4D) is unknown color: approx Muddy Waters. HEX triplet: A5, 7F and 4D. RGB value is (165,127,77). Sum of RGB (Red+Green+Blue) = 165+127+77=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F4D is #5A80B2. Grayscale: #848484. Windows color (decimal): -5931187 or 5078949. OLE color: 5078949.

HSL color Cylindrical-coordinate representation of color #A57F4D: hue angle of 34.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A57F4D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16512777-
CMYK00.230.530.35
HSL34.09º36.36%47.45%-
HSV(B)34.09º53.33%64.71%-
XYZ24.4523.7110.31-
YUV132.6696.59151.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=44.72%
G=34.42%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651277700.230.530.3534.0936.3647.45
HexA57F4D017352322242f
Octal2451771150276543424457
Binary1010010111111111001101010111110101100011100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F4D; }

 p { color: rgb(165,127,77); }

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

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

 a { background-color: rgb(165,127,77); }

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

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

 span { border-color: rgb(165,127,77); }

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