#A47649

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

Shades of Muesli #A47649

Tints of Muesli #A47649

Color information

#A47649 (or 0xA47649) is unknown color: approx Muesli. HEX triplet: A4, 76 and 49. RGB value is (164,118,73). Sum of RGB (Red+Green+Blue) = 164+118+73=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47649 is #5B89B6. Grayscale: #7E7E7E. Windows color (decimal): -5999031 or 4814500. OLE color: 4814500.

HSL color Cylindrical-coordinate representation of color #A47649: hue angle of 29.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47649 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16411873-
CMYK00.280.550.36
HSL29.67º38.4%46.47%-
HSV(B)29.67º55.49%64.31%-
XYZ22.9921.339.21-
YUV126.6297.74154.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=46.20%
G=33.24%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641187300.280.550.3629.6738.446.47
HexA4764901C37241e262e
Octal2441661110346744364656
Binary101001001110110100100101110011011110010011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47649; }

 p { color: rgb(164,118,73); }

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

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

 a { background-color: rgb(164,118,73); }

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

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

 span { border-color: rgb(164,118,73); }

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