Shades of Muesli #A17F4F
Tints of Muesli #A17F4F
RGB
CMYK
RGB Variations
Color information
#A17F4F (or 0xA17F4F) is known color: Muesli. HEX triplet: A1, 7F and 4F. RGB value is (161,127,79). Sum of RGB (Red+Green+Blue) = 161+127+79=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F4F is #5E80B0. Grayscale: #838383. Windows color (decimal): -6193329 or 5210017. OLE color: 5210017.
HSL color Cylindrical-coordinate representation of color #A17F4F: hue angle of 35.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17F4F is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 79 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.37 |
| HSL | 35.12º | 0.34% | 0.47% | - |
| HSV(B) | 35.12º | 0.51% | 0.63% | - |
| XYZ | 23.7 | 23.32 | 10.65 | - |
| YUV | 131.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 79 | 0 | 0.21 | 0.51 | 0.37 | 35.12 | 0.34 | 0.47 |
| Hex | A1 | 7F | 4F | 0 | 15 | 33 | 25 | 23 | 22 | 2F |
| Octal | 241 | 177 | 117 | 0 | 25 | 63 | 45 | 43 | 42 | 57 |
| Binary | 10100001 | 1111111 | 1001111 | 0 | 10101 | 110011 | 100101 | 100011 | 100010 | 101111 |
Color Harmonies of #A17F4F
Complementary color
Monochromatic Colors of #A17F4F
Black with #A17F4F
Text Example
Text Example
White with #A17F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F4F; }
p { color: rgb(161,127,79); }
H1.HeaderClassName
{
color: #A17F4F;
}
.AnyTagClassName
{
color: #A17F4F;
}
</style>
background-color css
<style>
a { background-color: #A17F4F; }
a { background-color: rgb(161,127,79); }
div.DivClassName
{
background-color: #A17F4F;
}
.BgClassName
{
background-color: #A17F4F;
}
</style>
border-color css
<style>
span { border-color: #A17F4F; }
span { border-color: rgb(161,127,79); }
td.TdClassName
{
border-color: #A17F4F;
}
.TagClassName
{
border-color: #A17F4F;
}
</style>