Shades of Muesli #A37D57
Tints of Muesli #A37D57
RGB
CMYK
RGB Variations
Color information
#A37D57 (or 0xA37D57) is known color: Muesli. HEX triplet: A3, 7D and 57. RGB value is (163,125,87). Sum of RGB (Red+Green+Blue) = 163+125+87=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D57 is #5C82A8. Grayscale: #848484. Windows color (decimal): -6062761 or 5733795. OLE color: 5733795.
HSL color Cylindrical-coordinate representation of color #A37D57: hue angle of 30º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37D57 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 87 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.36 |
| HSL | 30º | 0.3% | 0.49% | - |
| HSV(B) | 30º | 0.47% | 0.64% | - |
| XYZ | 24.16 | 23.14 | 12.21 | - |
| YUV | 132.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 87 | 0 | 0.23 | 0.47 | 0.36 | 30 | 0.3 | 0.49 |
| Hex | A3 | 7D | 57 | 0 | 17 | 2F | 24 | 1E | 1E | 31 |
| Octal | 243 | 175 | 127 | 0 | 27 | 57 | 44 | 36 | 36 | 61 |
| Binary | 10100011 | 1111101 | 1010111 | 0 | 10111 | 101111 | 100100 | 11110 | 11110 | 110001 |
Color Harmonies of #A37D57
Complementary color
Monochromatic Colors of #A37D57
Black with #A37D57
Text Example
Text Example
White with #A37D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D57; }
p { color: rgb(163,125,87); }
H1.HeaderClassName
{
color: #A37D57;
}
.AnyTagClassName
{
color: #A37D57;
}
</style>
background-color css
<style>
a { background-color: #A37D57; }
a { background-color: rgb(163,125,87); }
div.DivClassName
{
background-color: #A37D57;
}
.BgClassName
{
background-color: #A37D57;
}
</style>
border-color css
<style>
span { border-color: #A37D57; }
span { border-color: rgb(163,125,87); }
td.TdClassName
{
border-color: #A37D57;
}
.TagClassName
{
border-color: #A37D57;
}
</style>