Shades of Muesli #A67747
Tints of Muesli #A67747
RGB
CMYK
RGB Variations
Color information
#A67747 (or 0xA67747) is known color: Muesli. HEX triplet: A6, 77 and 47. RGB value is (166,119,71). Sum of RGB (Red+Green+Blue) = 166+119+71=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A67747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67747 is #5988B8. Grayscale: #7F7F7F. Windows color (decimal): -5867705 or 4683686. OLE color: 4683686.
HSL color Cylindrical-coordinate representation of color #A67747: hue angle of 30.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A67747 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 71 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.35 |
| HSL | 30.32º | 0.4% | 0.46% | - |
| HSV(B) | 30.32º | 0.57% | 0.65% | - |
| XYZ | 23.46 | 21.76 | 8.92 | - |
| YUV | 127.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 71 | 0 | 0.28 | 0.57 | 0.35 | 30.32 | 0.4 | 0.46 |
| Hex | A6 | 77 | 47 | 0 | 1C | 39 | 23 | 1E | 28 | 2E |
| Octal | 246 | 167 | 107 | 0 | 34 | 71 | 43 | 36 | 50 | 56 |
| Binary | 10100110 | 1110111 | 1000111 | 0 | 11100 | 111001 | 100011 | 11110 | 101000 | 101110 |
Color Harmonies of #A67747
Complementary color
Monochromatic Colors of #A67747
Black with #A67747
Text Example
Text Example
White with #A67747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67747; }
p { color: rgb(166,119,71); }
H1.HeaderClassName
{
color: #A67747;
}
.AnyTagClassName
{
color: #A67747;
}
</style>
background-color css
<style>
a { background-color: #A67747; }
a { background-color: rgb(166,119,71); }
div.DivClassName
{
background-color: #A67747;
}
.BgClassName
{
background-color: #A67747;
}
</style>
border-color css
<style>
span { border-color: #A67747; }
span { border-color: rgb(166,119,71); }
td.TdClassName
{
border-color: #A67747;
}
.TagClassName
{
border-color: #A67747;
}
</style>