#A57E4E

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

Shades of Muddy Waters #A57E4E

Tints of Muddy Waters #A57E4E

Color information

#A57E4E (or 0xA57E4E) is unknown color: approx Muddy Waters. HEX triplet: A5, 7E and 4E. RGB value is (165,126,78). Sum of RGB (Red+Green+Blue) = 165+126+78=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E4E is #5A81B1. Grayscale: #848484. Windows color (decimal): -5931442 or 5144229. OLE color: 5144229.

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

Color convert

RGB16512678-
CMYK00.240.530.35
HSL33.1º35.8%47.65%-
HSV(B)33.1º52.73%64.71%-
XYZ24.3523.4710.45-
YUV132.1997.42151.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=44.72%
G=34.15%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651267800.240.530.3533.135.847.65
HexA57E4E0183523212430
Octal2451761160306543414460
Binary1010010111111101001110011000110101100011100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E4E; }

 p { color: rgb(165,126,78); }

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

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

 a { background-color: rgb(165,126,78); }

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

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

 span { border-color: rgb(165,126,78); }

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