#a58359

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

Shades of Muesli #A58359

Tints of Muesli #A58359

Color information

#A58359 (or 0xA58359) is unknown color: approx Muesli. HEX triplet: A5, 83 and 59. RGB value is (165,131,89). Sum of RGB (Red+Green+Blue) = 165+131+89=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58359 is #5A7CA6. Grayscale: #888888. Windows color (decimal): -5930151 or 5866405. OLE color: 5866405.

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

Color convert

RGB16513189-
CMYK00.210.460.35
HSL33.16º29.92%49.8%-
HSV(B)33.16º46.06%64.71%-
XYZ25.4424.9512.93-
YUV136.38101.26148.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=42.86%
G=34.03%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651318900.210.460.3533.1629.9249.8
HexA583590152E23211e32
Octal2452031310255643413662
Binary1010010110000011101100101010110111010001110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58359; }

 p { color: rgb(165,131,89); }

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

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

 a { background-color: rgb(165,131,89); }

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

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

 span { border-color: rgb(165,131,89); }

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