Shades of Muesli #A5784D
Tints of Muesli #A5784D
RGB
CMYK
RGB Variations
Color information
#A5784D (or 0xA5784D) is known color: Muesli. HEX triplet: A5, 78 and 4D. RGB value is (165,120,77). Sum of RGB (Red+Green+Blue) = 165+120+77=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5784D is #5A87B2. Grayscale: #808080. Windows color (decimal): -5932979 or 5077157. OLE color: 5077157.
HSL color Cylindrical-coordinate representation of color #A5784D: hue angle of 29.32º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5784D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 77 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.35 |
| HSL | 29.32º | 0.36% | 0.47% | - |
| HSV(B) | 29.32º | 0.53% | 0.65% | - |
| XYZ | 23.57 | 21.97 | 10.02 | - |
| YUV | 128.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 77 | 0 | 0.27 | 0.53 | 0.35 | 29.32 | 0.36 | 0.47 |
| Hex | A5 | 78 | 4D | 0 | 1B | 35 | 23 | 1D | 24 | 2F |
| Octal | 245 | 170 | 115 | 0 | 33 | 65 | 43 | 35 | 44 | 57 |
| Binary | 10100101 | 1111000 | 1001101 | 0 | 11011 | 110101 | 100011 | 11101 | 100100 | 101111 |
Color Harmonies of #A5784D
Complementary color
Monochromatic Colors of #A5784D
Black with #A5784D
Text Example
Text Example
White with #A5784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5784D; }
p { color: rgb(165,120,77); }
H1.HeaderClassName
{
color: #A5784D;
}
.AnyTagClassName
{
color: #A5784D;
}
</style>
background-color css
<style>
a { background-color: #A5784D; }
a { background-color: rgb(165,120,77); }
div.DivClassName
{
background-color: #A5784D;
}
.BgClassName
{
background-color: #A5784D;
}
</style>
border-color css
<style>
span { border-color: #A5784D; }
span { border-color: rgb(165,120,77); }
td.TdClassName
{
border-color: #A5784D;
}
.TagClassName
{
border-color: #A5784D;
}
</style>