Shades of Muesli #A08458
Tints of Muesli #A08458
RGB
CMYK
RGB Variations
Color information
#A08458 (or 0xA08458) is known color: Muesli. HEX triplet: A0, 84 and 58. RGB value is (160,132,88). Sum of RGB (Red+Green+Blue) = 160+132+88=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A08458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08458 is #5F7BA7. Grayscale: #878787. Windows color (decimal): -6257576 or 5801120. OLE color: 5801120.
HSL color Cylindrical-coordinate representation of color #A08458: hue angle of 36.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08458 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 88 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.37 |
| HSL | 36.67º | 0.29% | 0.49% | - |
| HSV(B) | 36.67º | 0.45% | 0.63% | - |
| XYZ | 24.51 | 24.68 | 12.7 | - |
| YUV | 135.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 88 | 0 | 0.17 | 0.45 | 0.37 | 36.67 | 0.29 | 0.49 |
| Hex | A0 | 84 | 58 | 0 | 11 | 2D | 25 | 25 | 1D | 31 |
| Octal | 240 | 204 | 130 | 0 | 21 | 55 | 45 | 45 | 35 | 61 |
| Binary | 10100000 | 10000100 | 1011000 | 0 | 10001 | 101101 | 100101 | 100101 | 11101 | 110001 |
Color Harmonies of #A08458
Complementary color
Monochromatic Colors of #A08458
Black with #A08458
Text Example
Text Example
White with #A08458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08458; }
p { color: rgb(160,132,88); }
H1.HeaderClassName
{
color: #A08458;
}
.AnyTagClassName
{
color: #A08458;
}
</style>
background-color css
<style>
a { background-color: #A08458; }
a { background-color: rgb(160,132,88); }
div.DivClassName
{
background-color: #A08458;
}
.BgClassName
{
background-color: #A08458;
}
</style>
border-color css
<style>
span { border-color: #A08458; }
span { border-color: rgb(160,132,88); }
td.TdClassName
{
border-color: #A08458;
}
.TagClassName
{
border-color: #A08458;
}
</style>