Shades of Muesli #A17542
Tints of Muesli #A17542
RGB
CMYK
RGB Variations
Color information
#A17542 (or 0xA17542) is known color: Muesli. HEX triplet: A1, 75 and 42. RGB value is (161,117,66). Sum of RGB (Red+Green+Blue) = 161+117+66=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A17542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17542 is #5E8ABD. Grayscale: #7C7C7C. Windows color (decimal): -6195902 or 4355489. OLE color: 4355489.
HSL color Cylindrical-coordinate representation of color #A17542: hue angle of 32.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A17542 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 66 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.37 |
| HSL | 32.21º | 0.42% | 0.45% | - |
| HSV(B) | 32.21º | 0.59% | 0.63% | - |
| XYZ | 22.04 | 20.69 | 7.99 | - |
| YUV | 124.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 66 | 0 | 0.27 | 0.59 | 0.37 | 32.21 | 0.42 | 0.45 |
| Hex | A1 | 75 | 42 | 0 | 1B | 3B | 25 | 20 | 2A | 2D |
| Octal | 241 | 165 | 102 | 0 | 33 | 73 | 45 | 40 | 52 | 55 |
| Binary | 10100001 | 1110101 | 1000010 | 0 | 11011 | 111011 | 100101 | 100000 | 101010 | 101101 |
Color Harmonies of #A17542
Complementary color
Monochromatic Colors of #A17542
Black with #A17542
Text Example
Text Example
White with #A17542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17542; }
p { color: rgb(161,117,66); }
H1.HeaderClassName
{
color: #A17542;
}
.AnyTagClassName
{
color: #A17542;
}
</style>
background-color css
<style>
a { background-color: #A17542; }
a { background-color: rgb(161,117,66); }
div.DivClassName
{
background-color: #A17542;
}
.BgClassName
{
background-color: #A17542;
}
</style>
border-color css
<style>
span { border-color: #A17542; }
span { border-color: rgb(161,117,66); }
td.TdClassName
{
border-color: #A17542;
}
.TagClassName
{
border-color: #A17542;
}
</style>