Shades of Muesli #A67850
Tints of Muesli #A67850
RGB
CMYK
RGB Variations
Color information
#A67850 (or 0xA67850) is known color: Muesli. HEX triplet: A6, 78 and 50. RGB value is (166,120,80). Sum of RGB (Red+Green+Blue) = 166+120+80=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A67850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67850 is #5987AF. Grayscale: #818181. Windows color (decimal): -5867440 or 5273766. OLE color: 5273766.
HSL color Cylindrical-coordinate representation of color #A67850: hue angle of 27.91º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A67850 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 80 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.35 |
| HSL | 27.91º | 0.35% | 0.48% | - |
| HSV(B) | 27.91º | 0.52% | 0.65% | - |
| XYZ | 23.89 | 22.12 | 10.6 | - |
| YUV | 129.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 80 | 0 | 0.28 | 0.52 | 0.35 | 27.91 | 0.35 | 0.48 |
| Hex | A6 | 78 | 50 | 0 | 1C | 34 | 23 | 1C | 23 | 30 |
| Octal | 246 | 170 | 120 | 0 | 34 | 64 | 43 | 34 | 43 | 60 |
| Binary | 10100110 | 1111000 | 1010000 | 0 | 11100 | 110100 | 100011 | 11100 | 100011 | 110000 |
Color Harmonies of #A67850
Complementary color
Monochromatic Colors of #A67850
Black with #A67850
Text Example
Text Example
White with #A67850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67850; }
p { color: rgb(166,120,80); }
H1.HeaderClassName
{
color: #A67850;
}
.AnyTagClassName
{
color: #A67850;
}
</style>
background-color css
<style>
a { background-color: #A67850; }
a { background-color: rgb(166,120,80); }
div.DivClassName
{
background-color: #A67850;
}
.BgClassName
{
background-color: #A67850;
}
</style>
border-color css
<style>
span { border-color: #A67850; }
span { border-color: rgb(166,120,80); }
td.TdClassName
{
border-color: #A67850;
}
.TagClassName
{
border-color: #A67850;
}
</style>