Shades of Muesli #A17E47
Tints of Muesli #A17E47
RGB
CMYK
RGB Variations
Color information
#A17E47 (or 0xA17E47) is known color: Muesli. HEX triplet: A1, 7E and 47. RGB value is (161,126,71). Sum of RGB (Red+Green+Blue) = 161+126+71=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E47 is #5E81B8. Grayscale: #828282. Windows color (decimal): -6193593 or 4685473. OLE color: 4685473.
HSL color Cylindrical-coordinate representation of color #A17E47: hue angle of 36.67º 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 #A17E47 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 71 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.37 |
| HSL | 36.67º | 0.39% | 0.45% | - |
| HSV(B) | 36.67º | 0.56% | 0.63% | - |
| XYZ | 23.3 | 22.95 | 9.16 | - |
| YUV | 130.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 71 | 0 | 0.22 | 0.56 | 0.37 | 36.67 | 0.39 | 0.45 |
| Hex | A1 | 7E | 47 | 0 | 16 | 38 | 25 | 25 | 27 | 2D |
| Octal | 241 | 176 | 107 | 0 | 26 | 70 | 45 | 45 | 47 | 55 |
| Binary | 10100001 | 1111110 | 1000111 | 0 | 10110 | 111000 | 100101 | 100101 | 100111 | 101101 |
Color Harmonies of #A17E47
Complementary color
Monochromatic Colors of #A17E47
Black with #A17E47
Text Example
Text Example
White with #A17E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E47; }
p { color: rgb(161,126,71); }
H1.HeaderClassName
{
color: #A17E47;
}
.AnyTagClassName
{
color: #A17E47;
}
</style>
background-color css
<style>
a { background-color: #A17E47; }
a { background-color: rgb(161,126,71); }
div.DivClassName
{
background-color: #A17E47;
}
.BgClassName
{
background-color: #A17E47;
}
</style>
border-color css
<style>
span { border-color: #A17E47; }
span { border-color: rgb(161,126,71); }
td.TdClassName
{
border-color: #A17E47;
}
.TagClassName
{
border-color: #A17E47;
}
</style>