#a57f4c

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

Shades of Muddy Waters #A57F4C

Tints of Muddy Waters #A57F4C

Color information

#A57F4C (or 0xA57F4C) is unknown color: approx Muddy Waters. HEX triplet: A5, 7F and 4C. RGB value is (165,127,76). Sum of RGB (Red+Green+Blue) = 165+127+76=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F4C is #5A80B3. Grayscale: #848484. Windows color (decimal): -5931188 or 5013413. OLE color: 5013413.

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

Color convert

RGB16512776-
CMYK00.230.540.35
HSL34.38º36.93%47.25%-
HSV(B)34.38º53.94%64.71%-
XYZ24.4123.710.13-
YUV132.5596.09151.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=44.84%
G=34.51%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651277600.230.540.3534.3836.9347.25
HexA57F4C017362322252f
Octal2451771140276643424557
Binary1010010111111111001100010111110110100011100010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57f4c; }

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

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

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

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

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

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

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

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