#a57956

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

Shades of Muesli #A57956

Tints of Muesli #A57956

Color information

#A57956 (or 0xA57956) is unknown color: approx Muesli. HEX triplet: A5, 79 and 56. RGB value is (165,121,86). Sum of RGB (Red+Green+Blue) = 165+121+86=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A57956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57956 is #5A86A9. Grayscale: #828282. Windows color (decimal): -5932714 or 5667237. OLE color: 5667237.

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

Color convert

RGB16512186-
CMYK00.270.480.35
HSL26.58º31.47%49.22%-
HSV(B)26.58º47.88%64.71%-
XYZ24.0322.3511.85-
YUV130.17103.08152.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=44.35%
G=32.53%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651218600.270.480.3526.5831.4749.22
HexA5795601B30231b1f31
Octal2451711260336043333761
Binary10100101111100110101100110111100001000111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57956; }

 p { color: rgb(165,121,86); }

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

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

 a { background-color: rgb(165,121,86); }

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

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

 span { border-color: rgb(165,121,86); }

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