#A57D57

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

Shades of Muesli #A57D57

Tints of Muesli #A57D57

Color information

#A57D57 (or 0xA57D57) is unknown color: approx Muesli. HEX triplet: A5, 7D and 57. RGB value is (165,125,87). Sum of RGB (Red+Green+Blue) = 165+125+87=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D57 is #5A82A8. Grayscale: #848484. Windows color (decimal): -5931689 or 5733797. OLE color: 5733797.

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

Color convert

RGB16512587-
CMYK00.240.470.35
HSL29.23º30.95%49.41%-
HSV(B)29.23º47.27%64.71%-
XYZ24.5723.3512.23-
YUV132.63102.25151.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=43.77%
G=33.16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651258700.240.470.3529.2330.9549.41
HexA57D570182F231d1f31
Octal2451751270305743353761
Binary10100101111110110101110110001011111000111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D57; }

 p { color: rgb(165,125,87); }

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

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

 a { background-color: rgb(165,125,87); }

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

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

 span { border-color: rgb(165,125,87); }

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