Shades of Muesli #A8784F
Tints of Muesli #A8784F
RGB
CMYK
RGB Variations
Color information
#A8784F (or 0xA8784F) is known color: Muesli. HEX triplet: A8, 78 and 4F. RGB value is (168,120,79). Sum of RGB (Red+Green+Blue) = 168+120+79=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8784F is #5787B0. Grayscale: #818181. Windows color (decimal): -5736369 or 5208232. OLE color: 5208232.
HSL color Cylindrical-coordinate representation of color #A8784F: hue angle of 27.64º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8784F is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 79 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.34 |
| HSL | 27.64º | 0.36% | 0.48% | - |
| HSV(B) | 27.64º | 0.53% | 0.66% | - |
| XYZ | 24.28 | 22.32 | 10.43 | - |
| YUV | 129.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 79 | 0 | 0.29 | 0.53 | 0.34 | 27.64 | 0.36 | 0.48 |
| Hex | A8 | 78 | 4F | 0 | 1D | 35 | 22 | 1C | 24 | 30 |
| Octal | 250 | 170 | 117 | 0 | 35 | 65 | 42 | 34 | 44 | 60 |
| Binary | 10101000 | 1111000 | 1001111 | 0 | 11101 | 110101 | 100010 | 11100 | 100100 | 110000 |
Color Harmonies of #A8784F
Complementary color
Monochromatic Colors of #A8784F
Black with #A8784F
Text Example
Text Example
White with #A8784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8784F; }
p { color: rgb(168,120,79); }
H1.HeaderClassName
{
color: #A8784F;
}
.AnyTagClassName
{
color: #A8784F;
}
</style>
background-color css
<style>
a { background-color: #A8784F; }
a { background-color: rgb(168,120,79); }
div.DivClassName
{
background-color: #A8784F;
}
.BgClassName
{
background-color: #A8784F;
}
</style>
border-color css
<style>
span { border-color: #A8784F; }
span { border-color: rgb(168,120,79); }
td.TdClassName
{
border-color: #A8784F;
}
.TagClassName
{
border-color: #A8784F;
}
</style>