#A57C57

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

Shades of Muesli #A57C57

Tints of Muesli #A57C57

Color information

#A57C57 (or 0xA57C57) is unknown color: approx Muesli. HEX triplet: A5, 7C and 57. RGB value is (165,124,87). Sum of RGB (Red+Green+Blue) = 165+124+87=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C57 is #5A83A8. Grayscale: #848484. Windows color (decimal): -5931945 or 5733541. OLE color: 5733541.

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

Color convert

RGB16512487-
CMYK00.250.470.35
HSL28.46º30.95%49.41%-
HSV(B)28.46º47.27%64.71%-
XYZ24.4523.112.19-
YUV132.04102.58151.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=43.88%
G=32.98%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651248700.250.470.3528.4630.9549.41
HexA57C570192F231c1f31
Octal2451741270315743343761
Binary10100101111110010101110110011011111000111110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C57; }

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

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

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

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

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

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

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

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