#A48459

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

Shades of Muesli #A48459

Tints of Muesli #A48459

Color information

#A48459 (or 0xA48459) is unknown color: approx Muesli. HEX triplet: A4, 84 and 59. RGB value is (164,132,89). Sum of RGB (Red+Green+Blue) = 164+132+89=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A48459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48459 is #5B7BA6. Grayscale: #888888. Windows color (decimal): -5995431 or 5866660. OLE color: 5866660.

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

Color convert

RGB16413289-
CMYK00.200.460.36
HSL34.4º29.64%49.61%-
HSV(B)34.4º45.73%64.31%-
XYZ25.3625.1212.96-
YUV136.67101.1147.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=42.60%
G=34.29%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641328900.200.460.3634.429.6449.61
HexA484590142E24221e32
Octal2442041310245644423662
Binary1010010010000100101100101010010111010010010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48459; }

 p { color: rgb(164,132,89); }

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

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

 a { background-color: rgb(164,132,89); }

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

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

 span { border-color: rgb(164,132,89); }

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