Shades of Muesli #A17A51
Tints of Muesli #A17A51
RGB
CMYK
RGB Variations
Color information
#A17A51 (or 0xA17A51) is known color: Muesli. HEX triplet: A1, 7A and 51. RGB value is (161,122,81). Sum of RGB (Red+Green+Blue) = 161+122+81=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A51 is #5E85AE. Grayscale: #818181. Windows color (decimal): -6194607 or 5339809. OLE color: 5339809.
HSL color Cylindrical-coordinate representation of color #A17A51: hue angle of 30.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17A51 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 81 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.37 |
| HSL | 30.75º | 0.33% | 0.47% | - |
| HSV(B) | 30.75º | 0.5% | 0.63% | - |
| XYZ | 23.14 | 22.09 | 10.83 | - |
| YUV | 128.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 81 | 0 | 0.24 | 0.50 | 0.37 | 30.75 | 0.33 | 0.47 |
| Hex | A1 | 7A | 51 | 0 | 18 | 32 | 25 | 1F | 21 | 2F |
| Octal | 241 | 172 | 121 | 0 | 30 | 62 | 45 | 37 | 41 | 57 |
| Binary | 10100001 | 1111010 | 1010001 | 0 | 11000 | 110010 | 100101 | 11111 | 100001 | 101111 |
Color Harmonies of #A17A51
Complementary color
Monochromatic Colors of #A17A51
Black with #A17A51
Text Example
Text Example
White with #A17A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A51; }
p { color: rgb(161,122,81); }
H1.HeaderClassName
{
color: #A17A51;
}
.AnyTagClassName
{
color: #A17A51;
}
</style>
background-color css
<style>
a { background-color: #A17A51; }
a { background-color: rgb(161,122,81); }
div.DivClassName
{
background-color: #A17A51;
}
.BgClassName
{
background-color: #A17A51;
}
</style>
border-color css
<style>
span { border-color: #A17A51; }
span { border-color: rgb(161,122,81); }
td.TdClassName
{
border-color: #A17A51;
}
.TagClassName
{
border-color: #A17A51;
}
</style>