Shades of Muesli #A58155
Tints of Muesli #A58155
RGB
CMYK
RGB Variations
Color information
#A58155 (or 0xA58155) is known color: Muesli. HEX triplet: A5, 81 and 55. RGB value is (165,129,85). Sum of RGB (Red+Green+Blue) = 165+129+85=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A58155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58155 is #5A7EAA. Grayscale: #868686. Windows color (decimal): -5930667 or 5603749. OLE color: 5603749.
HSL color Cylindrical-coordinate representation of color #A58155: hue angle of 33º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A58155 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 85 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.35 |
| HSL | 33º | 0.32% | 0.49% | - |
| HSV(B) | 33º | 0.48% | 0.65% | - |
| XYZ | 25.01 | 24.36 | 11.98 | - |
| YUV | 134.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 85 | 0 | 0.22 | 0.48 | 0.35 | 33 | 0.32 | 0.49 |
| Hex | A5 | 81 | 55 | 0 | 16 | 30 | 23 | 21 | 20 | 31 |
| Octal | 245 | 201 | 125 | 0 | 26 | 60 | 43 | 41 | 40 | 61 |
| Binary | 10100101 | 10000001 | 1010101 | 0 | 10110 | 110000 | 100011 | 100001 | 100000 | 110001 |
Color Harmonies of #A58155
Complementary color
Monochromatic Colors of #A58155
Black with #A58155
Text Example
Text Example
White with #A58155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58155; }
p { color: rgb(165,129,85); }
H1.HeaderClassName
{
color: #A58155;
}
.AnyTagClassName
{
color: #A58155;
}
</style>
background-color css
<style>
a { background-color: #A58155; }
a { background-color: rgb(165,129,85); }
div.DivClassName
{
background-color: #A58155;
}
.BgClassName
{
background-color: #A58155;
}
</style>
border-color css
<style>
span { border-color: #A58155; }
span { border-color: rgb(165,129,85); }
td.TdClassName
{
border-color: #A58155;
}
.TagClassName
{
border-color: #A58155;
}
</style>