#A57F59

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

Shades of Muesli #A57F59

Tints of Muesli #A57F59

Color information

#A57F59 (or 0xA57F59) is unknown color: approx Muesli. HEX triplet: A5, 7F and 59. RGB value is (165,127,89). Sum of RGB (Red+Green+Blue) = 165+127+89=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F59 is #5A80A6. Grayscale: #868686. Windows color (decimal): -5931175 or 5865381. OLE color: 5865381.

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

Color convert

RGB16512789-
CMYK00.230.460.35
HSL30º29.92%49.8%-
HSV(B)30º46.06%64.71%-
XYZ24.9123.912.75-
YUV134.03102.59150.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=43.31%
G=33.33%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651278900.230.460.353029.9249.8
HexA57F590172E231e1e32
Octal2451771310275643363662
Binary10100101111111110110010101111011101000111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F59; }

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

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

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

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

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

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

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

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