Shades of Muesli #9A8A59
Tints of Muesli #9A8A59
RGB
CMYK
RGB Variations
Color information
#9A8A59 (or 0x9A8A59) is known color: Muesli. HEX triplet: 9A, 8A and 59. RGB value is (154,138,89). Sum of RGB (Red+Green+Blue) = 154+138+89=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A59 is #6575A6. Grayscale: #898989. Windows color (decimal): -6649255 or 5868186. OLE color: 5868186.
HSL color Cylindrical-coordinate representation of color #9A8A59: hue angle of 45.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8A59 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 89 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.40 |
| HSL | 45.23º | 0.27% | 0.48% | - |
| HSV(B) | 45.23º | 0.42% | 0.6% | - |
| XYZ | 24.22 | 25.77 | 13.15 | - |
| YUV | 137.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 89 | 0 | 0.10 | 0.42 | 0.40 | 45.23 | 0.27 | 0.48 |
| Hex | 9A | 8A | 59 | 0 | A | 2A | 28 | 2D | 1B | 30 |
| Octal | 232 | 212 | 131 | 0 | 12 | 52 | 50 | 55 | 33 | 60 |
| Binary | 10011010 | 10001010 | 1011001 | 0 | 1010 | 101010 | 101000 | 101101 | 11011 | 110000 |
Color Harmonies of #9A8A59
Complementary color
Monochromatic Colors of #9A8A59
Black with #9A8A59
Text Example
Text Example
White with #9A8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A59; }
p { color: rgb(154,138,89); }
H1.HeaderClassName
{
color: #9A8A59;
}
.AnyTagClassName
{
color: #9A8A59;
}
</style>
background-color css
<style>
a { background-color: #9A8A59; }
a { background-color: rgb(154,138,89); }
div.DivClassName
{
background-color: #9A8A59;
}
.BgClassName
{
background-color: #9A8A59;
}
</style>
border-color css
<style>
span { border-color: #9A8A59; }
span { border-color: rgb(154,138,89); }
td.TdClassName
{
border-color: #9A8A59;
}
.TagClassName
{
border-color: #9A8A59;
}
</style>