Shades of Muesli #A08259
Tints of Muesli #A08259
RGB
CMYK
RGB Variations
Color information
#A08259 (or 0xA08259) is known color: Muesli. HEX triplet: A0, 82 and 59. RGB value is (160,130,89). Sum of RGB (Red+Green+Blue) = 160+130+89=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A08259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08259 is #5F7DA6. Grayscale: #868686. Windows color (decimal): -6258087 or 5866144. OLE color: 5866144.
HSL color Cylindrical-coordinate representation of color #A08259: hue angle of 34.65º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08259 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 89 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.37 |
| HSL | 34.65º | 0.29% | 0.49% | - |
| HSV(B) | 34.65º | 0.44% | 0.63% | - |
| XYZ | 24.28 | 24.16 | 12.83 | - |
| YUV | 134.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 89 | 0 | 0.19 | 0.44 | 0.37 | 34.65 | 0.29 | 0.49 |
| Hex | A0 | 82 | 59 | 0 | 13 | 2C | 25 | 23 | 1D | 31 |
| Octal | 240 | 202 | 131 | 0 | 23 | 54 | 45 | 43 | 35 | 61 |
| Binary | 10100000 | 10000010 | 1011001 | 0 | 10011 | 101100 | 100101 | 100011 | 11101 | 110001 |
Color Harmonies of #A08259
Complementary color
Monochromatic Colors of #A08259
Black with #A08259
Text Example
Text Example
White with #A08259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08259; }
p { color: rgb(160,130,89); }
H1.HeaderClassName
{
color: #A08259;
}
.AnyTagClassName
{
color: #A08259;
}
</style>
background-color css
<style>
a { background-color: #A08259; }
a { background-color: rgb(160,130,89); }
div.DivClassName
{
background-color: #A08259;
}
.BgClassName
{
background-color: #A08259;
}
</style>
border-color css
<style>
span { border-color: #A08259; }
span { border-color: rgb(160,130,89); }
td.TdClassName
{
border-color: #A08259;
}
.TagClassName
{
border-color: #A08259;
}
</style>