Shades of Muesli #A07F46
Tints of Muesli #A07F46
RGB
CMYK
RGB Variations
Color information
#A07F46 (or 0xA07F46) is known color: Muesli. HEX triplet: A0, 7F and 46. RGB value is (160,127,70). Sum of RGB (Red+Green+Blue) = 160+127+70=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F46 is #5F80B9. Grayscale: #828282. Windows color (decimal): -6258874 or 4620192. OLE color: 4620192.
HSL color Cylindrical-coordinate representation of color #A07F46: hue angle of 38º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07F46 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 70 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.37 |
| HSL | 38º | 0.39% | 0.45% | - |
| HSV(B) | 38º | 0.56% | 0.63% | - |
| XYZ | 23.19 | 23.09 | 9.03 | - |
| YUV | 130.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 70 | 0 | 0.21 | 0.56 | 0.37 | 38 | 0.39 | 0.45 |
| Hex | A0 | 7F | 46 | 0 | 15 | 38 | 25 | 26 | 27 | 2D |
| Octal | 240 | 177 | 106 | 0 | 25 | 70 | 45 | 46 | 47 | 55 |
| Binary | 10100000 | 1111111 | 1000110 | 0 | 10101 | 111000 | 100101 | 100110 | 100111 | 101101 |
Color Harmonies of #A07F46
Complementary color
Monochromatic Colors of #A07F46
Black with #A07F46
Text Example
Text Example
White with #A07F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F46; }
p { color: rgb(160,127,70); }
H1.HeaderClassName
{
color: #A07F46;
}
.AnyTagClassName
{
color: #A07F46;
}
</style>
background-color css
<style>
a { background-color: #A07F46; }
a { background-color: rgb(160,127,70); }
div.DivClassName
{
background-color: #A07F46;
}
.BgClassName
{
background-color: #A07F46;
}
</style>
border-color css
<style>
span { border-color: #A07F46; }
span { border-color: rgb(160,127,70); }
td.TdClassName
{
border-color: #A07F46;
}
.TagClassName
{
border-color: #A07F46;
}
</style>