Shades of Muesli #A37954
Tints of Muesli #A37954
RGB
CMYK
RGB Variations
Color information
#A37954 (or 0xA37954) is known color: Muesli. HEX triplet: A3, 79 and 54. RGB value is (163,121,84). Sum of RGB (Red+Green+Blue) = 163+121+84=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A37954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37954 is #5C86AB. Grayscale: #818181. Windows color (decimal): -6063788 or 5536163. OLE color: 5536163.
HSL color Cylindrical-coordinate representation of color #A37954: hue angle of 28.1º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37954 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 84 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.36 |
| HSL | 28.1º | 0.32% | 0.48% | - |
| HSV(B) | 28.1º | 0.48% | 0.64% | - |
| XYZ | 23.54 | 22.1 | 11.41 | - |
| YUV | 129.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 84 | 0 | 0.26 | 0.48 | 0.36 | 28.1 | 0.32 | 0.48 |
| Hex | A3 | 79 | 54 | 0 | 1A | 30 | 24 | 1C | 20 | 30 |
| Octal | 243 | 171 | 124 | 0 | 32 | 60 | 44 | 34 | 40 | 60 |
| Binary | 10100011 | 1111001 | 1010100 | 0 | 11010 | 110000 | 100100 | 11100 | 100000 | 110000 |
Color Harmonies of #A37954
Complementary color
Monochromatic Colors of #A37954
Black with #A37954
Text Example
Text Example
White with #A37954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37954; }
p { color: rgb(163,121,84); }
H1.HeaderClassName
{
color: #A37954;
}
.AnyTagClassName
{
color: #A37954;
}
</style>
background-color css
<style>
a { background-color: #A37954; }
a { background-color: rgb(163,121,84); }
div.DivClassName
{
background-color: #A37954;
}
.BgClassName
{
background-color: #A37954;
}
</style>
border-color css
<style>
span { border-color: #A37954; }
span { border-color: rgb(163,121,84); }
td.TdClassName
{
border-color: #A37954;
}
.TagClassName
{
border-color: #A37954;
}
</style>