#A57A46

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

Shades of Muddy Waters #A57A46

Tints of Muddy Waters #A57A46

Color information

#A57A46 (or 0xA57A46) is unknown color: approx Muddy Waters. HEX triplet: A5, 7A and 46. RGB value is (165,122,70). Sum of RGB (Red+Green+Blue) = 165+122+70=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57A46 is #5A85B9. Grayscale: #818181. Windows color (decimal): -5932474 or 4618917. OLE color: 4618917.

HSL color Cylindrical-coordinate representation of color #A57A46: hue angle of 32.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57A46 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16512270-
CMYK00.260.580.35
HSL32.84º40.43%46.08%-
HSV(B)32.84º57.58%64.71%-
XYZ23.5822.368.87-
YUV128.9394.75153.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=46.22%
G=34.17%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651227000.260.580.3532.8440.4346.08
HexA57A4601A3A2321282e
Octal2451721060327243415056
Binary1010010111110101000110011010111010100011100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A46; }

 p { color: rgb(165,122,70); }

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

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

 a { background-color: rgb(165,122,70); }

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

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

 span { border-color: rgb(165,122,70); }

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