Shades of Muesli #A47A57
Tints of Muesli #A47A57
RGB
CMYK
RGB Variations
Color information
#A47A57 (or 0xA47A57) is known color: Muesli. HEX triplet: A4, 7A and 57. RGB value is (164,122,87). Sum of RGB (Red+Green+Blue) = 164+122+87=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A57 is #5B85A8. Grayscale: #828282. Windows color (decimal): -5997993 or 5733028. OLE color: 5733028.
HSL color Cylindrical-coordinate representation of color #A47A57: hue angle of 27.27º degrees, saturation: 0.31, 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 #A47A57 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 87 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.36 |
| HSL | 27.27º | 0.31% | 0.49% | - |
| HSV(B) | 27.27º | 0.47% | 0.64% | - |
| XYZ | 23.99 | 22.5 | 12.1 | - |
| YUV | 130.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 87 | 0 | 0.26 | 0.47 | 0.36 | 27.27 | 0.31 | 0.49 |
| Hex | A4 | 7A | 57 | 0 | 1A | 2F | 24 | 1B | 1F | 31 |
| Octal | 244 | 172 | 127 | 0 | 32 | 57 | 44 | 33 | 37 | 61 |
| Binary | 10100100 | 1111010 | 1010111 | 0 | 11010 | 101111 | 100100 | 11011 | 11111 | 110001 |
Color Harmonies of #A47A57
Complementary color
Monochromatic Colors of #A47A57
Black with #A47A57
Text Example
Text Example
White with #A47A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A57; }
p { color: rgb(164,122,87); }
H1.HeaderClassName
{
color: #A47A57;
}
.AnyTagClassName
{
color: #A47A57;
}
</style>
background-color css
<style>
a { background-color: #A47A57; }
a { background-color: rgb(164,122,87); }
div.DivClassName
{
background-color: #A47A57;
}
.BgClassName
{
background-color: #A47A57;
}
</style>
border-color css
<style>
span { border-color: #A47A57; }
span { border-color: rgb(164,122,87); }
td.TdClassName
{
border-color: #A47A57;
}
.TagClassName
{
border-color: #A47A57;
}
</style>