Shades of Muesli #A58057
Tints of Muesli #A58057
RGB
CMYK
RGB Variations
Color information
#A58057 (or 0xA58057) is known color: Muesli. HEX triplet: A5, 80 and 57. RGB value is (165,128,87). Sum of RGB (Red+Green+Blue) = 165+128+87=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A58057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58057 is #5A7FA8. Grayscale: #868686. Windows color (decimal): -5930921 or 5734565. OLE color: 5734565.
HSL color Cylindrical-coordinate representation of color #A58057: hue angle of 31.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A58057 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 87 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.35 |
| HSL | 31.54º | 0.31% | 0.49% | - |
| HSV(B) | 31.54º | 0.47% | 0.65% | - |
| XYZ | 24.96 | 24.13 | 12.36 | - |
| YUV | 134.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 87 | 0 | 0.22 | 0.47 | 0.35 | 31.54 | 0.31 | 0.49 |
| Hex | A5 | 80 | 57 | 0 | 16 | 2F | 23 | 20 | 1F | 31 |
| Octal | 245 | 200 | 127 | 0 | 26 | 57 | 43 | 40 | 37 | 61 |
| Binary | 10100101 | 10000000 | 1010111 | 0 | 10110 | 101111 | 100011 | 100000 | 11111 | 110001 |
Color Harmonies of #A58057
Complementary color
Monochromatic Colors of #A58057
Black with #A58057
Text Example
Text Example
White with #A58057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58057; }
p { color: rgb(165,128,87); }
H1.HeaderClassName
{
color: #A58057;
}
.AnyTagClassName
{
color: #A58057;
}
</style>
background-color css
<style>
a { background-color: #A58057; }
a { background-color: rgb(165,128,87); }
div.DivClassName
{
background-color: #A58057;
}
.BgClassName
{
background-color: #A58057;
}
</style>
border-color css
<style>
span { border-color: #A58057; }
span { border-color: rgb(165,128,87); }
td.TdClassName
{
border-color: #A58057;
}
.TagClassName
{
border-color: #A58057;
}
</style>