Shades of Muesli #A3784E
Tints of Muesli #A3784E
RGB
CMYK
RGB Variations
Color information
#A3784E (or 0xA3784E) is known color: Muesli. HEX triplet: A3, 78 and 4E. RGB value is (163,120,78). Sum of RGB (Red+Green+Blue) = 163+120+78=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3784E is #5C87B1. Grayscale: #808080. Windows color (decimal): -6064050 or 5142691. OLE color: 5142691.
HSL color Cylindrical-coordinate representation of color #A3784E: hue angle of 29.65º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3784E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 78 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.36 |
| HSL | 29.65º | 0.35% | 0.47% | - |
| HSV(B) | 29.65º | 0.52% | 0.64% | - |
| XYZ | 23.2 | 21.77 | 10.19 | - |
| YUV | 128.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 78 | 0 | 0.26 | 0.52 | 0.36 | 29.65 | 0.35 | 0.47 |
| Hex | A3 | 78 | 4E | 0 | 1A | 34 | 24 | 1E | 23 | 2F |
| Octal | 243 | 170 | 116 | 0 | 32 | 64 | 44 | 36 | 43 | 57 |
| Binary | 10100011 | 1111000 | 1001110 | 0 | 11010 | 110100 | 100100 | 11110 | 100011 | 101111 |
Color Harmonies of #A3784E
Complementary color
Monochromatic Colors of #A3784E
Black with #A3784E
Text Example
Text Example
White with #A3784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3784E; }
p { color: rgb(163,120,78); }
H1.HeaderClassName
{
color: #A3784E;
}
.AnyTagClassName
{
color: #A3784E;
}
</style>
background-color css
<style>
a { background-color: #A3784E; }
a { background-color: rgb(163,120,78); }
div.DivClassName
{
background-color: #A3784E;
}
.BgClassName
{
background-color: #A3784E;
}
</style>
border-color css
<style>
span { border-color: #A3784E; }
span { border-color: rgb(163,120,78); }
td.TdClassName
{
border-color: #A3784E;
}
.TagClassName
{
border-color: #A3784E;
}
</style>