#A77A55

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

Shades of Muesli #A77A55

Tints of Muesli #A77A55

Color information

#A77A55 (or 0xA77A55) is unknown color: approx Muesli. HEX triplet: A7, 7A and 55. RGB value is (167,122,85). Sum of RGB (Red+Green+Blue) = 167+122+85=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A55 is #5885AA. Grayscale: #838383. Windows color (decimal): -5801387 or 5601959. OLE color: 5601959.

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

Color convert

RGB16712285-
CMYK00.270.490.35
HSL27.07º32.54%49.41%-
HSV(B)27.07º49.1%65.49%-
XYZ24.5422.7911.7-
YUV131.24101.91153.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=44.65%
G=32.62%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671228500.270.490.3527.0732.5449.41
HexA77A5501B31231b2131
Octal2471721250336143334161
Binary101001111111010101010101101111000110001111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A55; }

 p { color: rgb(167,122,85); }

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

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

 a { background-color: rgb(167,122,85); }

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

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

 span { border-color: rgb(167,122,85); }

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