Shades of Muesli #A0824E
Tints of Muesli #A0824E
RGB
CMYK
RGB Variations
Color information
#A0824E (or 0xA0824E) is known color: Muesli. HEX triplet: A0, 82 and 4E. RGB value is (160,130,78). Sum of RGB (Red+Green+Blue) = 160+130+78=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0824E is #5F7DB1. Grayscale: #858585. Windows color (decimal): -6258098 or 5145248. OLE color: 5145248.
HSL color Cylindrical-coordinate representation of color #A0824E: hue angle of 38.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0824E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 78 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.37 |
| HSL | 38.05º | 0.34% | 0.47% | - |
| HSV(B) | 38.05º | 0.51% | 0.63% | - |
| XYZ | 23.85 | 23.99 | 10.58 | - |
| YUV | 133.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 78 | 0 | 0.19 | 0.51 | 0.37 | 38.05 | 0.34 | 0.47 |
| Hex | A0 | 82 | 4E | 0 | 13 | 33 | 25 | 26 | 22 | 2F |
| Octal | 240 | 202 | 116 | 0 | 23 | 63 | 45 | 46 | 42 | 57 |
| Binary | 10100000 | 10000010 | 1001110 | 0 | 10011 | 110011 | 100101 | 100110 | 100010 | 101111 |
Color Harmonies of #A0824E
Complementary color
Monochromatic Colors of #A0824E
Black with #A0824E
Text Example
Text Example
White with #A0824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0824E; }
p { color: rgb(160,130,78); }
H1.HeaderClassName
{
color: #A0824E;
}
.AnyTagClassName
{
color: #A0824E;
}
</style>
background-color css
<style>
a { background-color: #A0824E; }
a { background-color: rgb(160,130,78); }
div.DivClassName
{
background-color: #A0824E;
}
.BgClassName
{
background-color: #A0824E;
}
</style>
border-color css
<style>
span { border-color: #A0824E; }
span { border-color: rgb(160,130,78); }
td.TdClassName
{
border-color: #A0824E;
}
.TagClassName
{
border-color: #A0824E;
}
</style>