#A57D58

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

Shades of Muesli #A57D58

Tints of Muesli #A57D58

Color information

#A57D58 (or 0xA57D58) is unknown color: approx Muesli. HEX triplet: A5, 7D and 58. RGB value is (165,125,88). Sum of RGB (Red+Green+Blue) = 165+125+88=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D58 is #5A82A7. Grayscale: #848484. Windows color (decimal): -5931688 or 5799333. OLE color: 5799333.

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

Color convert

RGB16512588-
CMYK00.240.470.35
HSL28.83º30.43%49.61%-
HSV(B)28.83º46.67%64.71%-
XYZ24.6123.3712.45-
YUV132.74102.75151.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=43.65%
G=33.07%
B=23.28%

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
Decimal1651258800.240.470.3528.8330.4349.61
HexA57D580182F231d1e32
Octal2451751300305743353662
Binary10100101111110110110000110001011111000111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D58; }

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

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

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

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

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

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

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

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