Shades of Muesli #A37B4E
Tints of Muesli #A37B4E
RGB
CMYK
RGB Variations
Color information
#A37B4E (or 0xA37B4E) is known color: Muesli. HEX triplet: A3, 7B and 4E. RGB value is (163,123,78). Sum of RGB (Red+Green+Blue) = 163+123+78=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B4E is #5C84B1. Grayscale: #828282. Windows color (decimal): -6063282 or 5143459. OLE color: 5143459.
HSL color Cylindrical-coordinate representation of color #A37B4E: hue angle of 31.76º 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 #A37B4E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 78 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.36 |
| HSL | 31.76º | 0.35% | 0.47% | - |
| HSV(B) | 31.76º | 0.52% | 0.64% | - |
| XYZ | 23.56 | 22.5 | 10.31 | - |
| YUV | 129.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 78 | 0 | 0.25 | 0.52 | 0.36 | 31.76 | 0.35 | 0.47 |
| Hex | A3 | 7B | 4E | 0 | 19 | 34 | 24 | 20 | 23 | 2F |
| Octal | 243 | 173 | 116 | 0 | 31 | 64 | 44 | 40 | 43 | 57 |
| Binary | 10100011 | 1111011 | 1001110 | 0 | 11001 | 110100 | 100100 | 100000 | 100011 | 101111 |
Color Harmonies of #A37B4E
Complementary color
Monochromatic Colors of #A37B4E
Black with #A37B4E
Text Example
Text Example
White with #A37B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B4E; }
p { color: rgb(163,123,78); }
H1.HeaderClassName
{
color: #A37B4E;
}
.AnyTagClassName
{
color: #A37B4E;
}
</style>
background-color css
<style>
a { background-color: #A37B4E; }
a { background-color: rgb(163,123,78); }
div.DivClassName
{
background-color: #A37B4E;
}
.BgClassName
{
background-color: #A37B4E;
}
</style>
border-color css
<style>
span { border-color: #A37B4E; }
span { border-color: rgb(163,123,78); }
td.TdClassName
{
border-color: #A37B4E;
}
.TagClassName
{
border-color: #A37B4E;
}
</style>