#A57748

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

Shades of Muesli #A57748

Tints of Muesli #A57748

Color information

#A57748 (or 0xA57748) is unknown color: approx Muesli. HEX triplet: A5, 77 and 48. RGB value is (165,119,72). Sum of RGB (Red+Green+Blue) = 165+119+72=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A57748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57748 is #5A88B7. Grayscale: #7F7F7F. Windows color (decimal): -5933240 or 4749221. OLE color: 4749221.

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

Color convert

RGB16511972-
CMYK00.280.560.35
HSL30.32º39.24%46.47%-
HSV(B)30.32º56.36%64.71%-
XYZ23.2821.669.08-
YUV127.496.74154.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=46.35%
G=33.43%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651197200.280.560.3530.3239.2446.47
HexA5774801C38231e272e
Octal2451671100347043364756
Binary101001011110111100100001110011100010001111110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57748; }

 p { color: rgb(165,119,72); }

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

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

 a { background-color: rgb(165,119,72); }

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

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

 span { border-color: rgb(165,119,72); }

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