#A57B46

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

Shades of Muddy Waters #A57B46

Tints of Muddy Waters #A57B46

Color information

#A57B46 (or 0xA57B46) is unknown color: approx Muddy Waters. HEX triplet: A5, 7B and 46. RGB value is (165,123,70). Sum of RGB (Red+Green+Blue) = 165+123+70=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B46 is #5A84B9. Grayscale: #818181. Windows color (decimal): -5932218 or 4619173. OLE color: 4619173.

HSL color Cylindrical-coordinate representation of color #A57B46: hue angle of 33.47º 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 #A57B46 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16512370-
CMYK00.250.580.35
HSL33.47º40.43%46.08%-
HSV(B)33.47º57.58%64.71%-
XYZ23.7122.618.91-
YUV129.5294.41153.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=46.09%
G=34.36%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651237000.250.580.3533.4740.4346.08
HexA57B460193A2321282e
Octal2451731060317243415056
Binary1010010111110111000110011001111010100011100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B46; }

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

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

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

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

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

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

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

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