Shades of Muesli #A37E50
Tints of Muesli #A37E50
RGB
CMYK
RGB Variations
Color information
#A37E50 (or 0xA37E50) is known color: Muesli. HEX triplet: A3, 7E and 50. RGB value is (163,126,80). Sum of RGB (Red+Green+Blue) = 163+126+80=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E50 is #5C81AF. Grayscale: #848484. Windows color (decimal): -6062512 or 5275299. OLE color: 5275299.
HSL color Cylindrical-coordinate representation of color #A37E50: hue angle of 33.25º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37E50 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 80 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 33.25º | 0.34% | 0.48% | - |
| HSV(B) | 33.25º | 0.51% | 0.64% | - |
| XYZ | 24.01 | 23.29 | 10.82 | - |
| YUV | 131.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 80 | 0 | 0.23 | 0.51 | 0.36 | 33.25 | 0.34 | 0.48 |
| Hex | A3 | 7E | 50 | 0 | 17 | 33 | 24 | 21 | 22 | 30 |
| Octal | 243 | 176 | 120 | 0 | 27 | 63 | 44 | 41 | 42 | 60 |
| Binary | 10100011 | 1111110 | 1010000 | 0 | 10111 | 110011 | 100100 | 100001 | 100010 | 110000 |
Color Harmonies of #A37E50
Complementary color
Monochromatic Colors of #A37E50
Black with #A37E50
Text Example
Text Example
White with #A37E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E50; }
p { color: rgb(163,126,80); }
H1.HeaderClassName
{
color: #A37E50;
}
.AnyTagClassName
{
color: #A37E50;
}
</style>
background-color css
<style>
a { background-color: #A37E50; }
a { background-color: rgb(163,126,80); }
div.DivClassName
{
background-color: #A37E50;
}
.BgClassName
{
background-color: #A37E50;
}
</style>
border-color css
<style>
span { border-color: #A37E50; }
span { border-color: rgb(163,126,80); }
td.TdClassName
{
border-color: #A37E50;
}
.TagClassName
{
border-color: #A37E50;
}
</style>