#A57C56

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

Shades of Muesli #A57C56

Tints of Muesli #A57C56

Color information

#A57C56 (or 0xA57C56) is unknown color: approx Muesli. HEX triplet: A5, 7C and 56. RGB value is (165,124,86). Sum of RGB (Red+Green+Blue) = 165+124+86=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C56 is #5A83A9. Grayscale: #848484. Windows color (decimal): -5931946 or 5668005. OLE color: 5668005.

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

Color convert

RGB16512486-
CMYK00.250.480.35
HSL28.86º31.47%49.22%-
HSV(B)28.86º47.88%64.71%-
XYZ24.423.0911.97-
YUV131.93102.08151.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=44%
G=33.07%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651248600.250.480.3528.8631.4749.22
HexA57C5601930231d1f31
Octal2451741260316043353761
Binary10100101111110010101100110011100001000111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C56; }

 p { color: rgb(165,124,86); }

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

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

 a { background-color: rgb(165,124,86); }

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

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

 span { border-color: rgb(165,124,86); }

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