#A57B3F

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

Shades of Muddy Waters #A57B3F

Tints of Muddy Waters #A57B3F

Color information

#A57B3F (or 0xA57B3F) is unknown color: approx Muddy Waters. HEX triplet: A5, 7B and 3F. RGB value is (165,123,63). Sum of RGB (Red+Green+Blue) = 165+123+63=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B3F is #5A84C0. Grayscale: #818181. Windows color (decimal): -5932225 or 4160421. OLE color: 4160421.

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

Color convert

RGB16512363-
CMYK00.250.620.35
HSL35.29º44.74%44.71%-
HSV(B)35.29º61.82%64.71%-
XYZ23.522.527.81-
YUV128.7290.91153.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 63 (25% from 255) = 17.95%
R=47.01%
G=35.04%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651236300.250.620.3535.2944.7444.71
HexA57B3F0193E23232d2d
Octal245173770317643435555
Binary101001011111011111111011001111110100011100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B3F; }

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

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

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

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

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

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

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

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