#a77d57

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

Shades of Muesli #A77D57

Tints of Muesli #A77D57

Color information

#A77D57 (or 0xA77D57) is unknown color: approx Muesli. HEX triplet: A7, 7D and 57. RGB value is (167,125,87). Sum of RGB (Red+Green+Blue) = 167+125+87=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D57 is #5882A8. Grayscale: #858585. Windows color (decimal): -5800617 or 5733799. OLE color: 5733799.

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

Color convert

RGB16712587-
CMYK00.250.480.35
HSL28.5º31.5%49.8%-
HSV(B)28.5º47.9%65.49%-
XYZ24.9923.5712.25-
YUV133.23101.91152.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=44.06%
G=32.98%
B=22.96%

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
Decimal1671258700.250.480.3528.531.549.8
HexA77D5701930231c1f32
Octal2471751270316043343762
Binary10100111111110110101110110011100001000111110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77d57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77d57; }

 p { color: rgb(167,125,87); }

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

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

 a { background-color: rgb(167,125,87); }

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

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

 span { border-color: rgb(167,125,87); }

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