#A57649

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

Shades of Muesli #A57649

Tints of Muesli #A57649

Color information

#A57649 (or 0xA57649) is unknown color: approx Muesli. HEX triplet: A5, 76 and 49. RGB value is (165,118,73). Sum of RGB (Red+Green+Blue) = 165+118+73=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A57649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57649 is #5A89B6. Grayscale: #7F7F7F. Windows color (decimal): -5933495 or 4814501. OLE color: 4814501.

HSL color Cylindrical-coordinate representation of color #A57649: hue angle of 29.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A57649 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16511873-
CMYK00.280.560.35
HSL29.35º38.66%46.67%-
HSV(B)29.35º55.76%64.71%-
XYZ23.221.449.22-
YUV126.9297.57155.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=46.35%
G=33.15%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651187300.280.560.3529.3538.6646.67
HexA5764901C38231d272f
Octal2451661110347043354757
Binary101001011110110100100101110011100010001111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57649; }

 p { color: rgb(165,118,73); }

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

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

 a { background-color: rgb(165,118,73); }

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

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

 span { border-color: rgb(165,118,73); }

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