Shades of Muesli #A87751
Tints of Muesli #A87751
RGB
CMYK
RGB Variations
Color information
#A87751 (or 0xA87751) is known color: Muesli. HEX triplet: A8, 77 and 51. RGB value is (168,119,81). Sum of RGB (Red+Green+Blue) = 168+119+81=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A87751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87751 is #5788AE. Grayscale: #818181. Windows color (decimal): -5736623 or 5339048. OLE color: 5339048.
HSL color Cylindrical-coordinate representation of color #A87751: hue angle of 26.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87751 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 81 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.34 |
| HSL | 26.21º | 0.35% | 0.49% | - |
| HSV(B) | 26.21º | 0.52% | 0.66% | - |
| XYZ | 24.23 | 22.11 | 10.78 | - |
| YUV | 129.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 81 | 0 | 0.29 | 0.52 | 0.34 | 26.21 | 0.35 | 0.49 |
| Hex | A8 | 77 | 51 | 0 | 1D | 34 | 22 | 1A | 23 | 31 |
| Octal | 250 | 167 | 121 | 0 | 35 | 64 | 42 | 32 | 43 | 61 |
| Binary | 10101000 | 1110111 | 1010001 | 0 | 11101 | 110100 | 100010 | 11010 | 100011 | 110001 |
Color Harmonies of #A87751
Complementary color
Monochromatic Colors of #A87751
Black with #A87751
Text Example
Text Example
White with #A87751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87751; }
p { color: rgb(168,119,81); }
H1.HeaderClassName
{
color: #A87751;
}
.AnyTagClassName
{
color: #A87751;
}
</style>
background-color css
<style>
a { background-color: #A87751; }
a { background-color: rgb(168,119,81); }
div.DivClassName
{
background-color: #A87751;
}
.BgClassName
{
background-color: #A87751;
}
</style>
border-color css
<style>
span { border-color: #A87751; }
span { border-color: rgb(168,119,81); }
td.TdClassName
{
border-color: #A87751;
}
.TagClassName
{
border-color: #A87751;
}
</style>