Shades of Muesli #9A8256
Tints of Muesli #9A8256
RGB
CMYK
RGB Variations
Color information
#9A8256 (or 0x9A8256) is known color: Muesli. HEX triplet: 9A, 82 and 56. RGB value is (154,130,86). Sum of RGB (Red+Green+Blue) = 154+130+86=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8256 is #657DA9. Grayscale: #848484. Windows color (decimal): -6651306 or 5669530. OLE color: 5669530.
HSL color Cylindrical-coordinate representation of color #9A8256: hue angle of 38.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8256 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 86 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.40 |
| HSL | 38.82º | 0.28% | 0.47% | - |
| HSV(B) | 38.82º | 0.44% | 0.6% | - |
| XYZ | 22.99 | 23.51 | 12.13 | - |
| YUV | 132.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 86 | 0 | 0.16 | 0.44 | 0.40 | 38.82 | 0.28 | 0.47 |
| Hex | 9A | 82 | 56 | 0 | 10 | 2C | 28 | 27 | 1C | 2F |
| Octal | 232 | 202 | 126 | 0 | 20 | 54 | 50 | 47 | 34 | 57 |
| Binary | 10011010 | 10000010 | 1010110 | 0 | 10000 | 101100 | 101000 | 100111 | 11100 | 101111 |
Color Harmonies of #9A8256
Complementary color
Monochromatic Colors of #9A8256
Black with #9A8256
Text Example
Text Example
White with #9A8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8256; }
p { color: rgb(154,130,86); }
H1.HeaderClassName
{
color: #9A8256;
}
.AnyTagClassName
{
color: #9A8256;
}
</style>
background-color css
<style>
a { background-color: #9A8256; }
a { background-color: rgb(154,130,86); }
div.DivClassName
{
background-color: #9A8256;
}
.BgClassName
{
background-color: #9A8256;
}
</style>
border-color css
<style>
span { border-color: #9A8256; }
span { border-color: rgb(154,130,86); }
td.TdClassName
{
border-color: #9A8256;
}
.TagClassName
{
border-color: #9A8256;
}
</style>