#A57E54

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

Shades of Muesli #A57E54

Tints of Muesli #A57E54

Color information

#A57E54 (or 0xA57E54) is unknown color: approx Muesli. HEX triplet: A5, 7E and 54. RGB value is (165,126,84). Sum of RGB (Red+Green+Blue) = 165+126+84=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E54 is #5A81AB. Grayscale: #858585. Windows color (decimal): -5931436 or 5537445. OLE color: 5537445.

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

Color convert

RGB16512684-
CMYK00.240.490.35
HSL31.11º32.53%48.82%-
HSV(B)31.11º49.09%64.71%-
XYZ24.5823.5611.64-
YUV132.87100.42150.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=44%
G=33.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651268400.240.490.3531.1132.5348.82
HexA57E5401831231f2131
Octal2451761240306143374161
Binary101001011111110101010001100011000110001111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E54; }

 p { color: rgb(165,126,84); }

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

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

 a { background-color: rgb(165,126,84); }

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

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

 span { border-color: rgb(165,126,84); }

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