Shades of Muesli #A48259
Tints of Muesli #A48259
RGB
CMYK
RGB Variations
Color information
#A48259 (or 0xA48259) is known color: Muesli. HEX triplet: A4, 82 and 59. RGB value is (164,130,89). Sum of RGB (Red+Green+Blue) = 164+130+89=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48259 is #5B7DA6. Grayscale: #878787. Windows color (decimal): -5995943 or 5866148. OLE color: 5866148.
HSL color Cylindrical-coordinate representation of color #A48259: hue angle of 32.8º 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 #A48259 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 89 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.36 |
| HSL | 32.8º | 0.3% | 0.5% | - |
| HSV(B) | 32.8º | 0.46% | 0.64% | - |
| XYZ | 25.1 | 24.58 | 12.87 | - |
| YUV | 135.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 89 | 0 | 0.21 | 0.46 | 0.36 | 32.8 | 0.3 | 0.5 |
| Hex | A4 | 82 | 59 | 0 | 15 | 2E | 24 | 21 | 1E | 32 |
| Octal | 244 | 202 | 131 | 0 | 25 | 56 | 44 | 41 | 36 | 62 |
| Binary | 10100100 | 10000010 | 1011001 | 0 | 10101 | 101110 | 100100 | 100001 | 11110 | 110010 |
Color Harmonies of #A48259
Complementary color
Monochromatic Colors of #A48259
Black with #A48259
Text Example
Text Example
White with #A48259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48259; }
p { color: rgb(164,130,89); }
H1.HeaderClassName
{
color: #A48259;
}
.AnyTagClassName
{
color: #A48259;
}
</style>
background-color css
<style>
a { background-color: #A48259; }
a { background-color: rgb(164,130,89); }
div.DivClassName
{
background-color: #A48259;
}
.BgClassName
{
background-color: #A48259;
}
</style>
border-color css
<style>
span { border-color: #A48259; }
span { border-color: rgb(164,130,89); }
td.TdClassName
{
border-color: #A48259;
}
.TagClassName
{
border-color: #A48259;
}
</style>