Shades of Muesli #A17C47
Tints of Muesli #A17C47
RGB
CMYK
RGB Variations
Color information
#A17C47 (or 0xA17C47) is known color: Muesli. HEX triplet: A1, 7C and 47. RGB value is (161,124,71). Sum of RGB (Red+Green+Blue) = 161+124+71=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C47 is #5E83B8. Grayscale: #818181. Windows color (decimal): -6194105 or 4684961. OLE color: 4684961.
HSL color Cylindrical-coordinate representation of color #A17C47: hue angle of 35.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A17C47 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 71 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.37 |
| HSL | 35.33º | 0.39% | 0.45% | - |
| HSV(B) | 35.33º | 0.56% | 0.63% | - |
| XYZ | 23.04 | 22.45 | 9.08 | - |
| YUV | 129.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 71 | 0 | 0.23 | 0.56 | 0.37 | 35.33 | 0.39 | 0.45 |
| Hex | A1 | 7C | 47 | 0 | 17 | 38 | 25 | 23 | 27 | 2D |
| Octal | 241 | 174 | 107 | 0 | 27 | 70 | 45 | 43 | 47 | 55 |
| Binary | 10100001 | 1111100 | 1000111 | 0 | 10111 | 111000 | 100101 | 100011 | 100111 | 101101 |
Color Harmonies of #A17C47
Complementary color
Monochromatic Colors of #A17C47
Black with #A17C47
Text Example
Text Example
White with #A17C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C47; }
p { color: rgb(161,124,71); }
H1.HeaderClassName
{
color: #A17C47;
}
.AnyTagClassName
{
color: #A17C47;
}
</style>
background-color css
<style>
a { background-color: #A17C47; }
a { background-color: rgb(161,124,71); }
div.DivClassName
{
background-color: #A17C47;
}
.BgClassName
{
background-color: #A17C47;
}
</style>
border-color css
<style>
span { border-color: #A17C47; }
span { border-color: rgb(161,124,71); }
td.TdClassName
{
border-color: #A17C47;
}
.TagClassName
{
border-color: #A17C47;
}
</style>