Shades of Muesli #A08359
Tints of Muesli #A08359
RGB
CMYK
RGB Variations
Color information
#A08359 (or 0xA08359) is known color: Muesli. HEX triplet: A0, 83 and 59. RGB value is (160,131,89). Sum of RGB (Red+Green+Blue) = 160+131+89=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A08359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08359 is #5F7CA6. Grayscale: #878787. Windows color (decimal): -6257831 or 5866400. OLE color: 5866400.
HSL color Cylindrical-coordinate representation of color #A08359: hue angle of 35.49º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08359 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 89 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.37 |
| HSL | 35.49º | 0.29% | 0.49% | - |
| HSV(B) | 35.49º | 0.44% | 0.63% | - |
| XYZ | 24.42 | 24.43 | 12.88 | - |
| YUV | 134.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 89 | 0 | 0.18 | 0.44 | 0.37 | 35.49 | 0.29 | 0.49 |
| Hex | A0 | 83 | 59 | 0 | 12 | 2C | 25 | 23 | 1D | 31 |
| Octal | 240 | 203 | 131 | 0 | 22 | 54 | 45 | 43 | 35 | 61 |
| Binary | 10100000 | 10000011 | 1011001 | 0 | 10010 | 101100 | 100101 | 100011 | 11101 | 110001 |
Color Harmonies of #A08359
Complementary color
Monochromatic Colors of #A08359
Black with #A08359
Text Example
Text Example
White with #A08359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08359; }
p { color: rgb(160,131,89); }
H1.HeaderClassName
{
color: #A08359;
}
.AnyTagClassName
{
color: #A08359;
}
</style>
background-color css
<style>
a { background-color: #A08359; }
a { background-color: rgb(160,131,89); }
div.DivClassName
{
background-color: #A08359;
}
.BgClassName
{
background-color: #A08359;
}
</style>
border-color css
<style>
span { border-color: #A08359; }
span { border-color: rgb(160,131,89); }
td.TdClassName
{
border-color: #A08359;
}
.TagClassName
{
border-color: #A08359;
}
</style>