#A77C56

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

Shades of Muesli #A77C56

Tints of Muesli #A77C56

Color information

#A77C56 (or 0xA77C56) is unknown color: approx Muesli. HEX triplet: A7, 7C and 56. RGB value is (167,124,86). Sum of RGB (Red+Green+Blue) = 167+124+86=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C56 is #5883A9. Grayscale: #848484. Windows color (decimal): -5800874 or 5668007. OLE color: 5668007.

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

Color convert

RGB16712486-
CMYK00.260.490.35
HSL28.15º32.02%49.61%-
HSV(B)28.15º48.5%65.49%-
XYZ24.8223.311.99-
YUV132.52101.75152.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=44.30%
G=32.89%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671248600.260.490.3528.1532.0249.61
HexA77C5601A31231c2032
Octal2471741260326143344062
Binary101001111111100101011001101011000110001111100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C56; }

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

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

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

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

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

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

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

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