Shades of Muesli #A08558
Tints of Muesli #A08558
RGB
CMYK
RGB Variations
Color information
#A08558 (or 0xA08558) is known color: Muesli. HEX triplet: A0, 85 and 58. RGB value is (160,133,88). Sum of RGB (Red+Green+Blue) = 160+133+88=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08558 is #5F7AA7. Grayscale: #888888. Windows color (decimal): -6257320 or 5801376. OLE color: 5801376.
HSL color Cylindrical-coordinate representation of color #A08558: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08558 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 88 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.37 |
| HSL | 37.5º | 0.29% | 0.49% | - |
| HSV(B) | 37.5º | 0.45% | 0.63% | - |
| XYZ | 24.65 | 24.95 | 12.75 | - |
| YUV | 135.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 88 | 0 | 0.17 | 0.45 | 0.37 | 37.5 | 0.29 | 0.49 |
| Hex | A0 | 85 | 58 | 0 | 11 | 2D | 25 | 26 | 1D | 31 |
| Octal | 240 | 205 | 130 | 0 | 21 | 55 | 45 | 46 | 35 | 61 |
| Binary | 10100000 | 10000101 | 1011000 | 0 | 10001 | 101101 | 100101 | 100110 | 11101 | 110001 |
Color Harmonies of #A08558
Complementary color
Monochromatic Colors of #A08558
Black with #A08558
Text Example
Text Example
White with #A08558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08558; }
p { color: rgb(160,133,88); }
H1.HeaderClassName
{
color: #A08558;
}
.AnyTagClassName
{
color: #A08558;
}
</style>
background-color css
<style>
a { background-color: #A08558; }
a { background-color: rgb(160,133,88); }
div.DivClassName
{
background-color: #A08558;
}
.BgClassName
{
background-color: #A08558;
}
</style>
border-color css
<style>
span { border-color: #A08558; }
span { border-color: rgb(160,133,88); }
td.TdClassName
{
border-color: #A08558;
}
.TagClassName
{
border-color: #A08558;
}
</style>