Shades of Muesli #A08053
Tints of Muesli #A08053
RGB
CMYK
RGB Variations
Color information
#A08053 (or 0xA08053) is known color: Muesli. HEX triplet: A0, 80 and 53. RGB value is (160,128,83). Sum of RGB (Red+Green+Blue) = 160+128+83=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08053 is #5F7FAC. Grayscale: #848484. Windows color (decimal): -6258605 or 5472416. OLE color: 5472416.
HSL color Cylindrical-coordinate representation of color #A08053: hue angle of 35.06º 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 #A08053 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 83 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.37 |
| HSL | 35.06º | 0.32% | 0.48% | - |
| HSV(B) | 35.06º | 0.48% | 0.63% | - |
| XYZ | 23.78 | 23.54 | 11.47 | - |
| YUV | 132.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 83 | 0 | 0.20 | 0.48 | 0.37 | 35.06 | 0.32 | 0.48 |
| Hex | A0 | 80 | 53 | 0 | 14 | 30 | 25 | 23 | 20 | 30 |
| Octal | 240 | 200 | 123 | 0 | 24 | 60 | 45 | 43 | 40 | 60 |
| Binary | 10100000 | 10000000 | 1010011 | 0 | 10100 | 110000 | 100101 | 100011 | 100000 | 110000 |
Color Harmonies of #A08053
Complementary color
Monochromatic Colors of #A08053
Black with #A08053
Text Example
Text Example
White with #A08053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08053; }
p { color: rgb(160,128,83); }
H1.HeaderClassName
{
color: #A08053;
}
.AnyTagClassName
{
color: #A08053;
}
</style>
background-color css
<style>
a { background-color: #A08053; }
a { background-color: rgb(160,128,83); }
div.DivClassName
{
background-color: #A08053;
}
.BgClassName
{
background-color: #A08053;
}
</style>
border-color css
<style>
span { border-color: #A08053; }
span { border-color: rgb(160,128,83); }
td.TdClassName
{
border-color: #A08053;
}
.TagClassName
{
border-color: #A08053;
}
</style>