Shades of Muesli #A17D4F
Tints of Muesli #A17D4F
RGB
CMYK
RGB Variations
Color information
#A17D4F (or 0xA17D4F) is known color: Muesli. HEX triplet: A1, 7D and 4F. RGB value is (161,125,79). Sum of RGB (Red+Green+Blue) = 161+125+79=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D4F is #5E82B0. Grayscale: #828282. Windows color (decimal): -6193841 or 5209505. OLE color: 5209505.
HSL color Cylindrical-coordinate representation of color #A17D4F: hue angle of 33.66º 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 #A17D4F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 79 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.37 |
| HSL | 33.66º | 0.34% | 0.47% | - |
| HSV(B) | 33.66º | 0.51% | 0.63% | - |
| XYZ | 23.44 | 22.81 | 10.56 | - |
| YUV | 130.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 79 | 0 | 0.22 | 0.51 | 0.37 | 33.66 | 0.34 | 0.47 |
| Hex | A1 | 7D | 4F | 0 | 16 | 33 | 25 | 22 | 22 | 2F |
| Octal | 241 | 175 | 117 | 0 | 26 | 63 | 45 | 42 | 42 | 57 |
| Binary | 10100001 | 1111101 | 1001111 | 0 | 10110 | 110011 | 100101 | 100010 | 100010 | 101111 |
Color Harmonies of #A17D4F
Complementary color
Monochromatic Colors of #A17D4F
Black with #A17D4F
Text Example
Text Example
White with #A17D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D4F; }
p { color: rgb(161,125,79); }
H1.HeaderClassName
{
color: #A17D4F;
}
.AnyTagClassName
{
color: #A17D4F;
}
</style>
background-color css
<style>
a { background-color: #A17D4F; }
a { background-color: rgb(161,125,79); }
div.DivClassName
{
background-color: #A17D4F;
}
.BgClassName
{
background-color: #A17D4F;
}
</style>
border-color css
<style>
span { border-color: #A17D4F; }
span { border-color: rgb(161,125,79); }
td.TdClassName
{
border-color: #A17D4F;
}
.TagClassName
{
border-color: #A17D4F;
}
</style>