#a37746

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

Shades of Muesli #A37746

Tints of Muesli #A37746

Color information

#A37746 (or 0xA37746) is unknown color: approx Muesli. HEX triplet: A3, 77 and 46. RGB value is (163,119,70). Sum of RGB (Red+Green+Blue) = 163+119+70=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A37746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37746 is #5C88B9. Grayscale: #7E7E7E. Windows color (decimal): -6064314 or 4618147. OLE color: 4618147.

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

Color convert

RGB16311970-
CMYK00.270.570.36
HSL31.61º39.91%45.69%-
HSV(B)31.61º57.06%63.92%-
XYZ22.8121.428.73-
YUV126.5796.08153.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=46.31%
G=33.81%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631197000.270.570.3631.6139.9145.69
HexA3774601B392420282e
Octal2431671060337144405056
Binary1010001111101111000110011011111001100100100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37746; }

 p { color: rgb(163,119,70); }

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

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

 a { background-color: rgb(163,119,70); }

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

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

 span { border-color: rgb(163,119,70); }

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