Shades of Muesli #A08357
Tints of Muesli #A08357
RGB
CMYK
RGB Variations
Color information
#A08357 (or 0xA08357) is known color: Muesli. HEX triplet: A0, 83 and 57. RGB value is (160,131,87). Sum of RGB (Red+Green+Blue) = 160+131+87=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08357 is #5F7CA8. Grayscale: #868686. Windows color (decimal): -6257833 or 5735328. OLE color: 5735328.
HSL color Cylindrical-coordinate representation of color #A08357: hue angle of 36.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08357 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 87 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.37 |
| HSL | 36.16º | 0.3% | 0.48% | - |
| HSV(B) | 36.16º | 0.46% | 0.63% | - |
| XYZ | 24.33 | 24.39 | 12.44 | - |
| YUV | 134.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 87 | 0 | 0.18 | 0.46 | 0.37 | 36.16 | 0.3 | 0.48 |
| Hex | A0 | 83 | 57 | 0 | 12 | 2E | 25 | 24 | 1E | 30 |
| Octal | 240 | 203 | 127 | 0 | 22 | 56 | 45 | 44 | 36 | 60 |
| Binary | 10100000 | 10000011 | 1010111 | 0 | 10010 | 101110 | 100101 | 100100 | 11110 | 110000 |
Color Harmonies of #A08357
Complementary color
Monochromatic Colors of #A08357
Black with #A08357
Text Example
Text Example
White with #A08357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08357; }
p { color: rgb(160,131,87); }
H1.HeaderClassName
{
color: #A08357;
}
.AnyTagClassName
{
color: #A08357;
}
</style>
background-color css
<style>
a { background-color: #A08357; }
a { background-color: rgb(160,131,87); }
div.DivClassName
{
background-color: #A08357;
}
.BgClassName
{
background-color: #A08357;
}
</style>
border-color css
<style>
span { border-color: #A08357; }
span { border-color: rgb(160,131,87); }
td.TdClassName
{
border-color: #A08357;
}
.TagClassName
{
border-color: #A08357;
}
</style>