Shades of Muesli #A87953
Tints of Muesli #A87953
RGB
CMYK
RGB Variations
Color information
#A87953 (or 0xA87953) is known color: Muesli. HEX triplet: A8, 79 and 53. RGB value is (168,121,83). Sum of RGB (Red+Green+Blue) = 168+121+83=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A87953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87953 is #5786AC. Grayscale: #828282. Windows color (decimal): -5736109 or 5470632. OLE color: 5470632.
HSL color Cylindrical-coordinate representation of color #A87953: hue angle of 26.82º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87953 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 83 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.34 |
| HSL | 26.82º | 0.34% | 0.49% | - |
| HSV(B) | 26.82º | 0.51% | 0.66% | - |
| XYZ | 24.55 | 22.62 | 11.26 | - |
| YUV | 130.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 83 | 0 | 0.28 | 0.51 | 0.34 | 26.82 | 0.34 | 0.49 |
| Hex | A8 | 79 | 53 | 0 | 1C | 33 | 22 | 1B | 22 | 31 |
| Octal | 250 | 171 | 123 | 0 | 34 | 63 | 42 | 33 | 42 | 61 |
| Binary | 10101000 | 1111001 | 1010011 | 0 | 11100 | 110011 | 100010 | 11011 | 100010 | 110001 |
Color Harmonies of #A87953
Complementary color
Monochromatic Colors of #A87953
Black with #A87953
Text Example
Text Example
White with #A87953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87953; }
p { color: rgb(168,121,83); }
H1.HeaderClassName
{
color: #A87953;
}
.AnyTagClassName
{
color: #A87953;
}
</style>
background-color css
<style>
a { background-color: #A87953; }
a { background-color: rgb(168,121,83); }
div.DivClassName
{
background-color: #A87953;
}
.BgClassName
{
background-color: #A87953;
}
</style>
border-color css
<style>
span { border-color: #A87953; }
span { border-color: rgb(168,121,83); }
td.TdClassName
{
border-color: #A87953;
}
.TagClassName
{
border-color: #A87953;
}
</style>