Shades of Muesli #A3774E
Tints of Muesli #A3774E
RGB
CMYK
RGB Variations
Color information
#A3774E (or 0xA3774E) is known color: Muesli. HEX triplet: A3, 77 and 4E. RGB value is (163,119,78). Sum of RGB (Red+Green+Blue) = 163+119+78=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3774E is #5C88B1. Grayscale: #7F7F7F. Windows color (decimal): -6064306 or 5142435. OLE color: 5142435.
HSL color Cylindrical-coordinate representation of color #A3774E: hue angle of 28.94º 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 #A3774E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 78 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.36 |
| HSL | 28.94º | 0.35% | 0.47% | - |
| HSV(B) | 28.94º | 0.52% | 0.64% | - |
| XYZ | 23.08 | 21.53 | 10.15 | - |
| YUV | 127.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 78 | 0 | 0.27 | 0.52 | 0.36 | 28.94 | 0.35 | 0.47 |
| Hex | A3 | 77 | 4E | 0 | 1B | 34 | 24 | 1D | 23 | 2F |
| Octal | 243 | 167 | 116 | 0 | 33 | 64 | 44 | 35 | 43 | 57 |
| Binary | 10100011 | 1110111 | 1001110 | 0 | 11011 | 110100 | 100100 | 11101 | 100011 | 101111 |
Color Harmonies of #A3774E
Complementary color
Monochromatic Colors of #A3774E
Black with #A3774E
Text Example
Text Example
White with #A3774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3774E; }
p { color: rgb(163,119,78); }
H1.HeaderClassName
{
color: #A3774E;
}
.AnyTagClassName
{
color: #A3774E;
}
</style>
background-color css
<style>
a { background-color: #A3774E; }
a { background-color: rgb(163,119,78); }
div.DivClassName
{
background-color: #A3774E;
}
.BgClassName
{
background-color: #A3774E;
}
</style>
border-color css
<style>
span { border-color: #A3774E; }
span { border-color: rgb(163,119,78); }
td.TdClassName
{
border-color: #A3774E;
}
.TagClassName
{
border-color: #A3774E;
}
</style>