Shades of Muesli #A0814A
Tints of Muesli #A0814A
RGB
CMYK
RGB Variations
Color information
#A0814A (or 0xA0814A) is known color: Muesli. HEX triplet: A0, 81 and 4A. RGB value is (160,129,74). Sum of RGB (Red+Green+Blue) = 160+129+74=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0814A is #5F7EB5. Grayscale: #848484. Windows color (decimal): -6258358 or 4882848. OLE color: 4882848.
HSL color Cylindrical-coordinate representation of color #A0814A: hue angle of 38.37º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0814A is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 74 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.37 |
| HSL | 38.37º | 0.37% | 0.46% | - |
| HSV(B) | 38.37º | 0.54% | 0.63% | - |
| XYZ | 23.58 | 23.67 | 9.8 | - |
| YUV | 132 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 74 | 0 | 0.19 | 0.54 | 0.37 | 38.37 | 0.37 | 0.46 |
| Hex | A0 | 81 | 4A | 0 | 13 | 36 | 25 | 26 | 25 | 2E |
| Octal | 240 | 201 | 112 | 0 | 23 | 66 | 45 | 46 | 45 | 56 |
| Binary | 10100000 | 10000001 | 1001010 | 0 | 10011 | 110110 | 100101 | 100110 | 100101 | 101110 |
Color Harmonies of #A0814A
Complementary color
Monochromatic Colors of #A0814A
Black with #A0814A
Text Example
Text Example
White with #A0814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0814A; }
p { color: rgb(160,129,74); }
H1.HeaderClassName
{
color: #A0814A;
}
.AnyTagClassName
{
color: #A0814A;
}
</style>
background-color css
<style>
a { background-color: #A0814A; }
a { background-color: rgb(160,129,74); }
div.DivClassName
{
background-color: #A0814A;
}
.BgClassName
{
background-color: #A0814A;
}
</style>
border-color css
<style>
span { border-color: #A0814A; }
span { border-color: rgb(160,129,74); }
td.TdClassName
{
border-color: #A0814A;
}
.TagClassName
{
border-color: #A0814A;
}
</style>