#A57749

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

Shades of Muesli #A57749

Tints of Muesli #A57749

Color information

#A57749 (or 0xA57749) is unknown color: approx Muesli. HEX triplet: A5, 77 and 49. RGB value is (165,119,73). Sum of RGB (Red+Green+Blue) = 165+119+73=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A57749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57749 is #5A88B6. Grayscale: #7F7F7F. Windows color (decimal): -5933239 or 4814757. OLE color: 4814757.

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

Color convert

RGB16511973-
CMYK00.280.560.35
HSL30º38.66%46.67%-
HSV(B)30º55.76%64.71%-
XYZ23.3221.679.26-
YUV127.5197.24154.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=46.22%
G=33.33%
B=20.45%

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
Decimal1651197300.280.560.353038.6646.67
HexA5774901C38231e272f
Octal2451671110347043364757
Binary101001011110111100100101110011100010001111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57749; }

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

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

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

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

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

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

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

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