#A47F56

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

Shades of Muesli #A47F56

Tints of Muesli #A47F56

Color information

#A47F56 (or 0xA47F56) is unknown color: approx Muesli. HEX triplet: A4, 7F and 56. RGB value is (164,127,86). Sum of RGB (Red+Green+Blue) = 164+127+86=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F56 is #5B80A9. Grayscale: #858585. Windows color (decimal): -5996714 or 5668772. OLE color: 5668772.

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

Color convert

RGB16412786-
CMYK00.230.480.36
HSL31.54º31.2%49.02%-
HSV(B)31.54º47.56%64.31%-
XYZ24.5823.7412.09-
YUV133.39101.26149.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=43.50%
G=33.69%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641278600.230.480.3631.5431.249.02
HexA47F560173024201f31
Octal2441771260276044403761
Binary101001001111111101011001011111000010010010000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F56; }

 p { color: rgb(164,127,86); }

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

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

 a { background-color: rgb(164,127,86); }

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

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

 span { border-color: rgb(164,127,86); }

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