Shades of Muesli #A48158
Tints of Muesli #A48158
RGB
CMYK
RGB Variations
Color information
#A48158 (or 0xA48158) is known color: Muesli. HEX triplet: A4, 81 and 58. RGB value is (164,129,88). Sum of RGB (Red+Green+Blue) = 164+129+88=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48158 is #5B7EA7. Grayscale: #868686. Windows color (decimal): -5996200 or 5800356. OLE color: 5800356.
HSL color Cylindrical-coordinate representation of color #A48158: hue angle of 32.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A48158 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 88 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.36 |
| HSL | 32.37º | 0.3% | 0.49% | - |
| HSV(B) | 32.37º | 0.46% | 0.64% | - |
| XYZ | 24.92 | 24.3 | 12.61 | - |
| YUV | 134.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 88 | 0 | 0.21 | 0.46 | 0.36 | 32.37 | 0.3 | 0.49 |
| Hex | A4 | 81 | 58 | 0 | 15 | 2E | 24 | 20 | 1E | 31 |
| Octal | 244 | 201 | 130 | 0 | 25 | 56 | 44 | 40 | 36 | 61 |
| Binary | 10100100 | 10000001 | 1011000 | 0 | 10101 | 101110 | 100100 | 100000 | 11110 | 110001 |
Color Harmonies of #A48158
Complementary color
Monochromatic Colors of #A48158
Black with #A48158
Text Example
Text Example
White with #A48158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48158; }
p { color: rgb(164,129,88); }
H1.HeaderClassName
{
color: #A48158;
}
.AnyTagClassName
{
color: #A48158;
}
</style>
background-color css
<style>
a { background-color: #A48158; }
a { background-color: rgb(164,129,88); }
div.DivClassName
{
background-color: #A48158;
}
.BgClassName
{
background-color: #A48158;
}
</style>
border-color css
<style>
span { border-color: #A48158; }
span { border-color: rgb(164,129,88); }
td.TdClassName
{
border-color: #A48158;
}
.TagClassName
{
border-color: #A48158;
}
</style>