#A58059

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

Shades of Muesli #A58059

Tints of Muesli #A58059

Color information

#A58059 (or 0xA58059) is unknown color: approx Muesli. HEX triplet: A5, 80 and 59. RGB value is (165,128,89). Sum of RGB (Red+Green+Blue) = 165+128+89=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58059 is #5A7FA6. Grayscale: #868686. Windows color (decimal): -5930919 or 5865637. OLE color: 5865637.

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

Color convert

RGB16512889-
CMYK00.220.460.35
HSL30.79º29.92%49.8%-
HSV(B)30.79º46.06%64.71%-
XYZ25.0424.1612.79-
YUV134.62102.26149.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=43.19%
G=33.51%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651288900.220.460.3530.7929.9249.8
HexA580590162E231f1e32
Octal2452001310265643373662
Binary101001011000000010110010101101011101000111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58059; }

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

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

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

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

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

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

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

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