Shades of Muesli #A17A56
Tints of Muesli #A17A56
RGB
CMYK
RGB Variations
Color information
#A17A56 (or 0xA17A56) is known color: Muesli. HEX triplet: A1, 7A and 56. RGB value is (161,122,86). Sum of RGB (Red+Green+Blue) = 161+122+86=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A56 is #5E85A9. Grayscale: #818181. Windows color (decimal): -6194602 or 5667489. OLE color: 5667489.
HSL color Cylindrical-coordinate representation of color #A17A56: hue angle of 28.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17A56 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 86 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.37 |
| HSL | 28.8º | 0.3% | 0.48% | - |
| HSV(B) | 28.8º | 0.47% | 0.63% | - |
| XYZ | 23.34 | 22.17 | 11.85 | - |
| YUV | 129.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 86 | 0 | 0.24 | 0.47 | 0.37 | 28.8 | 0.3 | 0.48 |
| Hex | A1 | 7A | 56 | 0 | 18 | 2F | 25 | 1D | 1E | 30 |
| Octal | 241 | 172 | 126 | 0 | 30 | 57 | 45 | 35 | 36 | 60 |
| Binary | 10100001 | 1111010 | 1010110 | 0 | 11000 | 101111 | 100101 | 11101 | 11110 | 110000 |
Color Harmonies of #A17A56
Complementary color
Monochromatic Colors of #A17A56
Black with #A17A56
Text Example
Text Example
White with #A17A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A56; }
p { color: rgb(161,122,86); }
H1.HeaderClassName
{
color: #A17A56;
}
.AnyTagClassName
{
color: #A17A56;
}
</style>
background-color css
<style>
a { background-color: #A17A56; }
a { background-color: rgb(161,122,86); }
div.DivClassName
{
background-color: #A17A56;
}
.BgClassName
{
background-color: #A17A56;
}
</style>
border-color css
<style>
span { border-color: #A17A56; }
span { border-color: rgb(161,122,86); }
td.TdClassName
{
border-color: #A17A56;
}
.TagClassName
{
border-color: #A17A56;
}
</style>