#A57F4B

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

Shades of Muddy Waters #A57F4B

Tints of Muddy Waters #A57F4B

Color information

#A57F4B (or 0xA57F4B) is unknown color: approx Muddy Waters. HEX triplet: A5, 7F and 4B. RGB value is (165,127,75). Sum of RGB (Red+Green+Blue) = 165+127+75=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F4B is #5A80B4. Grayscale: #848484. Windows color (decimal): -5931189 or 4947877. OLE color: 4947877.

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

Color convert

RGB16512775-
CMYK00.230.550.35
HSL34.67º37.5%47.06%-
HSV(B)34.67º54.55%64.71%-
XYZ24.3823.699.94-
YUV132.4395.59151.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=44.96%
G=34.60%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651277500.230.550.3534.6737.547.06
HexA57F4B017372323262f
Octal2451771130276743434657
Binary1010010111111111001011010111110111100011100011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F4B; }

 p { color: rgb(165,127,75); }

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

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

 a { background-color: rgb(165,127,75); }

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

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

 span { border-color: rgb(165,127,75); }

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