Shades of Muesli #A67749
Tints of Muesli #A67749
RGB
CMYK
RGB Variations
Color information
#A67749 (or 0xA67749) is known color: Muesli. HEX triplet: A6, 77 and 49. RGB value is (166,119,73). Sum of RGB (Red+Green+Blue) = 166+119+73=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67749 is #5988B6. Grayscale: #808080. Windows color (decimal): -5867703 or 4814758. OLE color: 4814758.
HSL color Cylindrical-coordinate representation of color #A67749: hue angle of 29.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A67749 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 73 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.35 |
| HSL | 29.68º | 0.39% | 0.47% | - |
| HSV(B) | 29.68º | 0.56% | 0.65% | - |
| XYZ | 23.53 | 21.78 | 9.27 | - |
| YUV | 127.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 73 | 0 | 0.28 | 0.56 | 0.35 | 29.68 | 0.39 | 0.47 |
| Hex | A6 | 77 | 49 | 0 | 1C | 38 | 23 | 1E | 27 | 2F |
| Octal | 246 | 167 | 111 | 0 | 34 | 70 | 43 | 36 | 47 | 57 |
| Binary | 10100110 | 1110111 | 1001001 | 0 | 11100 | 111000 | 100011 | 11110 | 100111 | 101111 |
Color Harmonies of #A67749
Complementary color
Monochromatic Colors of #A67749
Black with #A67749
Text Example
Text Example
White with #A67749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67749; }
p { color: rgb(166,119,73); }
H1.HeaderClassName
{
color: #A67749;
}
.AnyTagClassName
{
color: #A67749;
}
</style>
background-color css
<style>
a { background-color: #A67749; }
a { background-color: rgb(166,119,73); }
div.DivClassName
{
background-color: #A67749;
}
.BgClassName
{
background-color: #A67749;
}
</style>
border-color css
<style>
span { border-color: #A67749; }
span { border-color: rgb(166,119,73); }
td.TdClassName
{
border-color: #A67749;
}
.TagClassName
{
border-color: #A67749;
}
</style>