Shades of Muesli #A87851
Tints of Muesli #A87851
RGB
CMYK
RGB Variations
Color information
#A87851 (or 0xA87851) is known color: Muesli. HEX triplet: A8, 78 and 51. RGB value is (168,120,81). Sum of RGB (Red+Green+Blue) = 168+120+81=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87851 is #5787AE. Grayscale: #828282. Windows color (decimal): -5736367 or 5339304. OLE color: 5339304.
HSL color Cylindrical-coordinate representation of color #A87851: hue angle of 26.9º 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 #A87851 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 81 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.34 |
| HSL | 26.9º | 0.35% | 0.49% | - |
| HSV(B) | 26.9º | 0.52% | 0.66% | - |
| XYZ | 24.35 | 22.35 | 10.82 | - |
| YUV | 129.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 81 | 0 | 0.29 | 0.52 | 0.34 | 26.9 | 0.35 | 0.49 |
| Hex | A8 | 78 | 51 | 0 | 1D | 34 | 22 | 1B | 23 | 31 |
| Octal | 250 | 170 | 121 | 0 | 35 | 64 | 42 | 33 | 43 | 61 |
| Binary | 10101000 | 1111000 | 1010001 | 0 | 11101 | 110100 | 100010 | 11011 | 100011 | 110001 |
Color Harmonies of #A87851
Complementary color
Monochromatic Colors of #A87851
Black with #A87851
Text Example
Text Example
White with #A87851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87851; }
p { color: rgb(168,120,81); }
H1.HeaderClassName
{
color: #A87851;
}
.AnyTagClassName
{
color: #A87851;
}
</style>
background-color css
<style>
a { background-color: #A87851; }
a { background-color: rgb(168,120,81); }
div.DivClassName
{
background-color: #A87851;
}
.BgClassName
{
background-color: #A87851;
}
</style>
border-color css
<style>
span { border-color: #A87851; }
span { border-color: rgb(168,120,81); }
td.TdClassName
{
border-color: #A87851;
}
.TagClassName
{
border-color: #A87851;
}
</style>