Shades of Muesli #A17D4E
Tints of Muesli #A17D4E
RGB
CMYK
RGB Variations
Color information
#A17D4E (or 0xA17D4E) is known color: Muesli. HEX triplet: A1, 7D and 4E. RGB value is (161,125,78). Sum of RGB (Red+Green+Blue) = 161+125+78=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D4E is #5E82B1. Grayscale: #828282. Windows color (decimal): -6193842 or 5143969. OLE color: 5143969.
HSL color Cylindrical-coordinate representation of color #A17D4E: hue angle of 33.98º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A17D4E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 78 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.37 |
| HSL | 33.98º | 0.35% | 0.47% | - |
| HSV(B) | 33.98º | 0.52% | 0.63% | - |
| XYZ | 23.41 | 22.79 | 10.37 | - |
| YUV | 130.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 78 | 0 | 0.22 | 0.52 | 0.37 | 33.98 | 0.35 | 0.47 |
| Hex | A1 | 7D | 4E | 0 | 16 | 34 | 25 | 22 | 23 | 2F |
| Octal | 241 | 175 | 116 | 0 | 26 | 64 | 45 | 42 | 43 | 57 |
| Binary | 10100001 | 1111101 | 1001110 | 0 | 10110 | 110100 | 100101 | 100010 | 100011 | 101111 |
Color Harmonies of #A17D4E
Complementary color
Monochromatic Colors of #A17D4E
Black with #A17D4E
Text Example
Text Example
White with #A17D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D4E; }
p { color: rgb(161,125,78); }
H1.HeaderClassName
{
color: #A17D4E;
}
.AnyTagClassName
{
color: #A17D4E;
}
</style>
background-color css
<style>
a { background-color: #A17D4E; }
a { background-color: rgb(161,125,78); }
div.DivClassName
{
background-color: #A17D4E;
}
.BgClassName
{
background-color: #A17D4E;
}
</style>
border-color css
<style>
span { border-color: #A17D4E; }
span { border-color: rgb(161,125,78); }
td.TdClassName
{
border-color: #A17D4E;
}
.TagClassName
{
border-color: #A17D4E;
}
</style>