Shades of Muesli #A67956
Tints of Muesli #A67956
RGB
CMYK
RGB Variations
Color information
#A67956 (or 0xA67956) is known color: Muesli. HEX triplet: A6, 79 and 56. RGB value is (166,121,86). Sum of RGB (Red+Green+Blue) = 166+121+86=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A67956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67956 is #5986A9. Grayscale: #828282. Windows color (decimal): -5867178 or 5667238. OLE color: 5667238.
HSL color Cylindrical-coordinate representation of color #A67956: hue angle of 26.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67956 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 86 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.35 |
| HSL | 26.25º | 0.32% | 0.49% | - |
| HSV(B) | 26.25º | 0.48% | 0.65% | - |
| XYZ | 24.24 | 22.45 | 11.86 | - |
| YUV | 130.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 86 | 0 | 0.27 | 0.48 | 0.35 | 26.25 | 0.32 | 0.49 |
| Hex | A6 | 79 | 56 | 0 | 1B | 30 | 23 | 1A | 20 | 31 |
| Octal | 246 | 171 | 126 | 0 | 33 | 60 | 43 | 32 | 40 | 61 |
| Binary | 10100110 | 1111001 | 1010110 | 0 | 11011 | 110000 | 100011 | 11010 | 100000 | 110001 |
Color Harmonies of #A67956
Complementary color
Monochromatic Colors of #A67956
Black with #A67956
Text Example
Text Example
White with #A67956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67956; }
p { color: rgb(166,121,86); }
H1.HeaderClassName
{
color: #A67956;
}
.AnyTagClassName
{
color: #A67956;
}
</style>
background-color css
<style>
a { background-color: #A67956; }
a { background-color: rgb(166,121,86); }
div.DivClassName
{
background-color: #A67956;
}
.BgClassName
{
background-color: #A67956;
}
</style>
border-color css
<style>
span { border-color: #A67956; }
span { border-color: rgb(166,121,86); }
td.TdClassName
{
border-color: #A67956;
}
.TagClassName
{
border-color: #A67956;
}
</style>