Shades of Muesli #A08353
Tints of Muesli #A08353
RGB
CMYK
RGB Variations
Color information
#A08353 (or 0xA08353) is known color: Muesli. HEX triplet: A0, 83 and 53. RGB value is (160,131,83). Sum of RGB (Red+Green+Blue) = 160+131+83=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A08353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08353 is #5F7CAC. Grayscale: #868686. Windows color (decimal): -6257837 or 5473184. OLE color: 5473184.
HSL color Cylindrical-coordinate representation of color #A08353: hue angle of 37.4º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A08353 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 83 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.37 |
| HSL | 37.4º | 0.32% | 0.48% | - |
| HSV(B) | 37.4º | 0.48% | 0.63% | - |
| XYZ | 24.17 | 24.33 | 11.61 | - |
| YUV | 134.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 83 | 0 | 0.18 | 0.48 | 0.37 | 37.4 | 0.32 | 0.48 |
| Hex | A0 | 83 | 53 | 0 | 12 | 30 | 25 | 25 | 20 | 30 |
| Octal | 240 | 203 | 123 | 0 | 22 | 60 | 45 | 45 | 40 | 60 |
| Binary | 10100000 | 10000011 | 1010011 | 0 | 10010 | 110000 | 100101 | 100101 | 100000 | 110000 |
Color Harmonies of #A08353
Complementary color
Monochromatic Colors of #A08353
Black with #A08353
Text Example
Text Example
White with #A08353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08353; }
p { color: rgb(160,131,83); }
H1.HeaderClassName
{
color: #A08353;
}
.AnyTagClassName
{
color: #A08353;
}
</style>
background-color css
<style>
a { background-color: #A08353; }
a { background-color: rgb(160,131,83); }
div.DivClassName
{
background-color: #A08353;
}
.BgClassName
{
background-color: #A08353;
}
</style>
border-color css
<style>
span { border-color: #A08353; }
span { border-color: rgb(160,131,83); }
td.TdClassName
{
border-color: #A08353;
}
.TagClassName
{
border-color: #A08353;
}
</style>