#A57E4A

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

Shades of Muddy Waters #A57E4A

Tints of Muddy Waters #A57E4A

Color information

#A57E4A (or 0xA57E4A) is unknown color: approx Muddy Waters. HEX triplet: A5, 7E and 4A. RGB value is (165,126,74). Sum of RGB (Red+Green+Blue) = 165+126+74=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E4A is #5A81B5. Grayscale: #838383. Windows color (decimal): -5931446 or 4882085. OLE color: 4882085.

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

Color convert

RGB16512674-
CMYK00.240.550.35
HSL34.29º38.08%46.86%-
HSV(B)34.29º55.15%64.71%-
XYZ24.2123.429.72-
YUV131.7395.42151.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=45.21%
G=34.52%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651267400.240.550.3534.2938.0846.86
HexA57E4A018372322262f
Octal2451761120306743424657
Binary1010010111111101001010011000110111100011100010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E4A; }

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

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

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

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

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

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

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

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