Shades of Muesli #A17943
Tints of Muesli #A17943
RGB
CMYK
RGB Variations
Color information
#A17943 (or 0xA17943) is known color: Muesli. HEX triplet: A1, 79 and 43. RGB value is (161,121,67). Sum of RGB (Red+Green+Blue) = 161+121+67=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A17943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17943 is #5E86BC. Grayscale: #7F7F7F. Windows color (decimal): -6194877 or 4422049. OLE color: 4422049.
HSL color Cylindrical-coordinate representation of color #A17943: hue angle of 34.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17943 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 67 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.37 |
| HSL | 34.47º | 0.41% | 0.45% | - |
| HSV(B) | 34.47º | 0.58% | 0.63% | - |
| XYZ | 22.55 | 21.66 | 8.3 | - |
| YUV | 126.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 67 | 0 | 0.25 | 0.58 | 0.37 | 34.47 | 0.41 | 0.45 |
| Hex | A1 | 79 | 43 | 0 | 19 | 3A | 25 | 22 | 29 | 2D |
| Octal | 241 | 171 | 103 | 0 | 31 | 72 | 45 | 42 | 51 | 55 |
| Binary | 10100001 | 1111001 | 1000011 | 0 | 11001 | 111010 | 100101 | 100010 | 101001 | 101101 |
Color Harmonies of #A17943
Complementary color
Monochromatic Colors of #A17943
Black with #A17943
Text Example
Text Example
White with #A17943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17943; }
p { color: rgb(161,121,67); }
H1.HeaderClassName
{
color: #A17943;
}
.AnyTagClassName
{
color: #A17943;
}
</style>
background-color css
<style>
a { background-color: #A17943; }
a { background-color: rgb(161,121,67); }
div.DivClassName
{
background-color: #A17943;
}
.BgClassName
{
background-color: #A17943;
}
</style>
border-color css
<style>
span { border-color: #A17943; }
span { border-color: rgb(161,121,67); }
td.TdClassName
{
border-color: #A17943;
}
.TagClassName
{
border-color: #A17943;
}
</style>