Shades of Muesli #A67C50
Tints of Muesli #A67C50
RGB
CMYK
RGB Variations
Color information
#A67C50 (or 0xA67C50) is known color: Muesli. HEX triplet: A6, 7C and 50. RGB value is (166,124,80). Sum of RGB (Red+Green+Blue) = 166+124+80=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C50 is #5983AF. Grayscale: #838383. Windows color (decimal): -5866416 or 5274790. OLE color: 5274790.
HSL color Cylindrical-coordinate representation of color #A67C50: hue angle of 30.7º 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 #A67C50 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 80 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.35 |
| HSL | 30.7º | 0.35% | 0.48% | - |
| HSV(B) | 30.7º | 0.52% | 0.65% | - |
| XYZ | 24.38 | 23.1 | 10.76 | - |
| YUV | 131.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 80 | 0 | 0.25 | 0.52 | 0.35 | 30.7 | 0.35 | 0.48 |
| Hex | A6 | 7C | 50 | 0 | 19 | 34 | 23 | 1F | 23 | 30 |
| Octal | 246 | 174 | 120 | 0 | 31 | 64 | 43 | 37 | 43 | 60 |
| Binary | 10100110 | 1111100 | 1010000 | 0 | 11001 | 110100 | 100011 | 11111 | 100011 | 110000 |
Color Harmonies of #A67C50
Complementary color
Monochromatic Colors of #A67C50
Black with #A67C50
Text Example
Text Example
White with #A67C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C50; }
p { color: rgb(166,124,80); }
H1.HeaderClassName
{
color: #A67C50;
}
.AnyTagClassName
{
color: #A67C50;
}
</style>
background-color css
<style>
a { background-color: #A67C50; }
a { background-color: rgb(166,124,80); }
div.DivClassName
{
background-color: #A67C50;
}
.BgClassName
{
background-color: #A67C50;
}
</style>
border-color css
<style>
span { border-color: #A67C50; }
span { border-color: rgb(166,124,80); }
td.TdClassName
{
border-color: #A67C50;
}
.TagClassName
{
border-color: #A67C50;
}
</style>