Shades of Muesli #A17B49
Tints of Muesli #A17B49
RGB
CMYK
RGB Variations
Color information
#A17B49 (or 0xA17B49) is known color: Muesli. HEX triplet: A1, 7B and 49. RGB value is (161,123,73). Sum of RGB (Red+Green+Blue) = 161+123+73=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B49 is #5E84B6. Grayscale: #808080. Windows color (decimal): -6194359 or 4815777. OLE color: 4815777.
HSL color Cylindrical-coordinate representation of color #A17B49: hue angle of 34.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A17B49 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 73 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.37 |
| HSL | 34.09º | 0.38% | 0.46% | - |
| HSV(B) | 34.09º | 0.55% | 0.63% | - |
| XYZ | 22.98 | 22.22 | 9.38 | - |
| YUV | 128.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 73 | 0 | 0.24 | 0.55 | 0.37 | 34.09 | 0.38 | 0.46 |
| Hex | A1 | 7B | 49 | 0 | 18 | 37 | 25 | 22 | 26 | 2E |
| Octal | 241 | 173 | 111 | 0 | 30 | 67 | 45 | 42 | 46 | 56 |
| Binary | 10100001 | 1111011 | 1001001 | 0 | 11000 | 110111 | 100101 | 100010 | 100110 | 101110 |
Color Harmonies of #A17B49
Complementary color
Monochromatic Colors of #A17B49
Black with #A17B49
Text Example
Text Example
White with #A17B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B49; }
p { color: rgb(161,123,73); }
H1.HeaderClassName
{
color: #A17B49;
}
.AnyTagClassName
{
color: #A17B49;
}
</style>
background-color css
<style>
a { background-color: #A17B49; }
a { background-color: rgb(161,123,73); }
div.DivClassName
{
background-color: #A17B49;
}
.BgClassName
{
background-color: #A17B49;
}
</style>
border-color css
<style>
span { border-color: #A17B49; }
span { border-color: rgb(161,123,73); }
td.TdClassName
{
border-color: #A17B49;
}
.TagClassName
{
border-color: #A17B49;
}
</style>