Shades of Muesli #A08456
Tints of Muesli #A08456
RGB
CMYK
RGB Variations
Color information
#A08456 (or 0xA08456) is known color: Muesli. HEX triplet: A0, 84 and 56. RGB value is (160,132,86). Sum of RGB (Red+Green+Blue) = 160+132+86=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08456 is #5F7BA9. Grayscale: #878787. Windows color (decimal): -6257578 or 5670048. OLE color: 5670048.
HSL color Cylindrical-coordinate representation of color #A08456: hue angle of 37.3º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08456 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 86 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.37 |
| HSL | 37.3º | 0.3% | 0.48% | - |
| HSV(B) | 37.3º | 0.46% | 0.63% | - |
| XYZ | 24.43 | 24.65 | 12.27 | - |
| YUV | 135.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 86 | 0 | 0.17 | 0.46 | 0.37 | 37.3 | 0.3 | 0.48 |
| Hex | A0 | 84 | 56 | 0 | 11 | 2E | 25 | 25 | 1E | 30 |
| Octal | 240 | 204 | 126 | 0 | 21 | 56 | 45 | 45 | 36 | 60 |
| Binary | 10100000 | 10000100 | 1010110 | 0 | 10001 | 101110 | 100101 | 100101 | 11110 | 110000 |
Color Harmonies of #A08456
Complementary color
Monochromatic Colors of #A08456
Black with #A08456
Text Example
Text Example
White with #A08456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08456; }
p { color: rgb(160,132,86); }
H1.HeaderClassName
{
color: #A08456;
}
.AnyTagClassName
{
color: #A08456;
}
</style>
background-color css
<style>
a { background-color: #A08456; }
a { background-color: rgb(160,132,86); }
div.DivClassName
{
background-color: #A08456;
}
.BgClassName
{
background-color: #A08456;
}
</style>
border-color css
<style>
span { border-color: #A08456; }
span { border-color: rgb(160,132,86); }
td.TdClassName
{
border-color: #A08456;
}
.TagClassName
{
border-color: #A08456;
}
</style>