Shades of Muesli #A17A49
Tints of Muesli #A17A49
RGB
CMYK
RGB Variations
Color information
#A17A49 (or 0xA17A49) is known color: Muesli. HEX triplet: A1, 7A and 49. RGB value is (161,122,73). Sum of RGB (Red+Green+Blue) = 161+122+73=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A49 is #5E85B6. Grayscale: #808080. Windows color (decimal): -6194615 or 4815521. OLE color: 4815521.
HSL color Cylindrical-coordinate representation of color #A17A49: hue angle of 33.41º 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 #A17A49 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 73 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.37 |
| HSL | 33.41º | 0.38% | 0.46% | - |
| HSV(B) | 33.41º | 0.55% | 0.63% | - |
| XYZ | 22.86 | 21.98 | 9.34 | - |
| YUV | 128.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 73 | 0 | 0.24 | 0.55 | 0.37 | 33.41 | 0.38 | 0.46 |
| Hex | A1 | 7A | 49 | 0 | 18 | 37 | 25 | 21 | 26 | 2E |
| Octal | 241 | 172 | 111 | 0 | 30 | 67 | 45 | 41 | 46 | 56 |
| Binary | 10100001 | 1111010 | 1001001 | 0 | 11000 | 110111 | 100101 | 100001 | 100110 | 101110 |
Color Harmonies of #A17A49
Complementary color
Monochromatic Colors of #A17A49
Black with #A17A49
Text Example
Text Example
White with #A17A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A49; }
p { color: rgb(161,122,73); }
H1.HeaderClassName
{
color: #A17A49;
}
.AnyTagClassName
{
color: #A17A49;
}
</style>
background-color css
<style>
a { background-color: #A17A49; }
a { background-color: rgb(161,122,73); }
div.DivClassName
{
background-color: #A17A49;
}
.BgClassName
{
background-color: #A17A49;
}
</style>
border-color css
<style>
span { border-color: #A17A49; }
span { border-color: rgb(161,122,73); }
td.TdClassName
{
border-color: #A17A49;
}
.TagClassName
{
border-color: #A17A49;
}
</style>