#A57D42

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

Shades of Muddy Waters #A57D42

Tints of Muddy Waters #A57D42

Color information

#A57D42 (or 0xA57D42) is unknown color: approx Muddy Waters. HEX triplet: A5, 7D and 42. RGB value is (165,125,66). Sum of RGB (Red+Green+Blue) = 165+125+66=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D42 is #5A82BD. Grayscale: #828282. Windows color (decimal): -5931710 or 4357541. OLE color: 4357541.

HSL color Cylindrical-coordinate representation of color #A57D42: hue angle of 35.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A57D42 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16512566-
CMYK00.240.600.35
HSL35.76º42.86%45.29%-
HSV(B)35.76º60%64.71%-
XYZ23.8323.068.35-
YUV130.2391.75152.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=46.35%
G=35.11%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651256600.240.600.3535.7642.8645.29
HexA57D420183C23242b2d
Octal2451751020307443445355
Binary1010010111111011000010011000111100100011100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D42; }

 p { color: rgb(165,125,66); }

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

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

 a { background-color: rgb(165,125,66); }

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

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

 span { border-color: rgb(165,125,66); }

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