#A58057

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

Shades of Muesli #A58057

Tints of Muesli #A58057

Color information

#A58057 (or 0xA58057) is unknown color: approx Muesli. HEX triplet: A5, 80 and 57. RGB value is (165,128,87). Sum of RGB (Red+Green+Blue) = 165+128+87=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A58057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58057 is #5A7FA8. Grayscale: #868686. Windows color (decimal): -5930921 or 5734565. OLE color: 5734565.

HSL color Cylindrical-coordinate representation of color #A58057: hue angle of 31.54º 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 #A58057 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16512887-
CMYK00.220.470.35
HSL31.54º30.95%49.41%-
HSV(B)31.54º47.27%64.71%-
XYZ24.9624.1312.36-
YUV134.39101.26149.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=43.42%
G=33.68%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651288700.220.470.3531.5430.9549.41
HexA580570162F23201f31
Octal2452001270265743403761
Binary1010010110000000101011101011010111110001110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58057; }

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

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

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

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

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

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

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

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