Shades of Muesli #A87B55
Tints of Muesli #A87B55
RGB
CMYK
RGB Variations
Color information
#A87B55 (or 0xA87B55) is known color: Muesli. HEX triplet: A8, 7B and 55. RGB value is (168,123,85). Sum of RGB (Red+Green+Blue) = 168+123+85=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B55 is #5784AA. Grayscale: #848484. Windows color (decimal): -5735595 or 5602216. OLE color: 5602216.
HSL color Cylindrical-coordinate representation of color #A87B55: hue angle of 27.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87B55 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 85 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.34 |
| HSL | 27.47º | 0.33% | 0.5% | - |
| HSV(B) | 27.47º | 0.49% | 0.66% | - |
| XYZ | 24.87 | 23.15 | 11.75 | - |
| YUV | 132.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 85 | 0 | 0.27 | 0.49 | 0.34 | 27.47 | 0.33 | 0.5 |
| Hex | A8 | 7B | 55 | 0 | 1B | 31 | 22 | 1B | 21 | 32 |
| Octal | 250 | 173 | 125 | 0 | 33 | 61 | 42 | 33 | 41 | 62 |
| Binary | 10101000 | 1111011 | 1010101 | 0 | 11011 | 110001 | 100010 | 11011 | 100001 | 110010 |
Color Harmonies of #A87B55
Complementary color
Monochromatic Colors of #A87B55
Black with #A87B55
Text Example
Text Example
White with #A87B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B55; }
p { color: rgb(168,123,85); }
H1.HeaderClassName
{
color: #A87B55;
}
.AnyTagClassName
{
color: #A87B55;
}
</style>
background-color css
<style>
a { background-color: #A87B55; }
a { background-color: rgb(168,123,85); }
div.DivClassName
{
background-color: #A87B55;
}
.BgClassName
{
background-color: #A87B55;
}
</style>
border-color css
<style>
span { border-color: #A87B55; }
span { border-color: rgb(168,123,85); }
td.TdClassName
{
border-color: #A87B55;
}
.TagClassName
{
border-color: #A87B55;
}
</style>