#A58259

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

Shades of Muesli #A58259

Tints of Muesli #A58259

Color information

#A58259 (or 0xA58259) is unknown color: approx Muesli. HEX triplet: A5, 82 and 59. RGB value is (165,130,89). Sum of RGB (Red+Green+Blue) = 165+130+89=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58259 is #5A7DA6. Grayscale: #878787. Windows color (decimal): -5930407 or 5866149. OLE color: 5866149.

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

Color convert

RGB16513089-
CMYK00.210.460.35
HSL32.37º29.92%49.8%-
HSV(B)32.37º46.06%64.71%-
XYZ25.324.6912.88-
YUV135.79101.6148.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=42.97%
G=33.85%
B=23.18%

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
Decimal1651308900.210.460.3532.3729.9249.8
HexA582590152E23201e32
Octal2452021310255643403662
Binary1010010110000010101100101010110111010001110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58259; }

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

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

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

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

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

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

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

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