Shades of Muesli #9A8046
Tints of Muesli #9A8046
RGB
CMYK
RGB Variations
Color information
#9A8046 (or 0x9A8046) is known color: Muesli. HEX triplet: 9A, 80 and 46. RGB value is (154,128,70). Sum of RGB (Red+Green+Blue) = 154+128+70=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8046 is #657FB9. Grayscale: #818181. Windows color (decimal): -6651834 or 4620442. OLE color: 4620442.
HSL color Cylindrical-coordinate representation of color #9A8046: hue angle of 41.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A8046 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 70 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.40 |
| HSL | 41.43º | 0.38% | 0.44% | - |
| HSV(B) | 41.43º | 0.55% | 0.6% | - |
| XYZ | 22.15 | 22.75 | 9.02 | - |
| YUV | 129.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 70 | 0 | 0.17 | 0.55 | 0.40 | 41.43 | 0.38 | 0.44 |
| Hex | 9A | 80 | 46 | 0 | 11 | 37 | 28 | 29 | 26 | 2C |
| Octal | 232 | 200 | 106 | 0 | 21 | 67 | 50 | 51 | 46 | 54 |
| Binary | 10011010 | 10000000 | 1000110 | 0 | 10001 | 110111 | 101000 | 101001 | 100110 | 101100 |
Color Harmonies of #9A8046
Complementary color
Monochromatic Colors of #9A8046
Black with #9A8046
Text Example
Text Example
White with #9A8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8046; }
p { color: rgb(154,128,70); }
H1.HeaderClassName
{
color: #9A8046;
}
.AnyTagClassName
{
color: #9A8046;
}
</style>
background-color css
<style>
a { background-color: #9A8046; }
a { background-color: rgb(154,128,70); }
div.DivClassName
{
background-color: #9A8046;
}
.BgClassName
{
background-color: #9A8046;
}
</style>
border-color css
<style>
span { border-color: #9A8046; }
span { border-color: rgb(154,128,70); }
td.TdClassName
{
border-color: #9A8046;
}
.TagClassName
{
border-color: #9A8046;
}
</style>