Shades of Muesli #A58058
Tints of Muesli #A58058
RGB
CMYK
RGB Variations
Color information
#A58058 (or 0xA58058) is known color: Muesli. HEX triplet: A5, 80 and 58. RGB value is (165,128,88). Sum of RGB (Red+Green+Blue) = 165+128+88=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A58058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58058 is #5A7FA7. Grayscale: #868686. Windows color (decimal): -5930920 or 5800101. OLE color: 5800101.
HSL color Cylindrical-coordinate representation of color #A58058: hue angle of 31.17º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A58058 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 88 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.35 |
| HSL | 31.17º | 0.3% | 0.5% | - |
| HSV(B) | 31.17º | 0.47% | 0.65% | - |
| XYZ | 25 | 24.14 | 12.57 | - |
| YUV | 134.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 88 | 0 | 0.22 | 0.47 | 0.35 | 31.17 | 0.3 | 0.5 |
| Hex | A5 | 80 | 58 | 0 | 16 | 2F | 23 | 1F | 1E | 32 |
| Octal | 245 | 200 | 130 | 0 | 26 | 57 | 43 | 37 | 36 | 62 |
| Binary | 10100101 | 10000000 | 1011000 | 0 | 10110 | 101111 | 100011 | 11111 | 11110 | 110010 |
Color Harmonies of #A58058
Complementary color
Monochromatic Colors of #A58058
Black with #A58058
Text Example
Text Example
White with #A58058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58058; }
p { color: rgb(165,128,88); }
H1.HeaderClassName
{
color: #A58058;
}
.AnyTagClassName
{
color: #A58058;
}
</style>
background-color css
<style>
a { background-color: #A58058; }
a { background-color: rgb(165,128,88); }
div.DivClassName
{
background-color: #A58058;
}
.BgClassName
{
background-color: #A58058;
}
</style>
border-color css
<style>
span { border-color: #A58058; }
span { border-color: rgb(165,128,88); }
td.TdClassName
{
border-color: #A58058;
}
.TagClassName
{
border-color: #A58058;
}
</style>