Shades of Muesli #A37C4D
Tints of Muesli #A37C4D
RGB
CMYK
RGB Variations
Color information
#A37C4D (or 0xA37C4D) is known color: Muesli. HEX triplet: A3, 7C and 4D. RGB value is (163,124,77). Sum of RGB (Red+Green+Blue) = 163+124+77=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C4D is #5C83B2. Grayscale: #828282. Windows color (decimal): -6063027 or 5078179. OLE color: 5078179.
HSL color Cylindrical-coordinate representation of color #A37C4D: hue angle of 32.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A37C4D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 77 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.36 |
| HSL | 32.79º | 0.36% | 0.47% | - |
| HSV(B) | 32.79º | 0.53% | 0.64% | - |
| XYZ | 23.65 | 22.74 | 10.16 | - |
| YUV | 130.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 77 | 0 | 0.24 | 0.53 | 0.36 | 32.79 | 0.36 | 0.47 |
| Hex | A3 | 7C | 4D | 0 | 18 | 35 | 24 | 21 | 24 | 2F |
| Octal | 243 | 174 | 115 | 0 | 30 | 65 | 44 | 41 | 44 | 57 |
| Binary | 10100011 | 1111100 | 1001101 | 0 | 11000 | 110101 | 100100 | 100001 | 100100 | 101111 |
Color Harmonies of #A37C4D
Complementary color
Monochromatic Colors of #A37C4D
Black with #A37C4D
Text Example
Text Example
White with #A37C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C4D; }
p { color: rgb(163,124,77); }
H1.HeaderClassName
{
color: #A37C4D;
}
.AnyTagClassName
{
color: #A37C4D;
}
</style>
background-color css
<style>
a { background-color: #A37C4D; }
a { background-color: rgb(163,124,77); }
div.DivClassName
{
background-color: #A37C4D;
}
.BgClassName
{
background-color: #A37C4D;
}
</style>
border-color css
<style>
span { border-color: #A37C4D; }
span { border-color: rgb(163,124,77); }
td.TdClassName
{
border-color: #A37C4D;
}
.TagClassName
{
border-color: #A37C4D;
}
</style>