#A57646

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

Shades of Muesli #A57646

Tints of Muesli #A57646

Color information

#A57646 (or 0xA57646) is unknown color: approx Muesli. HEX triplet: A5, 76 and 46. RGB value is (165,118,70). Sum of RGB (Red+Green+Blue) = 165+118+70=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57646 is #5A89B9. Grayscale: #7E7E7E. Windows color (decimal): -5933498 or 4617893. OLE color: 4617893.

HSL color Cylindrical-coordinate representation of color #A57646: hue angle of 30.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57646 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16511870-
CMYK00.280.580.35
HSL30.32º40.43%46.08%-
HSV(B)30.32º57.58%64.71%-
XYZ23.121.48.71-
YUV126.5896.07155.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=46.74%
G=33.43%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651187000.280.580.3530.3240.4346.08
HexA5764601C3A231e282e
Octal2451661060347243365056
Binary101001011110110100011001110011101010001111110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57646; }

 p { color: rgb(165,118,70); }

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

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

 a { background-color: rgb(165,118,70); }

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

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

 span { border-color: rgb(165,118,70); }

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