#A57A4E

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

Shades of Muesli #A57A4E

Tints of Muesli #A57A4E

Color information

#A57A4E (or 0xA57A4E) is unknown color: approx Muesli. HEX triplet: A5, 7A and 4E. RGB value is (165,122,78). Sum of RGB (Red+Green+Blue) = 165+122+78=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A4E is #5A85B1. Grayscale: #828282. Windows color (decimal): -5932466 or 5143205. OLE color: 5143205.

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

Color convert

RGB16512278-
CMYK00.260.530.35
HSL30.34º35.8%47.65%-
HSV(B)30.34º52.73%64.71%-
XYZ23.8522.4710.29-
YUV129.8498.75153.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=45.21%
G=33.42%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651227800.260.530.3530.3435.847.65
HexA57A4E01A35231e2430
Octal2451721160326543364460
Binary101001011111010100111001101011010110001111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A4E; }

 p { color: rgb(165,122,78); }

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

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

 a { background-color: rgb(165,122,78); }

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

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

 span { border-color: rgb(165,122,78); }

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