Shades of Muesli #A48051
Tints of Muesli #A48051
RGB
CMYK
RGB Variations
Color information
#A48051 (or 0xA48051) is known color: Muesli. HEX triplet: A4, 80 and 51. RGB value is (164,128,81). Sum of RGB (Red+Green+Blue) = 164+128+81=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A48051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48051 is #5B7FAE. Grayscale: #858585. Windows color (decimal): -5996463 or 5341348. OLE color: 5341348.
HSL color Cylindrical-coordinate representation of color #A48051: hue angle of 33.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A48051 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 81 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.36 |
| HSL | 33.98º | 0.34% | 0.48% | - |
| HSV(B) | 33.98º | 0.51% | 0.64% | - |
| XYZ | 24.51 | 23.92 | 11.11 | - |
| YUV | 133.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 81 | 0 | 0.22 | 0.51 | 0.36 | 33.98 | 0.34 | 0.48 |
| Hex | A4 | 80 | 51 | 0 | 16 | 33 | 24 | 22 | 22 | 30 |
| Octal | 244 | 200 | 121 | 0 | 26 | 63 | 44 | 42 | 42 | 60 |
| Binary | 10100100 | 10000000 | 1010001 | 0 | 10110 | 110011 | 100100 | 100010 | 100010 | 110000 |
Color Harmonies of #A48051
Complementary color
Monochromatic Colors of #A48051
Black with #A48051
Text Example
Text Example
White with #A48051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48051; }
p { color: rgb(164,128,81); }
H1.HeaderClassName
{
color: #A48051;
}
.AnyTagClassName
{
color: #A48051;
}
</style>
background-color css
<style>
a { background-color: #A48051; }
a { background-color: rgb(164,128,81); }
div.DivClassName
{
background-color: #A48051;
}
.BgClassName
{
background-color: #A48051;
}
</style>
border-color css
<style>
span { border-color: #A48051; }
span { border-color: rgb(164,128,81); }
td.TdClassName
{
border-color: #A48051;
}
.TagClassName
{
border-color: #A48051;
}
</style>