Shades of Muesli #A37A57
Tints of Muesli #A37A57
RGB
CMYK
RGB Variations
Color information
#A37A57 (or 0xA37A57) is known color: Muesli. HEX triplet: A3, 7A and 57. RGB value is (163,122,87). Sum of RGB (Red+Green+Blue) = 163+122+87=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A57 is #5C85A8. Grayscale: #828282. Windows color (decimal): -6063529 or 5733027. OLE color: 5733027.
HSL color Cylindrical-coordinate representation of color #A37A57: hue angle of 27.63º 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 #A37A57 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 87 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.36 |
| HSL | 27.63º | 0.3% | 0.49% | - |
| HSV(B) | 27.63º | 0.47% | 0.64% | - |
| XYZ | 23.78 | 22.39 | 12.09 | - |
| YUV | 130.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 87 | 0 | 0.25 | 0.47 | 0.36 | 27.63 | 0.3 | 0.49 |
| Hex | A3 | 7A | 57 | 0 | 19 | 2F | 24 | 1C | 1E | 31 |
| Octal | 243 | 172 | 127 | 0 | 31 | 57 | 44 | 34 | 36 | 61 |
| Binary | 10100011 | 1111010 | 1010111 | 0 | 11001 | 101111 | 100100 | 11100 | 11110 | 110001 |
Color Harmonies of #A37A57
Complementary color
Monochromatic Colors of #A37A57
Black with #A37A57
Text Example
Text Example
White with #A37A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A57; }
p { color: rgb(163,122,87); }
H1.HeaderClassName
{
color: #A37A57;
}
.AnyTagClassName
{
color: #A37A57;
}
</style>
background-color css
<style>
a { background-color: #A37A57; }
a { background-color: rgb(163,122,87); }
div.DivClassName
{
background-color: #A37A57;
}
.BgClassName
{
background-color: #A37A57;
}
</style>
border-color css
<style>
span { border-color: #A37A57; }
span { border-color: rgb(163,122,87); }
td.TdClassName
{
border-color: #A37A57;
}
.TagClassName
{
border-color: #A37A57;
}
</style>