Shades of Muesli #9A8446
Tints of Muesli #9A8446
RGB
CMYK
RGB Variations
Color information
#9A8446 (or 0x9A8446) is known color: Muesli. HEX triplet: 9A, 84 and 46. RGB value is (154,132,70). Sum of RGB (Red+Green+Blue) = 154+132+70=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8446 is #657BB9. Grayscale: #838383. Windows color (decimal): -6650810 or 4621466. OLE color: 4621466.
HSL color Cylindrical-coordinate representation of color #9A8446: hue angle of 44.29º 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 #9A8446 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 70 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.40 |
| HSL | 44.29º | 0.38% | 0.44% | - |
| HSV(B) | 44.29º | 0.55% | 0.6% | - |
| XYZ | 22.68 | 23.81 | 9.2 | - |
| YUV | 131.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 70 | 0 | 0.14 | 0.55 | 0.40 | 44.29 | 0.38 | 0.44 |
| Hex | 9A | 84 | 46 | 0 | E | 37 | 28 | 2C | 26 | 2C |
| Octal | 232 | 204 | 106 | 0 | 16 | 67 | 50 | 54 | 46 | 54 |
| Binary | 10011010 | 10000100 | 1000110 | 0 | 1110 | 110111 | 101000 | 101100 | 100110 | 101100 |
Color Harmonies of #9A8446
Complementary color
Monochromatic Colors of #9A8446
Black with #9A8446
Text Example
Text Example
White with #9A8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8446; }
p { color: rgb(154,132,70); }
H1.HeaderClassName
{
color: #9A8446;
}
.AnyTagClassName
{
color: #9A8446;
}
</style>
background-color css
<style>
a { background-color: #9A8446; }
a { background-color: rgb(154,132,70); }
div.DivClassName
{
background-color: #9A8446;
}
.BgClassName
{
background-color: #9A8446;
}
</style>
border-color css
<style>
span { border-color: #9A8446; }
span { border-color: rgb(154,132,70); }
td.TdClassName
{
border-color: #9A8446;
}
.TagClassName
{
border-color: #9A8446;
}
</style>