Shades of Muesli #A37C4E
Tints of Muesli #A37C4E
RGB
CMYK
RGB Variations
Color information
#A37C4E (or 0xA37C4E) is known color: Muesli. HEX triplet: A3, 7C and 4E. RGB value is (163,124,78). Sum of RGB (Red+Green+Blue) = 163+124+78=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C4E is #5C83B1. Grayscale: #828282. Windows color (decimal): -6063026 or 5143715. OLE color: 5143715.
HSL color Cylindrical-coordinate representation of color #A37C4E: hue angle of 32.47º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A37C4E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 78 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.36 |
| HSL | 32.47º | 0.35% | 0.47% | - |
| HSV(B) | 32.47º | 0.52% | 0.64% | - |
| XYZ | 23.69 | 22.75 | 10.35 | - |
| YUV | 130.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 78 | 0 | 0.24 | 0.52 | 0.36 | 32.47 | 0.35 | 0.47 |
| Hex | A3 | 7C | 4E | 0 | 18 | 34 | 24 | 20 | 23 | 2F |
| Octal | 243 | 174 | 116 | 0 | 30 | 64 | 44 | 40 | 43 | 57 |
| Binary | 10100011 | 1111100 | 1001110 | 0 | 11000 | 110100 | 100100 | 100000 | 100011 | 101111 |
Color Harmonies of #A37C4E
Complementary color
Monochromatic Colors of #A37C4E
Black with #A37C4E
Text Example
Text Example
White with #A37C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C4E; }
p { color: rgb(163,124,78); }
H1.HeaderClassName
{
color: #A37C4E;
}
.AnyTagClassName
{
color: #A37C4E;
}
</style>
background-color css
<style>
a { background-color: #A37C4E; }
a { background-color: rgb(163,124,78); }
div.DivClassName
{
background-color: #A37C4E;
}
.BgClassName
{
background-color: #A37C4E;
}
</style>
border-color css
<style>
span { border-color: #A37C4E; }
span { border-color: rgb(163,124,78); }
td.TdClassName
{
border-color: #A37C4E;
}
.TagClassName
{
border-color: #A37C4E;
}
</style>