Shades of Muesli #A0844F
Tints of Muesli #A0844F
RGB
CMYK
RGB Variations
Color information
#A0844F (or 0xA0844F) is known color: Muesli. HEX triplet: A0, 84 and 4F. RGB value is (160,132,79). Sum of RGB (Red+Green+Blue) = 160+132+79=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0844F is #5F7BB0. Grayscale: #868686. Windows color (decimal): -6257585 or 5211296. OLE color: 5211296.
HSL color Cylindrical-coordinate representation of color #A0844F: hue angle of 39.26º 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 #A0844F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 79 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.37 |
| HSL | 39.26º | 0.34% | 0.47% | - |
| HSV(B) | 39.26º | 0.51% | 0.63% | - |
| XYZ | 24.16 | 24.54 | 10.86 | - |
| YUV | 134.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 79 | 0 | 0.17 | 0.51 | 0.37 | 39.26 | 0.34 | 0.47 |
| Hex | A0 | 84 | 4F | 0 | 11 | 33 | 25 | 27 | 22 | 2F |
| Octal | 240 | 204 | 117 | 0 | 21 | 63 | 45 | 47 | 42 | 57 |
| Binary | 10100000 | 10000100 | 1001111 | 0 | 10001 | 110011 | 100101 | 100111 | 100010 | 101111 |
Color Harmonies of #A0844F
Complementary color
Monochromatic Colors of #A0844F
Black with #A0844F
Text Example
Text Example
White with #A0844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0844F; }
p { color: rgb(160,132,79); }
H1.HeaderClassName
{
color: #A0844F;
}
.AnyTagClassName
{
color: #A0844F;
}
</style>
background-color css
<style>
a { background-color: #A0844F; }
a { background-color: rgb(160,132,79); }
div.DivClassName
{
background-color: #A0844F;
}
.BgClassName
{
background-color: #A0844F;
}
</style>
border-color css
<style>
span { border-color: #A0844F; }
span { border-color: rgb(160,132,79); }
td.TdClassName
{
border-color: #A0844F;
}
.TagClassName
{
border-color: #A0844F;
}
</style>